MurphyKoop: MurphyKoop

Description Usage Arguments Details Value Author(s) Examples

Description

Returns the water vapor pressure corresponding to a supplied temperature.

Usage

1
MurphyKoop(DP, P = 0)

Arguments

DP

A numeric vector containing the dew point in deg. C

P

An optional numeric vector representing the total pressure in hPa. Set zero to suppress the 'enhancement factor' correction for total pressure. Use the pressure to find the equilibrium water vapor in the presence of that total pressure of air.

Details

Calculates the equilibrium water vapor pressure according to the Murphy-Koop equation

Value

Water vapor pressure [hPa] in equilibrium with a plane water surface at dew point DP

Author(s)

William Cooper

Examples

1
2
3
e <- MurphyKoop (-12.)
e <- MurphyKoop (10., 800.)
EW2 <- MurphyKoop (RAFdata$DPXC, RAFdata$PSXC)

WilliamCooper/Ranadu documentation built on July 10, 2019, 12:40 a.m.