atm_pressure.Rd
Compute atmospheric pressure at site
atm_pressure(alt, lon = NULL, lat = NULL, model = "stone2000")
Altitude (m)
Longitude (degrees) optional (only for "era40" model)
Latitude (degrees) optional (only for "era40" model)
Model used for computation, one of "stone2000" or "era40"
Atmospheric pressure in hPa
Choice of models :
(1) "stone2000" (default) : equation 1 of Stone (2000) JGR paper (only function of site altitude) Stone (2000) https://doi.org/10.1029/2000JB900181
(2) "era40" : Looks up mean sea level pressure and mean 1000 mb temp from ERA-40 reanalysis and calculates site atmospheric pressures using these as inputs to the standard atmosphere equation (function of site latitude, longitude and altitude). Uppala et al (2005) https://doi.org/10.1256/qj.04.176