theta_wet: equivalent potential temperature

View source: R/ch03_thermo.R

thetaR Documentation

equivalent potential temperature

Description

equivalent potential temperature

Usage

theta(P0, T0)

theta_wet(P0, T0, Td)

theta_wet_bolton(P0, T0, Td)

Arguments

P0

pressure at surface (hPa)

T0

temperature at surface (Cdeg)

Td

dew point temperature (Cdeg)

References

  1. https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.equivalent_potential_temperature.html

  2. https://github.com/wrf-model/WRF/blob/master/phys/module_diag_functions.F#L122

  3. https://github.com/Unidata/MetPy/blob/e0e24d51702787943fc3c0481fa9a6632abe9d20/src/metpy/calc/thermo.py#L1512

Examples

theta_wet(850, 20, 18)
theta_wet_bolton(850, 20, 18)


rpkgs/hydroTools documentation built on Oct. 8, 2024, 7:47 p.m.