export_constants {aiRthermo} | R Documentation |
Export the constants
Description
This function exports to R the constants frecuently used in the C part of aiRthermo for consistency.
Usage
export_constants()
Details
The constants stored in the vector are (in SI units): the gas constant for dry air and for water vapour
(
), the temperature
corresponding to 0 degree Celsius,
used to calculate the saturated vapour pressure (Pa), 1000 hPa in Pa (P1000), the specific heat of dry air for constant pressure
(
) and for constant volume
(
), acceleration due to gravity at sea level g (
), our definition of a missing value MISSING_VALUE (-99999999) and epsilon
(
).
Constants are taken from Bohren & Albrecht (1998), and they are also consistent with those used in Petty (2008), Erukhimova & North (2009) and Davies-Jones (2009).
References
Bohren, C.F., & Albrecht, B. A. (1998). Atmospheric thermodynamics. Atmospheric thermodynamics. Publisher: New York; Oxford: Oxford University Press, 1998. ISBN: 0195099044.
Petty, G.W. (2008). A First Course in Atmospheric Thermodynamics, Sundog Publishing, Madison.
North, G. R. , Erukhimova,T. L. (2009). Atmospheric Thermodynamics, Cambridge University Press, New York.
Davies-Jones, R. (2009). On formulas for equivalent potential temperature, Monthly Weather Review, 137,3137-3148. doi:10.1175/2009MWR2774.1.
See Also
Examples
aiRthermoConstants<-export_constants()