theta | R Documentation |
equivalent potential temperature
theta(P0, T0)
theta_wet(P0, T0, Td)
theta_wet_bolton(P0, T0, Td)
P0 |
pressure at surface (hPa) |
T0 |
temperature at surface (Cdeg) |
Td |
dew point temperature (Cdeg) |
https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.equivalent_potential_temperature.html
https://github.com/wrf-model/WRF/blob/master/phys/module_diag_functions.F#L122
https://github.com/Unidata/MetPy/blob/e0e24d51702787943fc3c0481fa9a6632abe9d20/src/metpy/calc/thermo.py#L1512
theta_wet(850, 20, 18)
theta_wet_bolton(850, 20, 18)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.