anadiedrichs / frost

R package frost: prediction of minimum temperature for frost forecasting in agriculture
Other
5 stars 0 forks source link

check dewpoint formula from noaa #26

Closed anadiedrichs closed 6 years ago

anadiedrichs commented 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)

anadiedrichs commented 6 years ago

implement this formula as other option to calculate dew point https://archive.is/20120526034637/http://www.paroscientific.com/dewpoint.htm

anadiedrichs commented 6 years ago

see #29