Closed anadiedrichs closed 6 years ago
http://www.wpc.ncep.noaa.gov/html/heatindex.shtml
dw = (rh/100)^(1/8) (112 + (0.9 t)) - 112 + (0.1 * t)
implement this formula as other option to calculate dew point https://archive.is/20120526034637/http://www.paroscientific.com/dewpoint.htm
see #29
http://www.wpc.ncep.noaa.gov/html/heatindex.shtml
dw = (rh/100)^(1/8) (112 + (0.9 t)) - 112 + (0.1 * t)