5.2. Canopy HydrologyΒΆ
ADELM updates the solid and liquid canopy interception stores and diagnoses the fluxes routed from the canopy to the snowpack and soil surface.
Coupling to other components
Precipitation Phase Partitioning provides
rainfall_mmdayandsnowfall_mmday.Potential Evapotranspiration provides
potential_canopy_evaporationandpotential_canopy_sublimation.Shortwave Radiation provides
canopy_net_radiation_Wm2(used as energy limit for solid sublimation).Snow Hydrology uses
snowfall_to_ground_mmday.Soil Hydrology uses
throughfall_from_canopy_mmday.
1. Solid canopy interceptionΒΆ
The solid canopy store canopy_solid_interception_storage satisfies
Atmospheric snowfall \(P_{\mathrm{snow}}\) (snowfall_mmday) is
partitioned into an intercepted fraction and a direct-to-ground fraction using
a Beer-law interception fraction:
where \(\mathrm{VAI}\) is the vegetation area index. The intercepted solid input and the direct snowfall reaching the ground are
The solid interception capacity is
where \(c_{\mathrm{snow}}\) is
canopy_solid_interception_capacity_coefficient.
Actual canopy solid sublimation canopy_solid_sublimation_mmday is limited
to below-freezing conditions, bounded by an energy limit from canopy net
radiation, and capped by the existing storage:
where \(E_{\mathrm{sub}}^\ast\) is potential_canopy_sublimation and
\(E_{\mathrm{energy}} = \max(R_{\mathrm{can,net}}\,t_{\mathrm{day}}/L_{\mathrm{sub}},\,0)\)
with \(R_{\mathrm{can,net}}\) the canopy net radiation
(canopy_net_radiation_Wm2).
Any store remaining above capacity after sublimation and new interception is unloaded to the ground:
The total snowfall flux reaching the ground snowfall_to_ground_mmday is
2. Liquid canopy interceptionΒΆ
The liquid canopy store canopy_liquid_interception_storage satisfies
All rainfall is intercepted by the canopy: \(I_{\mathrm{can,liq}} = P_{\mathrm{rain}}\)
where \(P_{\mathrm{rain}}\) is rainfall_mmday. The liquid
interception capacity is
with \(c_{\mathrm{liq}}\) given by
canopy_interception_capacity_coefficient.
Throughfall to the soil surface throughfall_from_canopy_mmday drains
any rainfall in excess of capacity:
The water held in the canopy after accounting for throughfall is
Actual wet-canopy evaporation canopy_liquid_evaporation_mmday is
bounded by this intercepted store:
where \(E_{\mathrm{can,liq}}^\ast\) is
potential_canopy_liquid_evaporation. The updated storage is
\(W_{\mathrm{can,liq}}^{\,t+1} = W_{\mathrm{can,int}} - E_{\mathrm{can,liq}}\).