earthkit.meteo.thermo.fieldlist.saturation_vapour_pressure_slope

earthkit.meteo.thermo.fieldlist.saturation_vapour_pressure_slope(t, phase='mixed')

Compute the slope of saturation vapour pressure with respect to temperature.

Parameters:
  • t (FieldList|Field) – Temperature (K)

  • phase (str, optional) – Define the phase with respect to the computation will be performed. It is either “water”, “ice” or “mixed”. See saturation_vapour_pressure() for details.

Returns:

Slope of saturation vapour pressure (Pa/K). The result has the same type as the input t (FieldList or Field).

Return type:

FieldList|Field