|
emcsfc_snow2mdl 1.14.0
|
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. | |
Variables | |
| character *200, public | program_setup::afwa_lsmask_nh_file |
| path/name afwa n hemis land/sea mask | |
| character *200, public | program_setup::afwa_lsmask_sh_file |
| path/name afwa s hemis land/sea mask | |
| character *200, public | program_setup::afwa_snow_global_file |
| global afwa snow file. | |
| character *200, public | program_setup::afwa_snow_nh_file |
| path/name afwa n hemis snow depth | |
| character *200, public | program_setup::afwa_snow_sh_file |
| path/name afwa s hemis snow depth | |
| character *200, public | program_setup::autosnow_file |
| path/name s hemis autosnow file | |
| character *200, public | program_setup::climo_qc_file |
| Climatological snow cover file. | |
| character *200, public | program_setup::gfs_lpl_file |
| GFS gaussian thinned (reduced) grid definition file. | |
| integer, public | program_setup::grib_century |
| date of the final merged snow product that will be placed in grib header. | |
| integer, public | program_setup::grib_day |
| date of the final merged snow product that will be placed in grib header. | |
| integer, public | program_setup::grib_hour |
| date of the final merged snow product that will be placed in grib header. | |
| integer, public | program_setup::grib_month |
| date of the final merged snow product that will be placed in grib header. | |
| integer, public | program_setup::grib_year |
| date of the final merged snow product that will be placed in grib header. | |
| 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. | |
| real, public | program_setup::min_snow_depth |
| minimum snow depth in meters at model points with coverage exceeding threshold. | |
| character *200, public | program_setup::model_lat_file |
| path/name lats on the model grid | |
| character *200, public | program_setup::model_lon_file |
| path/name lons on the model grid | |
| character *200, public | program_setup::model_lsmask_file |
| path/name nesdis/ims land mask | |
| character *200, public | program_setup::model_snow_file |
| path/name nesdis/ims snow cover | |
| character *200, public | program_setup::nesdis_lsmask_file |
| nesdis/ims land mask file | |
| character *200, public | program_setup::nesdis_snow_file |
| nesdis/ims snow file | |
| logical, public | program_setup::output_grib2 |
| when true, output model snow analysis is grib 2. | |
| 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. | |
This module reads in data from the program's configuration.
namelist.
Definition in file program_setup.F90.