psychrometric.constant: Psychrometric Constant

Description Usage Arguments Details Value References Examples

View source: R/meteorological_variables.r

Description

Calculates the psychrometric 'constant'.

Usage

1

Arguments

Tair

Air temperature (deg C)

pressure

Atmospheric pressure (kPa)

constants

cp - specific heat of air for constant pressure (J K-1 kg-1)
eps - ratio of the molecular weight of water vapor to dry air (-)

Details

The psychrometric constant (γ) is given as:

γ = cp * pressure / (eps * λ)

where λ is the latent heat of vaporization (J kg-1), as calculated from latent.heat.vaporization.

Value

γ -

the psychrometric constant (kPa K-1)

References

Monteith J.L., Unsworth M.H., 2008: Principles of Environmental Physics. 3rd Edition. Academic Press, London.

Examples

1

lhmet-forks/bigleaf documentation built on Aug. 4, 2020, 12:08 a.m.