calc_vpd | R Documentation |
Follows Abtew and Meleese (2013), Ch. 5 Vapor Pressure Calculation Methods, in Evaporation and Evapotranspiration
calc_vpd(
qair = NA,
eact = NA,
tc = NA,
tmin = NA,
tmax = NA,
patm = NA,
elv = NA
)
qair |
Air specific humidity (g g-1) |
eact |
Water vapour pressure (Pa) |
tc |
temperature, deg C |
tmin |
(optional) min daily air temp, deg C |
tmax |
(optional) max daily air temp, deg C |
patm |
Atmospehric pressure (Pa) |
elv |
Elevation above sea level (m) (Used only if |
vapor pressure deficit (Pa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.