Description Usage Arguments Details Value References Examples
View source: R/calculateWeatherVariables.R
calculateAtmosphericPressure
#function for calculating Atmospheric Pressure
1 | calculateAtmosphericPressure(elevation, elevAtRefLevel, temp)
|
- |
elevation: In m - double |
- |
elevAtRefLevel: In m - double |
- |
temp: In C - double |
function for calculating Atmospheric Pressure: equantion (3-2) in FAO 56
P atmospheric pressure at elevation z [kPa] Po atmospheric pressure at sea level = 101.3 [kPa] z elevation [m] zo elevation at reference level [m] (normally 2) g gravitational acceleration = 9.807 [m s-2] R specific gas constant = 287 [J kg-1 K-1] al constant lapse rate moist air = 0.0065 [K m-1] TKo reference temperature [K] at elevation zo given by TKo = 273.16 + T (3-3) where: T mean air temperature for the time period of calculation [oC]
double
see aWhere API Documentation (insert HTTP address)
1 | NEED TO INSERT
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.