inst/constants.R

# Constants file
# Avoid using these variable names elsewhere within the package code

Rv <- 461.5 # J/(K kg)
Rd <- 287.058 # dry air constant J/(K kg)
epsilon <- Rd/Rv # 1
T0 <- 273.15 # K
es0 <- 611 # Pa
GammaST <- 6.5e-03 # (dT/dz)^st standard atmosphere vertical gradient of the temperature in the troposphere (K.m^-1))
g <- 9.80665 ## (m.s^-2) gravitational aceleration
SantanderMetGroup/convertR documentation built on June 30, 2023, 3:03 a.m.