Greg O'Donnell
November 1997
This routine determines canopy interception of snow fall, accumulation of intercepted snow and rain, and loss of accumulated snow due to melting, and blowing.
Based on the DHSVM routine SnowInterception.c with minor modifications.
Variable |
Type |
Units |
Description |
|
atmos |
atmos_data_struct * |
N/A |
Structure contains all atmospheric forcing data
|
|
veg_class |
int |
N/A |
Vegetation class number |
|
month |
int |
N/A |
Current month |
|
dt |
double |
hours |
Model time step |
|
aero_resist |
double |
s/m |
Aerodynamic resistance |
|
Tsurf |
double |
C |
Surface temperature |
|
Wdew |
double * |
mm |
Moisture (liquid) currently stored in vegetation |
|
snow_canopy |
double * |
mm |
Snow currently stored in canopy |
|
tmp_int_storage |
double * |
mm |
Temporary storage of excess mass |
Variable |
Type |
Units |
Description |
|
Wdew |
double * |
mm |
Moisture (liquid) currently stored in vegetation |
|
snow_canopy |
double * |
mm |
Snow currently stored in canopy |
|
tmp_int_storage |
double * |
mm |
Temporary storage of excess mass |
|
rain |
double * |
mm |
Water that passes through canopy |
|
snow |
double * |
mm |
Snow that passes through canopy |
Modifications to SnowInterception.c were limited to changes in variable names, and changing all floats to doubles.
Page Last Modified on 2/9/98