emcsfc_snow2mdl  1.13.0
program_setup.F90 File Reference

This module reads in data from the program's configuration. More...

Go to the source code of this file.

Modules

module  program_setup
 This module reads in data from the program's configuration namelist.
 

Functions/Subroutines

subroutine, public program_setup::read_config_nml
 Read namelist control. More...
 

Variables

character *200, public program_setup::afwa_lsmask_nh_file
 path/name afwa n hemis land/sea mask More...
 
character *200, public program_setup::afwa_lsmask_sh_file
 path/name afwa s hemis land/sea mask More...
 
character *200, public program_setup::afwa_snow_global_file
 global afwa snow file. More...
 
character *200, public program_setup::afwa_snow_nh_file
 path/name afwa n hemis snow depth More...
 
character *200, public program_setup::afwa_snow_sh_file
 path/name afwa s hemis snow depth More...
 
character *200, public program_setup::autosnow_file
 path/name s hemis autosnow file More...
 
character *200, public program_setup::climo_qc_file
 Climatological snow cover file. More...
 
character *200, public program_setup::gfs_lpl_file
 GFS gaussian thinned (reduced) grid definition file. More...
 
integer, public program_setup::grib_century
 date of the final merged snow product that will be placed in grib header. More...
 
integer, public program_setup::grib_day
 date of the final merged snow product that will be placed in grib header. More...
 
integer, public program_setup::grib_hour
 date of the final merged snow product that will be placed in grib header. More...
 
integer, public program_setup::grib_month
 date of the final merged snow product that will be placed in grib header. More...
 
integer, public program_setup::grib_year
 date of the final merged snow product that will be placed in grib header. More...
 
real, public program_setup::lat_threshold
 equatorward of this latitude, model points with undefined cover or depth (because the interpolation routines could not find valid snow data) are set to a default value of zero. More...
 
real, public program_setup::min_snow_depth
 minimum snow depth in meters at model points with coverage exceeding threshold. More...
 
character *200, public program_setup::model_lat_file
 path/name lats on the model grid More...
 
character *200, public program_setup::model_lon_file
 path/name lons on the model grid More...
 
character *200, public program_setup::model_lsmask_file
 path/name nesdis/ims land mask More...
 
character *200, public program_setup::model_snow_file
 path/name nesdis/ims snow cover More...
 
character *200, public program_setup::nesdis_lsmask_file
 nesdis/ims land mask file More...
 
character *200, public program_setup::nesdis_snow_file
 nesdis/ims snow file More...
 
logical, public program_setup::output_grib2
 when true, output model snow analysis is grib 2. More...
 
real, public program_setup::snow_cvr_threshold
 if percent coverage according to nesdis/ims or autosnow exceeds this value, then non-zero snow depth is assigned. More...
 

Detailed Description

This module reads in data from the program's configuration.

namelist.

Author
George Gayno org: w/np2
Date
2005-DEC-16

Definition in file program_setup.F90.