PotentialTemperature: PotentialTemperature

Description Usage Arguments Details Value Author(s) Examples

Description

Function to calculate the potential temperature

Usage

1
PotentialTemperature(P, AT, E = 0)

Arguments

P

A numeric representing the pressure in hPa

AT

A numeric representing the air temperature in deg. C

E

A numeric representing the water vapor pressure in hPa

Details

Potential temperature is calculated from the pressure and temperature, optionally with a humidity correction

Value

Numeric containing the potential temperature

Author(s)

William Cooper

Examples

1
THETA <- PotentialTemperature (500.,0.)

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