SVP.ClaCla {humidity}R Documentation

calculate saturation vapor pressure using the Clausius-Clapeyron equation

Description

calculate saturation vapor pressure E_s at temperature t, using the Clausius-Clapeyron equation.

Usage

SVP.ClaCla(t)

Arguments

t

temperature in Kelvin (K)

Value

numeric saturation vapor pressure in hectopascal (hPa) or millibar (mb)

Author(s)

Jun Cai (cai-j12@mails.tsinghua.edu.cn), PhD candidate from Department of Earth System Science, Tsinghua University

References

Shaman, J., & Kohn, M. (2009). Absolute humidity modulates influenza survival, transmission, and seasonality. Proceedings of the National Academy of Sciences, 106(9), 3243-3248.

Wallace, J. M., & Hobbs, P. V. (2006). Atmospheric science: an introductory survey (Vol. 92). Academic press.

See Also

SVP.Murray, SVP.

Examples

T0 # absolute zero in Kelvin (K)
SVP.ClaCla(T0)

[Package humidity version 0.1.5 Index]