Find the air temperature in Celsius. The calculation is going to ask you to convert the temperature in Celsius to the Kelvin scale ( 0 = absolute zero) by adding 273.16.
Calculate the saturation vapor pressure, which is calculated from relative humidity and air temperature, with the equation: es = 0.6108 * exp(T * 17.27/ (T + 237.3))
Subtract the mean hourly vapor pressure deficit from "es" to find the vapor pressure deficit (VPD).
Find the relationship between the saturation vapor pressure and the air temperature curve with the following equation: DEL = (4099 * es)/(T + 237.3)^2.
Factor in the barometric pressure, (P = 101.3 - 0.0115 * Z + 5.44 * 10^-7 * Z^2 ), the psychrometer (relative humidity) constant (GAM = 0.000646 (1 + 0.000946*T), and the weighting function (W = DEL/(DEL + GAM).
Find the wind function (FU2). For the mean hourly net radiation (Rn) after nightfall, the wind function will be 0.125 plus 0.0439 times the mean hourly wind speed at two meters. The daytime Rn will be 0.030 plus 0.0576 times the mean hourly wind speed at two meters.
Calculate NR by converting Rn to mm with the equation R = Rn/(694.5 (1-0.000946*T)).
Find RET, which is the hourly rate of ETo with the equation RET = W*NR + (1-W)VPD * FU2. The daily ETo equals the sum of 24 hours RET (mm).