WVP1: calculate partial water vapor pressure given dew point

Description Usage Arguments Value Author(s) See Also Examples

View source: R/humidity.R

Description

calculate partial water vapor pressure e based on dew point T_d

Usage

1
WVP1(Td, isK = TRUE)

Arguments

Td

dew point in Kelvin (K) or in degree Celsius (°C)

isK

logical indicator whether temperature is in Kelvin (K). The default value is TRUE.

Value

numeric partial 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

See Also

SVP, SVP.ClaCla.

Examples

1
2
T0 # absolute zero in Kelvin (K)
WVP1(T0)

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