geocat.comp.meteorology._relhum_ice#
- geocat.comp.meteorology._relhum_ice(t, w, p)#
Calculates relative humidity with respect to ice, given temperature, mixing ratio, and pressure.
Notes and Correspondence: “Improved Magnus Form Approximation of Saturation Vapor Pressure” Oleg A. Alduchov and Robert E. Eskridge https://doi.org/10.1175/1520-0450(1996)035%3C0601:IMFAOS%3E2.0.CO;2
“Improved Magnus’ Form Approximation of Saturation Vapor Pressure” Oleg A. Alduchov and Robert E. Eskridge https://doi.org/10.2172/548871
- Parameters:
t (
numpy.ndarray,list,float) – Temperature in Kelvinw (
numpy.ndarray,list,float) – Mixing ratio in kg/kg. Must have the same dimensions astemperaturep (
numpy.ndarray,list,float) – Pressure in Pa. Must have the same dimensions astemperature
- Returns:
rh (
numpy.ndarray) – Relative humidity. Will have the same dimensions astemperature
See also
Related GeoCAT Functions:
relhum()relhum_ice()relhum_water()_xrelhum()Related NCL Functions: relhum, relhum_ttd, relhum_ice, relhum_water