5.3. Snow HydrologyΒΆ
ADELM updates the ground snow-water store and diagnoses snowmelt and snow sublimation from snowfall reaching the ground, air temperature, and the potential evaporative demand at the surface.
Coupling to other components
Canopy Hydrology provides
snowfall_to_ground_mmday.Potential Evapotranspiration provides
potential_snow_sublimation.Shortwave Radiation provides
soil_net_radiation_Wm2(used as energy limit for sublimation).Soil Hydrology uses
snowmelt_mmdayandsnow_sublimation_mmday.Optical Properties uses
snow_water_storage.
1. Snow storage balanceΒΆ
The snow-water store snow_water_storage satisfies
where \(W_{\mathrm{snow}}^{\,t}\) is the snow water storage at the start of the
timestep, \(P_{\mathrm{snow,ground}}\) is snowfall reaching the ground
(snowfall_to_ground_mmday), \(M_{\mathrm{snow}}\) is snowmelt
(snowmelt_mmday), and \(E_{\mathrm{snow}}\) is snow sublimation
(snow_sublimation_mmday).
2. Snow sublimationΒΆ
Snow sublimation snow_sublimation_mmday occurs only in below-freezing
conditions. It is limited by both an energy supply derived from net soil
radiation and the available snow water:
where \(E_{\mathrm{snow}}^\ast\) is potential_snow_sublimation and
the energy limit is
with \(R_{\mathrm{soil,net}}\) the soil net radiation
(soil_net_radiation_Wm2), \(t_{\mathrm{day}}\) the number of
seconds per day, and \(L_{\mathrm{sub}}\) the latent heat of sublimation.
3. SnowmeltΒΆ
Snowmelt snowmelt_mmday follows a degree-day formulation bounded by the
snow water available after sublimation and new snowfall:
where air temperature \(T_{\mathrm{a}}\) is ta_degC,
the freezing threshold \(T_{\mathrm{freeze}}\) is
freezing_point, and the melt coefficient \(c_{\mathrm{melt}}\) is
snow_melt_coefficient.