Description Usage Arguments Value References
View source: R/thornthwaite_mather__PE.R
This function returns a value for potential evapotranspiration as calculated by Thornthwaite's potential evapotranspiration calculation method. This function is designed to be applied when air temperatures fall below 26.5 degrees C. The equation used here is given as equation 10 in Appendix 1 of Thornthwaite (1948). Note that the version implemented here returns *millimeters*, rather than *centimeters* of PET, and therefore the coefficient used here is '16' rather than '1.6'.
1 | calc_TM_PET(air_temp_C, heat_index_I, TM_a)
|
air_temp_C |
Mean monthly air temperature at a station, in degrees Celcius. |
heat_index_I |
Annual heat index |
TM_a |
Exponent |
Unadjusted potential evapotranspiration in millimeters.
Thornthwaite, C.W., 1948, An Approach toward a Rational Classification of Climate: Geographical Review, v. 38, no. 1, p. 55.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.