earthkit.meteo.thermo.xarray.temperature_from_saturation_vapour_pressure¶
- earthkit.meteo.thermo.xarray.temperature_from_saturation_vapour_pressure(es)¶
Compute the temperature from saturation vapour pressure.
- Parameters:
es (
xarray.DataArray) –saturation_vapour_pressure()(Pa)- Returns:
Temperature (K). For zero
esvalues returns nan.- Return type:
xarray.DataArray
The computation is always based on the “water” phase of the
saturation_vapour_pressure()formulation irrespective of the phaseeswas computed to.