RossbyEquivalentPotentialTemperature: RossbyEquivalentPotentialTemperature

RossbyEquivalentPotentialTemperatureR Documentation

RossbyEquivalentPotentialTemperature

Description

The Rossby form of the pseudo-adiabatic equivalent potential temperature

Usage

RossbyEquivalentPotentialTemperature(P, AT, E = 0)

Arguments

P

A numeric representing ambient pressure in hPa

AT

A numeric representing air temperature in deg. C

E

A numeric representing water vapor pressure in hPa. Defaults to zero, and for that case the calculation uses the equilibrium vapor pressure at AT.

Details

The Rossby form of the pseudo-adiabatic equivalent potential temperature is calculated according to the formula of Davies-Jones (2009); see ProcessingAlgorithms.pdf

Value

A numeric representing the Rossby-equation result for the pseudo-adiabatic equivalent potential temperature in kelvin.

Author(s)

William Cooper

Examples

THETAR <- RossbyEquivalentPotentialTemperature (700., 10., 9.) 

NCAR/Ranadu documentation built on Jan. 27, 2023, 1:09 a.m.