powered by
Air density of moist air from air temperature and pressure.
air.density(Tair, pressure, constants = bigleaf.constants())
Air temperature (deg C)
Atmospheric pressure (kPa)
Kelvin - conversion degC to Kelvin Rd - gas constant of dry air (J kg-1 K-1) kPa2Pa - conversion kilopascal (kPa) to pascal (Pa)
air density (kg m-3)
Air density (\(\rho\)) is calculated as:
$$\rho = pressure / (Rd * Tair)$$
Foken, T, 2008: Micrometeorology. Springer, Berlin, Germany.
# NOT RUN { # air density at 25degC and standard pressure (101.325kPa) air.density(25,101.325) # }
Run the code above in your browser using DataLab