4.2. Aerodynamic ExchangeΒΆ
ADELM diagnoses four aerodynamic conductances under a neutral-stability
approximation: soil_aerodynamic_conductance for soil-surface exchange,
leaf_boundary_layer_conductance for leaf-scale transfer,
above_canopy_aerodynamic_conductance for turbulent exchange above the
canopy, and canopy_aerodynamic_conductance as the series combination of the
two canopy-side conductances.
See also
model.parameterization.surface_exchange.calculate_aerodynamic_exchange()
Coupling to other components
Atmospheric Thermodynamics provides
water_vapour_diffusivityandkinematic_viscosity_of_air.Potential Evapotranspiration uses
soil_aerodynamic_conductance,leaf_boundary_layer_conductance,above_canopy_aerodynamic_conductance, andcanopy_aerodynamic_conductance.Gross Primary Productivity uses
canopy_aerodynamic_conductance.
1. Soil aerodynamic conductanceΒΆ
Soil aerodynamic conductance
\(g_{\mathrm{a,soil}}\) (soil_aerodynamic_conductance) is
where \(r_{\mathrm{soil}}\) is the soil aerodynamic resistance between the soil roughness length and the canopy-top exchange layer:
Here canopy height \(h_{\mathrm{c}}\) is canopy_height, and
\(z_{\mathrm{soil}}\) is soil_roughness_length.
The canopy decay coefficient \(\eta\) controls how rapidly wind speed attenuates with depth into the canopy:
where \(\mathrm{LAI}\) is lai and \(c_f = 0.20\). The
mixing length \(l_m\) sets the length scale of turbulent eddies within
the canopy:
where the momentum length scale \(L_m\) is a canopy-structure quantity:
The canopy-top exchange coefficient \(K_h\) scales turbulent diffusivity at the canopy top:
where friction velocity \(u_\ast\) measures the turbulent momentum flux:
with \(u\) given by wind_ms. The zero-plane displacement height
\(d\) is the effective aerodynamic centre of the canopy, following a
drag-area closure:
where \(c_d = 7.5\) is the canopy drag coefficient.
The aerodynamic roughness length \(z_0\) characterises the surface texture seen by the flow above the canopy:
where \(\kappa\) is von_karman_constant and
\(\phi_h = \ln 2\). The friction-velocity-to-canopy-wind ratio
\(r_u\) links above-canopy wind shear to within-canopy drag:
where \(c_{\mathrm{sub}} = 0.003\) and \(c_{\mathrm{rough}} = 0.3\), clipped to \([0.2,\,1.0]\).
2. Leaf boundary layer conductanceΒΆ
Leaf boundary layer conductance
\(g_{\mathrm{b}}\) (leaf_boundary_layer_conductance) uses a
forced-convection Sherwood-number formulation:
where \(D_{\mathrm{v}}\) is water_vapour_diffusivity and
\(w_{\mathrm{leaf}}\) is canopy_leaf_width.
The Sherwood number \(Sh\) relates mass transfer to the flow regime at the leaf surface:
where \(Re\) is the leaf Reynolds number, characterising the ratio of inertial to viscous forces at the leaf scale:
where \(\nu\) is kinematic_viscosity_of_air. The representative
within-canopy wind speed \(u_{0.75}\) is evaluated at the
\(0.75\,h_{\mathrm{c}}\) level by attenuating the canopy-top wind speed
\(u_{\mathrm{c}}\) downward through the canopy:
where \(u_{\mathrm{c}}\) is reconstructed from the logarithmic wind profile above the canopy:
3. Above-canopy aerodynamic conductanceΒΆ
ADELM diagnoses an above-canopy aerodynamic resistance
\(r_{\mathrm{a,above}}\) and converts it to
above_canopy_aerodynamic_conductance via
Two resistance formulations are used depending on canopy height.
For tall canopies (\(h_{\mathrm{c}} > 3\,\mathrm{m}\)), the resistance combines exponential attenuation inside the canopy, a transition layer, and a logarithmic profile to a 50 m reference height:
where \(a = 0.5\), \(z_{\mathrm{ref}} = 50\,\mathrm{m}\), and \(Z_w = 1.5 h_{\mathrm{c}} - 0.5 d\). The code first extrapolates the 10 m wind to \(u_{50}\) using an open-field log profile with roughness length \(0.03\,\mathrm{m}\).
For short canopies (\(h_{\mathrm{c}} \le 3\,\mathrm{m}\)), ADELM uses a double-logarithm resistance:
with \(z_{\mathrm{eff}} = 2 + (1/0.63 - 1)d\) and
The diagnosed resistance is \(r_{\mathrm{a,above}} = r_{\mathrm{a,above}}^{\mathrm{over}}\) for tall canopies and \(r_{\mathrm{a,above}} = r_{\mathrm{a,above}}^{\mathrm{short}}\) for short canopies.
4. Canopy aerodynamic conductanceΒΆ
The canopy-scale conductance used by photosynthesis is the series combination of above-canopy and leaf boundary layer resistances:
This combined quantity is diagnosed as
canopy_aerodynamic_conductance.