Function metfor::rh_ice[][src]

pub fn rh_ice(temperature_c: f64, dew_point_c: f64) -> Result<f64>

Calculate the relative humidity with respect to ice.

  • temperature_c - The temperature of the parcel in Celsius.
  • dew_point_c - The dew point of the parcel in Celsius.

Returns: The relative humidity as a decimal, i.e. 0.95 instead of 95%.