4.3. Soil Surface StateΒΆ
ADELM diagnoses two quantities that drive potential soil surface evaporation: the soil-surface conductance to water vapour, and the soil-to-air vapour pressure gradient.
Coupling to other components
Soil Hydrology provides
soil_moisture.Soil Hydraulics provides
soil_water_potential.Potential Evapotranspiration uses
soil_surface_conductanceandsoil_to_air_vapour_pressure_gradient.
1. Soil surface resistanceΒΆ
Potential surface evaporation uses the soil-surface conductance
soil_surface_conductance:
The soil surface resistance \(r_{\mathrm{ss}}\) follows an exponential formulation:
where \(f_{\mathrm{snow}}\) is snow_cover_fraction,
\(k_{\mathrm{ss}}\) is soil_surface_resistance_moisture_sensitivity, and
\(B_{\mathrm{evap}}\) is the top-layer relative soil wetness:
Snow-covered ground is assigned \(r_{\mathrm{ss}} = 1\;\mathrm{s\,m^{-1}}\) so that sublimation is handled separately. The resistance is further clamped to \([1,\,10000]\;\mathrm{s\,m^{-1}}\).
Symbol |
ADELM variable |
|---|---|
\(\theta_1\) |
|
\(\theta_{\mathrm{sat},1}\) |
|
\(k\) |
|
\(f_{\mathrm{snow}}\) |
|
2. Soil-to-air vapour pressure gradientΒΆ
The soil-to-air vapour pressure gradient soil_to_air_vapour_pressure_gradient
drives the aerodynamic transport of water vapour from the soil surface to the
canopy air:
The air vapour pressure \(e_{\mathrm{a}}\) is recovered from the saturation vapour pressure and VPD:
where \(\mathrm{VPD}\) is vpd_kPa, and \(e_{\mathrm{s,air}}\)
is the mean saturation vapour pressure evaluated at daily maximum and minimum
temperatures:
Here \(T_{\max}\) is ta_max_degC, and \(T_{\min}\) is
ta_min_degC.
The soil-surface vapour pressure \(e_{\mathrm{soil}}\) is suppressed below saturation by soil water potential via the Kelvin equation:
where \(\psi_{\mathrm{soil},1}\) is the water potential of the first soil layer from
soil_water_potential, \(V_w\) is
partial_molar_volume_of_water, \(R\) is universal_gas_constant,
and \(T_{\mathrm{a},K} = T_{\mathrm{a}} + T_0\) with \(T_{\mathrm{a}}\)
being ta_degC and \(T_0\) being absolute_zero_offset.