Description Usage Arguments Details Value References Examples
View source: R/meteorological_variables.r
Latent heat of vaporization as a function of air temperature.
1 | latent.heat.vaporization(Tair)
|
Tair |
Air temperature (deg C) |
The following formula is used:
λ = (2.501 - 0.00237*Tair)10^6
λ - |
Latent heat of vaporization (J kg-1) |
Stull, B., 1988: An Introduction to Boundary Layer Meteorology (p.641) Kluwer Academic Publishers, Dordrecht, Netherlands
Foken, T, 2008: Micrometeorology. Springer, Berlin, Germany.
1 2 | latent.heat.vaporization(seq(5,45,5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.