This is a ''work-in-progress'' report, documenting the further development and initial validation results of the VIC snow model.
Validation Data
Validation data were obtained primarily from the Cold Land Processes Experiment (CLPX), which includes a variety of snow-related measurements at different spatial scales. For the purposes of this exercise I used snowpit measurements at the LSOS site (Fraser Park, CO). These included snow depth, density, SWE, grain size, temperature data as well as soil moisture and temperature measurements. In addition, 10-minute meterological data were collected at the same site from October 2002 to March 2003.
VIC was simulated at an hourly timestep, as a point model (1 snowband, bare soil) using hourly precipitation, air temperature, wind speed, vapor pressure, and shortwave radiation forcing data.
Snow Density
Two changes were made to the snow density algorithm: one had to do with the density of newly fallen snow, and the other with the compaction of the snowpack.
Currently, VIC uses a constant value of 50
for fresh snow density. Rather than a constant value, I propose the use of the algorithm by Hedstrom and Pomeroy (1998) that calculates the density of fresh snow as a function of air temperature,
The current snow density algorithm used by VIC starts with compacting the snowpack by the weight of new snowfall, and then densifies the snowpack due to aging using part of SNTHERM's algorithm (Jordan, 1991). The latter accounts for compaction due to overburden on a snowpack layer. The problem with the VIC implementation is that the overburden is calculated from the mass of the entire snowpack, which isn't correct since VIC represents the snowpack as essentially a single layer. The proposed approach is based on SNTHERM's compaction algorithm, and accounts for settling due to snow metamorphism and compaction due to overburden. The former is calculated as a function of the average snowpack temperature and density, while the latter includes compaction from new snowfall as well as an effective compaction within the snowpack. In particular, the compaction rate is calculated from
The following plots show initial validation results from the 100x100 m LSOS site.
Multilayer Snow Model
Currently, work is being done towards a multiple layer formulation of the VIC snow model. The focus will be on retaining as much of the snow energetics (melting-refreezing etc) and canopy interactions from the original model as possible. This will be done by keeping track of both the snow microstructure and bulk properties. The snow multiple layer mass and energy balance will be somewhat independent, and after they are solved, the bulk snowpack properties will be calculated to be used by the rest of the VIC components; thus allowing for minimal modification of the existing code base.
A proposed pseudo-algorithm is given below: