SVP.ClaCla: calculate saturation vapor pressure using the...

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/humidity.R

Description

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

Usage

1

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

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

Example output

[1] 273.15
[1] 6.11

humidity documentation built on Nov. 10, 2019, 9:07 a.m.