3.1. Stomatal ConductanceΒΆ
ADELM diagnoses canopy stomatal conductance with a Jarvis formulation that
combines radiation, temperature, vapour-pressure deficit, and root-zone water
status into a multiplicative stress response. The final diagnostic is
canopy_stomatal_conductance.
Coupling to other components
Shortwave Radiation provides
incoming_par_Wm2.Soil Hydraulics provides
root_zone_soil_water_potential.Potential Evapotranspiration uses
canopy_stomatal_conductance.Gross Primary Productivity uses
canopy_stomatal_conductance.
1. Jarvis schemeΒΆ
The Jarvis scheme diagnoses four dimensionless response factors and multiplies them to obtain the final stomatal limitation:
Each factor varies between zero and one, so \(f_{\mathrm{gs}}\) progressively reduces conductance away from favourable conditions.
The Jarvis radiation response depends on incoming PAR
incoming_par_Wm2 and the half-saturation parameter
jarvis_radiation_half_saturation:
where \(\mathrm{PAR}_{\mathrm{in}}\) is incoming_par_Wm2 and
\(\mathrm{PAR}_{1/2}\) is jarvis_radiation_half_saturation.
The temperature response is a quadratic centered on the optimum
temperature jarvis_temperature_optimum:
where \(T_{\mathrm{opt,gs}}\) is jarvis_temperature_optimum,
\(a_T\) is jarvis_temperature_curvature, and
\(T_{\mathrm{a}}\) is ta_degC. The implementation clips
\(f_{\mathrm{temp}}\) to the interval \([0,1]\).
The vapour-pressure-deficit response is
where \(k_{\mathrm{vpd}}\) is jarvis_vpd_sensitivity and
\(\mathrm{VPD}\) is vpd_kPa.
The water-stress response is diagnosed from the root-zone soil water potential
\(\psi_{\mathrm{root}}\) (root_zone_soil_water_potential) with a
sigmoid response:
where \(\psi_{\mathrm{soil},50}\) is jarvis_water_potential_midpoint and
\(k_{\psi}\) is jarvis_water_potential_steepness.
2. Canopy conductanceΒΆ
The Jarvis limitation is applied to a leaf conductance range between the
minimum conductance \(g_{\mathrm{s,min}}\)
(jarvis_min_stomatal_conductance) and the maximum conductance
\(g_{\mathrm{s,max}}\) (jarvis_max_stomatal_conductance):
ADELM then scales this leaf-level quantity to canopy conductance with an effective leaf-area index:
where \(\mathrm{LAI}\) is lai. The final canopy stomatal
conductance is
and is diagnosed as canopy_stomatal_conductance.