
Last chance! 50% off unlimited learning
Sale ends in
Virtual temperature, defined as the temperature at which dry air would have the same density as moist air at its actual temperature.
virtual.temp(Tair, pressure, VPD, Esat.formula = c("Sonntag_1990",
"Alduchov_1996", "Allen_1998"), constants = bigleaf.constants())
Air temperature (deg C)
Atmospheric pressure (kPa)
Vapor pressure deficit (kPa)
Optional: formula to be used for the calculation of esat and the slope of esat.
One of "Sonntag_1990"
(Default), "Alduchov_1996"
, or "Allen_1998"
.
See Esat.slope
.
Kelvin - conversion degree Celsius to Kelvin eps - ratio of the molecular weight of water vapor to dry air (-)
virtual temperature (deg C)
the virtual temperature is given by:
where Tair is in Kelvin (converted internally). Likewise, VPD is converted
to actual vapor pressure (e in kPa) with VPD.to.e
internally.
Monteith J.L., Unsworth M.H., 2008: Principles of Environmental Physics. 3rd edition. Academic Press, London.
# NOT RUN {
virtual.temp(25,100,1.5)
# }
Run the code above in your browser using DataLab