monthlysnow = new Array(12)
//******************************************************************************
// UPDATE AFTER EACH SNOWFALL (Use .001 for trace amounts)
//******************************************************************************
monthlysnow[1] = 0
monthlysnow[2] = 0
monthlysnow[3] = 0
monthlysnow[4] = 0
monthlysnow[5] = 0
monthlysnow[6] = 0
monthlysnow[7] = .001
monthlysnow[8] = .001
monthlysnow[9] = 0
monthlysnow[10] = 0
monthlysnow[11] = .8
monthlysnow[12] = 9.7



