initialize_snow

Author:

Keith Cherkauer

Date:

January 22, 1997

Description:

Intializes the snow variable arrays for each vegetation type at the present cell.

References

Input Variables:

Variable

Type

Units

Description

fsnowFILE *N/Aif option.INIT_SNOW is true, then this file contains data to initialize the snow arrays, see detailed below
veg_numintcounternumber of vegetation types

Output Variables:

Variable

Type

Units

Description

snowsnow_data_struct *N/Ainitializes the following to zero:
  • pack_water (m)
  • surf_water (m)
  • vapor_flux (m)
  • pack_temp (deg C)
  • melt_energy (W/m^2)
if option.INIT_SNOW is true then the following are initialized to the values given in FILE *fsnow, else they are initialized to zero:
  • snow - 1=snow present, 0=no snow
  • last_snow - days since last snowfall
  • swq - snow water equivalent (m)
  • surf_temp - temperature of upper snowpack surface (deg C)
  • density - snow pack density (kg/m^3)
  • depth - snow pack depth (m)

Subroutines Called:

Modifications and Limitations


VIC Home Page

VIC Code Page

Page Last Modified on 7/18/97