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.
“Improved Magnus’ Form Approx. of Saturation Vapor pressure” Oleg A. Alduchov and Robert E. Eskridge https://journals.ametsoc.org/view/journals/apme/35/4/1520-0450_1996_035_0601_imfaos_2_0_co_2.xml
- 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