WVP1 {humidity}R Documentation

calculate partial water vapor pressure given dew point

Description

calculate partial water vapor pressure e based on dew point T_d

Usage

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

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

[Package humidity version 0.1.5 Index]