SVP.Murray: calculate saturation vapor pressure using the Murray equation

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, per the equation proposed by Murray (1967).

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

Murray, F. W. (1967). On the Computation of Saturation Vapor Pressure. Journal of Applied Meteorology, 6(1), 203-204.

See Also

SVP.ClaCla, SVP.

Examples

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

caijun/humidity documentation built on Nov. 12, 2019, 2:36 p.m.