earthkit.meteo.thermo.fieldlist.temperature_from_saturation_vapour_pressure

earthkit.meteo.thermo.fieldlist.temperature_from_saturation_vapour_pressure(es)

Compute the temperature from saturation vapour pressure.

Parameters:

es (FieldList|Field) – saturation_vapour_pressure() (Pa).

Returns:

Temperature (K). For zero es values returns nan. The result has the same type as the input es (FieldList or Field).

Return type:

FieldList|Field

The computation is always based on the “water” phase of the saturation_vapour_pressure() formulation irrespective of the phase es was computed to.