geocat.comp.meteorology.dewtemp

geocat.comp.meteorology.dewtemp(temperature, relative_humidity)

This function calculates the dew point temperature given temperature and relative humidity using equations from John Dutton’s “Ceaseless Wind” (pp 273-274)

Parameters
Returns

dew_pnt_temp – Dewpoint temperature in Kelvin. Same size as input variable temperature

Return type

numpy.ndarray or float

See also

Related GeoCAT Functions: _dewtemp

Related NCL Functions: dewtemp_trh