LCL: LCL

Description Usage Arguments Details Value Author(s) Examples

Description

Find the pressure and temperature at the lifted condensation level

Usage

1
LCL(p, t, r)

Arguments

p

The pressure [hPa] of the air parcel

t

The temperature [degC] of the air parcel

r

The water vapor mixing ratio of the air parcel [dimensionless, NOT g/kg]

Details

Solves iteratively for the pressure at which, for the given potential temperature and mixing ratio, the equilibrium vapor pressure at that pressure level would match that required to give the specified mixing ratio. Note for comparison the Bolton formula: (2840 / 3.5*log(T+273.15)-log(e)-4.805)+55

Value

A two-element vector giving the pressure [hPa]and temperature [degC] at the LCL

Author(s)

William Cooper

Examples

1
X <- LCL (850, 10, 0.08)  ## expect (825.62, 7.659)

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