First, define a phase change indicator (𝐼𝑝ℎ𝑎𝑠𝑒): 0-none;1-melt;2-refreeze.(根据是否大于重冻温度判断)
If 𝐼𝑝ℎ𝑎𝑠𝑒 > 0 (melting or refreezing active), the energy residual (surplus or loss) (HM,phase, [W/m2]) is computed for each snow/soil layer (i) as:
Hm,phase(i)=fphase(i)Tsnso(i)−Tfrz
where 𝑓𝑝ℎ𝑎𝑠𝑒 is the phase change factor computed in GroundThermalProperty mod.
积雪相变除了能量改变外,其对于雪中冰水含量的影响也会影响其反照率。
积雪水文过程
The snow hydrological processes include snowfall after canopy interception,
snowpack compaction, snow layer combination, snow layer division, and snow water state
updates. These processes are driven by the energy fluxes and snow temperature changes computed
in EnergyMainMod.F90. The change in snowpack SWE is balanced by the input snowfall and frost
and the output snowmelt and sublimation. Only snowpack with explicit snow layers (snow depth>= 2.5cm) will go through snow layer compaction, combination, and division processes.
where CLH,fus [J/kg] is the specific latent heat of fusion. 𝑆𝑊𝑛𝑒𝑡 , 𝐿𝑊𝑛𝑒𝑡 , 𝐻𝑝𝑟, 𝐻𝐿 , and 𝐻𝑆, [W/m2
] are the net shortwave radiation flux, net longwave radiation flux, precipitation
advected heat flux, latent heat flux, and sensible heat flux at the snowpack surface. 𝐺𝑠𝑛𝑜2𝑠𝑜𝑖𝑙[W/m2] is the heat flux advected from snowpack to soil at the snow-soil interface (neglected).
where i is the snow layer index, 𝑉𝑖𝑐𝑒 is the ice partial volume, and 𝑃𝑒𝑓𝑓,𝑠𝑛𝑜 is the snow effective porosity
里层雪水当量:
The liquid water in each snow layer is computed based on the input water (Qin, [mm]) and
snowpack liquid water holding capacity (𝑊𝑙𝑖𝑞,𝑐𝑎𝑝,𝑠𝑛𝑜, a parameter in NoahmpTable.TBL)
𝐶𝑝,𝑎𝑖𝑟 [J/kg/K] is the air heat capacity (CONST),Where κ is the von Karman constant, Z is the height above the ground, d0
[m] is the zero-displacement height, and LMO [m] is the M-O length. ϕm and ϕh are the stability functions for
momentum and heat transfer, respectively. z0m [m] and z0h [m] are the surface roughness length
for momentum and heat, respectively.
WRF代码相关:
SHB !bare ground sensible heat flux [+ to atm]
SHC !canopy sensible heat flux [+ to atm]
SHG !vegetated ground sensible heat flux [+ to atm]
𝑞𝑠[kg/kg] and 𝑞𝑎 [kg/kg] are the specific humidity at the surface and in the air, respectively. 𝐶ℎ and 𝐶𝑤 are the surface exchange
coefficients for heat and moisture, respectively. Noah-MP assumes that 𝐶𝑤 is equal to 𝐶ℎ (Chen and Zhang, 2009).𝐶𝐿𝐻 [J/kg] is the specific latent heat of water vaporization (CONST)