This very simple template of just 5 elements (2 input parameters and 3 variables) is a scheme for roughly estimating the average temperature during the day and during the night.
Excerpt from PnET
Aber, J.D. and C.A. Federer. 1992. A generalized, lumped-parameter model of photosynthesis, evapotranspiration and net primary production in temperate and boreal forest ecosystems. Oecologia 92:463-474
Variable Tave
Tave = (tmin+tmax)/2.0
Variable Tday
Tday = (tmax+Tave)/2.0
Variable Tnight
Tnight = (Tave+tmin)/2.0
Variable tmax
tmax = Variable parameter
Minimum = -50, Maximum = 50
Variable tmin
tmin = Variable parameter
Minimum = -50, Maximum = 50
Attachment | Size |
---|---|
TdayTnightFromTmaxTmin.png | 8.71 KB |
TdayTnightFromTmaxTmin.sml | 42.83 KB |