get_pressure: Atmospheric pressure from reference elevation

View source: R/get_pressure.R

get_pressureR Documentation

Atmospheric pressure from reference elevation

Description

Function to get atmospheric pressure at an elevation of interest (h), given reference level pressure, temperature, lapse rate and molar mass of air

Usage

get_pressure(h = 1000)

Arguments

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

Value

pressure at focal height, Pa


mrke/NicheMapR documentation built on April 3, 2024, 10:05 a.m.