View source: R/calculate_meteorlogy.R
cal_ActualVapourPressure_from_psychrometricData | R Documentation |
The actual vapour pressure can be determined from the difference between the dry and wet bulb temperatures, the so-called wet bulb depression.
cal_ActualVapourPressure_from_psychrometricData(Twet, Tdry, P, type)
Twet, Tdry |
wet bulb depression, with Tdry the dry bulb and Twet the wet bulb temperature (degrees Celsius). |
P |
is the atmospheric pressure (kPa). |
type |
psychrometer type ("Asmann type","natural ventilated","non-ventilated"). |
A vector for Actual vapour pressure (ea)
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.