earthkit.meteo.thermo.array.saturation_vapour_pressure_slope ============================================================ .. py:function:: earthkit.meteo.thermo.array.saturation_vapour_pressure_slope(t, phase='mixed') Compute the slope of saturation vapour pressure with respect to temperature. :param t: Temperature (K) :type t: :class:`array-like` :param phase: Define the phase with respect to the computation will be performed. It is either “water”, “ice” or “mixed”. See :func:`saturation_vapour_pressure` for details. :type phase: :class:`str`, *optional* :returns: Slope of saturation vapour pressure (Pa/K) :rtype: :class:`array-like`