159  call w3tagb(
'SNOW2MDL',2005,350,0000,
'NP2')
   162  print*,
"***********************"   163  print*,
"*** BEGIN EXECUTION ***"   164  print*,
"***********************"   203  print*,
'****************************'   204  print*,
'**** NORMAL TERMINATION ****'   205  print*,
'****************************'   207  call w3tage(
'SNOW2MDL')
 This module reads in data from the program's configuration namelist. 
 
Read in data defining the model grid. 
 
Read and qc afwa, nesdis/ims and autosnow snow data. 
 
subroutine read_mdl_grid_info
Read mdl grid. 
 
program driver
Create a snow cover and snow depth analysis on a nam or global gfs gaussian grid using nesdis/ims sno...
 
Interpolate snow data to model grid and grib the result. 
 
subroutine readafwa
Read snow depth data and masks. 
 
subroutine model_grid_cleanup
Clean up allocatable arrays. 
 
subroutine readnesdis
Read nesdis/ims snow cover/ice data. 
 
subroutine readautosnow
Read autosnow snow cover. 
 
subroutine, public read_config_nml
Read namelist control. 
 
subroutine, public interp
Interpolate snow data to model grid.