earthkit.meteo.thermo.xarray.saturation_vapour_pressure_slope

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

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

Parameters:
  • t (xarray.DataArray) – 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:

xarray.DataArray