Description Usage Arguments Value Note References Examples
Return sea level pressure given dry-bulb temperature, altitude above sea level and pressure.
1 | GetSeaLevelPressure(StationPressure, Altitude, TDryBulb)
|
StationPressure |
A numeric vector of observed station pressure in Psi [IP] or Pa [SI] |
Altitude |
A numeric vector of altitude in ft [IP] or m [SI] |
TDryBulb |
A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI] |
A numeric vector of sea level barometric pressure in Psi [IP] or Pa [SI]
The standard procedure for the US is to use for TDryBulb the average of the current station temperature and the station temperature from 12 hours ago.
Hess SL, Introduction to theoretical meteorology, Holt Rinehart and Winston, NY 1959, ch. 6.5; Stull RB, Meteorology for scientists and engineers, 2nd edition, Brooks/Cole 2000, ch. 1.
1 2 3 4 5 | SetUnitSystem("IP")
GetSeaLevelPressure(14.68, 300:400, 62.94)
SetUnitSystem("SI")
GetSeaLevelPressure(101226.5, 105:205, 17.19)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.