pvlib.atmosphere.tdew_from_rh#
- pvlib.atmosphere.tdew_from_rh(temp_air, relative_humidity, coeff=(6.112, 17.62, 243.12))[source]#
- Calculate dewpoint temperature using the Magnus equation. This is a reversal of the calculation in - rh_from_tdew().- Parameters:
- Returns:
- numeric – Dewpoint temperature. [°C] 
 - References 
