Function metfor::frost_point_from_vapor_pressure_over_ice[][src]

pub fn frost_point_from_vapor_pressure_over_ice(vp_hpa: f64) -> Result<f64>

Get the dew point given the vapor pressure of water over ice. This function is the inverse of vapor_pressure_ice.

The corresponding temperature limits on that function correspond to vapor pressures of 0.0005472 hPa and 6.1121 hPa. Values outside this range will be returned as an error for inputs out of range.

vp_hpa - The vapor pressure of water in hPa.

Returns: The dew point in Celsius.