earthkit.meteo.thermo.saturation_vapour_pressure_slope

earthkit.meteo.thermo.saturation_vapour_pressure_slope(t: ArrayLike, phase: str = 'mixed') ArrayLike
earthkit.meteo.thermo.saturation_vapour_pressure_slope(t: xarray.DataArray, phase: str = 'mixed') xarray.DataArray
earthkit.meteo.thermo.saturation_vapour_pressure_slope(t: earthkit.data.FieldList, phase: str = 'mixed') earthkit.data.FieldList

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

Parameters:
  • t (array-like) – 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)

Return type:

array-like

Implementations

saturation_vapour_pressure_slope() calls one of the following implementations depending on the type of the input arguments:

The function returns an object of the same type as the input arguments.