get_pressure | R Documentation |
Function to get atmospheric pressure at an elevation of interest (h), given reference level pressure, temperature, lapse rate and molar mass of air
get_pressure(h = 1000)
h_ref |
= 0, reference elevation, m |
P_ref |
= 101325, static pressure at sea level, Pa |
L_ref |
= -0.0065, reference temperature lapse rate, K/m |
T_ref |
= 288, reference temperature (at sea level), K |
g_0 |
= 9.80665, gravitational acceleration constant, m/s^2 |
M |
= 0.0289644, molar mass of air, kg/mol |
pressure at focal height, Pa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.