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
esvalues returns nan. The result has the same type as the inputes(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 phaseeswas computed to.