View source: R/meteorological_variables.r
psychrometric.constant | R Documentation |
Calculates the psychrometric 'constant'.
psychrometric.constant(Tair, pressure, constants = bigleaf.constants())
Tair |
Air temperature (deg C) |
pressure |
Atmospheric pressure (kPa) |
constants |
cp - specific heat of air for constant pressure (J K-1 kg-1) |
The psychrometric constant (γ) is given as:
γ = cp * pressure / (eps * λ)
where λ is the latent heat of vaporization (J kg-1),
as calculated from latent.heat.vaporization
.
γ - the psychrometric constant (kPa K-1)
Monteith J.L., Unsworth M.H., 2008: Principles of Environmental Physics. 3rd Edition. Academic Press, London.
psychrometric.constant(seq(5,45,5),100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.