Back Goto VIC Operations Page Goto VIC Model Home Page Next

Model Preprocessing – Snow Elevation Bands

The program elevband.c will prepare the snow elevation band input file based on the ASCII column format soil input file and an ASCII raster elevation file (with arc/info header) at a resolution finer than the resolution of the VIC model run. The soil input file is used simply because it provides a list of grid cell IDs along with grid cell latitude and longitude, both of which are needed by elevband.c.

For each pixel in the VIC simulation, elevband.c sets an analysis window around the area of the DEM which corresponds to the current pixel. The analysis window will contain elevation values zi…zn,, where

The range of the elevation bands within each analysis window is calculated as follows:

Where and

NUMBANDS is the number of elevation bands to be modeled for each pixel.

Each elevation, zi, is then placed into one of NUMBAND bins of width Bwidth, as follows:

The mean elevation and area fraction are then calculated for each bin:

Where Ej and Aj are the mean elevation and area fraction of each elevation band, j, and nj are the number of observations in bin j.

If the mean elevation of two consecutive bands is less than MINDELTA apart, the bands will be merged and a new mean elevation is calculated. The area fraction of the upper band becomes the sum of the two and the area fraction of the lower band becomes zero. If the area fraction is less than MINFRACTION for any band it is merged with the adjacent band.

Precipitation fraction is calculated in each band based on the band elevation relative to the pixel mean elevation.


Back Goto VIC Operations Page Goto VIC Model Home Page Next

Goto Hydrologic Models Page Goto CE Home Page Goto CE Home Page Goto UW Home Page

 


VIC Administrator
Last modified: Wed Mar 15 11:57:55 PST 2000