View source: R/calculate_meteorlogy.R
cal_ActualVapourPressure_from_RHmaxAndRHmin | R Documentation |
The actual vapour pressure can also be calculated from the relative humidity. Depending on the availability of the humidity data, different equations should be used.
cal_ActualVapourPressure_from_RHmaxAndRHmin(Tmax, Tmin, RHmax, RHmin)
Tmax |
daily maximum temperature (kPa). |
Tmin |
daily minimum temperature (KPa). |
RHmax |
maximum relative humidity %. |
RHmin |
minimum relative humidity %. |
For periods of a week, ten days or a month, RHmax and RHmin are obtained by dividing the sum of the daily values by the number of days in that period.
A vector for actual vapour pressure
Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. FAO Irrigation and drainage paper No. 56. Rome: Food and Agriculture Organization of the United Nations, 1998.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.