Description Usage Arguments Details
Determines the psychrometric constant, γ (kPa K^{-1}), at a given pressure.
1 | psychrometric(P = 101.3, ca = 0.001, L = 2.47)
|
P |
Air pressure, P (kPa). Assumed to be 101.3, a common value at sea level. |
ca |
Heat capacity of air, c_{a} (MJ kg^{-1} K^{-1}). Assumed to be 1e-3. |
L |
Latent heat of vaporization for water, λ_{v} (MJ kg^{-1}). Assumed to be 2.47. |
γ is defined as (Dingman 2008):
γ = \frac{c_{a} P}{0.622 λ_{v}}
Dingman SL. 2008. Physical hydrology. Waveland Press.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.