| RossbyEquivalentPotentialTemperature | R Documentation | 
The Rossby form of the pseudo-adiabatic equivalent potential temperature
RossbyEquivalentPotentialTemperature(P, AT, E = 0)
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.  | 
The Rossby form of the pseudo-adiabatic equivalent potential temperature is calculated according to the formula of Davies-Jones (2009); see ProcessingAlgorithms.pdf
A numeric representing the Rossby-equation result for the pseudo-adiabatic equivalent potential temperature in kelvin.
William Cooper
THETAR <- RossbyEquivalentPotentialTemperature (700., 10., 9.)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.