Last chance! 50% off unlimited learning
Sale ends in
Calculates the psychrometric 'constant'.
psychrometric.constant(Tair, pressure, constants = bigleaf.constants())
Air temperature (deg C)
Atmospheric pressure (kPa)
cp - specific heat of air for constant pressure (J K-1 kg-1) eps - ratio of the molecular weight of water vapor to dry air (-)
the psychrometric constant (kPa K-1)
The psychrometric constant (
where latent.heat.vaporization
.
Monteith J.L., Unsworth M.H., 2008: Principles of Environmental Physics. 3rd Edition. Academic Press, London.
# NOT RUN {
psychrometric.constant(seq(5,45,5),100)
# }
Run the code above in your browser using DataLab