Function metfor::wet_bulb_c[][src]

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

Calculate the web bulb temperature.

  • temperature_c - the temperature of the parcel in Celsius.
  • dew_point_c - the dew point of the parcel in Celsius.
  • pressure_hpa - the pressure of the parcel in hPa

Returns: The wet bulb temperature in Celsius.