Learn R Programming

humidity (version 0.1.4)

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

Description

calculate saturation vapor pressure \(E_s\) at temperature \(t\), per the equation proposed by Murray (1967).

Usage

SVP.Murray(t)

Arguments

t

temperature in Kelvin (K)

Value

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

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

Run this code
# NOT RUN {
T0 # absolute zero in Kelvin (K)
SVP.Murray(T0)
# }

Run the code above in your browser using DataLab