| WetEquivalentPotentialTemperature | R Documentation | 
The wet-equivalent potential temperature (THETAQ)
WetEquivalentPotentialTemperature(P, AT, E = 0, w = 0)
P | 
 A numeric representing pressure in hPa  | 
AT | 
 A numeric representing air temperature in deg. C  | 
E | 
 A numeric representing water vapor pressure in hPa. Default is 0, and if E <= 0 then E is set to the equilibrium value for the calculation.  | 
w | 
 A numeric representing liquid water content in g/m^3. Default is 0.  | 
Wet-equivalent potential temperature is calculated from the pressure, air temperature, water vapor pressure, and liquid water content; see Paluch 1978.
A numeric representing the wet-equivalent potential temperature in kelvin
William Cooper
THETAQ <- WetEquivalentPotentialTemperature (700., 0., 6.11, 1.0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.