pyrtlib.utils.eswat_goffgratch#

pyrtlib.utils.eswat_goffgratch(t: ndarray) ndarray#

Compute water vapor saturation pressure over water using Goff-Gratch formulation.

Parameters:

t (numpy.ndarray) – Temperature profile (K).

Returns:

Water vapor saturation pressure over water (mb).

Return type:

numpy.ndarray

References

Note

svp returned for all values of input T, but results not valid for T >= 370 K and T <= 160 K.