C.C.eq: Various formulas, equations and transforms.

View source: R/clausiusclaperyon.R

C.C.eqR Documentation

Various formulas, equations and transforms.

Description

C.C.eq: Clapeyron-Clausius equation (saturation evaporation pressure) where x is a data object holding the temperature.

Usage

C.C.eq(x)

Arguments

x

an object containing air temperature data

Value

the saturation vapor pressure

Author(s)

R. Benestad

References

'An Introduction to Atmospheric Physics' by RG. Fleagle, JA. Businger Academic Press, 9. jan. 1981, eq. 2.89, p. 72.

See Also

precip.vul t2m.vul precip.rv precip.Pr t2m.Pr NE

Examples


t2m <- t2m.DNMI(lon=c(-70,-10),lat=c(20,60))
es <- C.C.eq(t2m)
map(es)


metno/esd documentation built on April 24, 2024, 9:19 p.m.