Function metfor::temperature_kelvin_at_lcl [] [src]

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

Approximate temperature at the Lifting Condensation Level (LCL).

Eq 5.17 from "Weather Analysis" by Dušan Dujrić

  • temperature_c - the initial temperature in Celsius.
  • dew_point_c - the initial dew point in Celsius.

Returns: The temperature at the LCL in Kelvin.