4.1. Atmospheric ThermodynamicsΒΆ
ADELM diagnoses the atmospheric state variables required by the Penman-Monteith evapotranspiration and conductance formulations: air density, latent heat, psychrometric and vapour pressure slope coefficients, and air-side transport properties.
See also
model.parameterization.surface_exchange.calculate_timestep_and_thermodynamics()
Coupling to other components
Aerodynamic Exchange uses
water_vapour_diffusivityandkinematic_viscosity_of_air.Potential Evapotranspiration uses
air_density,air_molar_density,latent_heat_of_vaporization,psychrometric_constant, andsaturation_vapour_pressure_slope.Gross Primary Productivity uses
air_molar_density.
1. Atmospheric stateΒΆ
Air temperature \(T_{\mathrm{a}}\) (ta_degC) is first converted to
kelvin:
where \(T_0\) is absolute_zero_offset. Air density
(air_density) follows from the ideal gas approximation:
The molar conductance conversion factor air_molar_density
converts conductances from velocity units to molar units via the ideal gas law:
where \(p_0\) is standard_air_pressure and \(R\)
is universal_gas_constant.
2. Latent heat and psychrometric coefficientsΒΆ
The latent heat of vaporization latent_heat_of_vaporization is the
energy cost of evaporating water, approximated as a linear function of
temperature:
The psychrometric constant psychrometric_constant relates the sensible
and latent heat fluxes of a wet surface:
The slope of the saturation vapour pressure curve
saturation_vapour_pressure_slope controls how strongly evaporative
demand responds to available energy:
3. Transport propertiesΒΆ
The molecular diffusivity of water vapour in air water_vapour_diffusivity
follows a temperature-dependent power law:
The kinematic viscosity of air kinematic_viscosity_of_air is derived
from the dynamic viscosity \(\mu\) via the Sutherland approximation: