sfc_climo_gen
1.12.0
|
Set up program execution. More...
Public Member Functions | |
subroutine, public | read_setup_namelist (localpet) |
Read program setup namelist. More... | |
Data Fields | |
logical, public | fract_vegsoil_type = .false. |
When true, output the percentage of each soil and vegetation type category, and the dominant category within a model grid box. More... | |
integer, public | halo = 0 |
Number of row/cols defining the lateral boundary halo. More... | |
character(len=500), public | input_facsf_file = "NULL" |
File containing input fractional coverage data for strong zenith angle dependent albedo. More... | |
character(len=500), public | input_leaf_area_index_file = "NULL" |
File containing input leaf area index data. More... | |
character(len=500), public | input_maximum_snow_albedo_file = "NULL" |
File containing input maximum snow albedo data. More... | |
character(len=500), public | input_slope_type_file = "NULL" |
File containing input slope type data. More... | |
character(len=500), public | input_snowfree_albedo_file = "NULL" |
File containing input snow-free albedo data. More... | |
character(len=500), public | input_soil_color_file = "NULL" |
File containing input soil color data. More... | |
character(len=500), public | input_soil_type_file = "NULL" |
File containing input soil type data. More... | |
character(len=500), public | input_substrate_temperature_file = "NULL" |
File containing input soil substrate temperature data. More... | |
character(len=500), public | input_vegetation_greenness_file = "NULL" |
File containing input vegetation greenness data. More... | |
character(len=500), public | input_vegetation_type_file = "NULL" |
File containing input vegetation type data. More... | |
character(len=50), public | leaf_area_index_method ='bilinear' |
Interpolation method for leaf area index. More... | |
character(len=50), public | maximum_snow_albedo_method ='bilinear' |
Interpolation method for max snow albedo. More... | |
character(len=500), public | mosaic_file_mdl = "NULL" |
Model grid mosaic file. More... | |
character(len=500), public | orog_dir_mdl = "NULL" |
Directory containing the model grid orography files. More... | |
character(len=500), dimension(6), public | orog_files_mdl = "NULL" |
Model grid orography filenames. More... | |
character(len=50), public | snowfree_albedo_method ='bilinear' |
Interpolation method for snowfree albedo. More... | |
character(len=50), public | vegetation_greenness_method ='bilinear' |
Interpolation method for vegetation greenness. More... | |
Set up program execution.
Public variables:
Here 'input' indicates variables associated with the input source data and 'mdl' indicates variables associated with the fv3 model grid.
To not process a surface field, set its 'input_file' variable to NULL. However, vegetation type must always be processed as it defines landice points.
Definition at line 17 of file program_setup.f90.
subroutine, public program_setup::read_setup_namelist | ( | integer, intent(in) | localpet | ) |
Read program setup namelist.
[in] | localpet | mpi task number |
Definition at line 63 of file program_setup.f90.
Referenced by driver().
logical, public program_setup::fract_vegsoil_type = .false. |
When true, output the percentage of each soil and vegetation type category, and the dominant category within a model grid box.
Definition at line 51 of file program_setup.f90.
integer, public program_setup::halo = 0 |
Number of row/cols defining the lateral boundary halo.
Used for regional nests.
Definition at line 48 of file program_setup.f90.
character(len=500), public program_setup::input_facsf_file = "NULL" |
File containing input fractional coverage data for strong zenith angle dependent albedo.
Definition at line 24 of file program_setup.f90.
character(len=500), public program_setup::input_leaf_area_index_file = "NULL" |
File containing input leaf area index data.
Definition at line 23 of file program_setup.f90.
character(len=500), public program_setup::input_maximum_snow_albedo_file = "NULL" |
File containing input maximum snow albedo data.
Definition at line 28 of file program_setup.f90.
character(len=500), public program_setup::input_slope_type_file = "NULL" |
File containing input slope type data.
Definition at line 30 of file program_setup.f90.
character(len=500), public program_setup::input_snowfree_albedo_file = "NULL" |
File containing input snow-free albedo data.
Definition at line 29 of file program_setup.f90.
character(len=500), public program_setup::input_soil_color_file = "NULL" |
File containing input soil color data.
Definition at line 32 of file program_setup.f90.
character(len=500), public program_setup::input_soil_type_file = "NULL" |
File containing input soil type data.
Definition at line 31 of file program_setup.f90.
character(len=500), public program_setup::input_substrate_temperature_file = "NULL" |
File containing input soil substrate temperature data.
Definition at line 27 of file program_setup.f90.
character(len=500), public program_setup::input_vegetation_greenness_file = "NULL" |
File containing input vegetation greenness data.
Definition at line 34 of file program_setup.f90.
character(len=500), public program_setup::input_vegetation_type_file = "NULL" |
File containing input vegetation type data.
Definition at line 33 of file program_setup.f90.
character(len=50), public program_setup::leaf_area_index_method ='bilinear' |
Interpolation method for leaf area index.
Conservative or bilinear (default).
Definition at line 39 of file program_setup.f90.
character(len=50), public program_setup::maximum_snow_albedo_method ='bilinear' |
Interpolation method for max snow albedo.
Conservative or bilinear (default).
Definition at line 41 of file program_setup.f90.
character(len=500), public program_setup::mosaic_file_mdl = "NULL" |
Model grid mosaic file.
Definition at line 35 of file program_setup.f90.
character(len=500), public program_setup::orog_dir_mdl = "NULL" |
Directory containing the model grid orography files.
Definition at line 36 of file program_setup.f90.
character(len=500), dimension(6), public program_setup::orog_files_mdl = "NULL" |
Model grid orography filenames.
Definition at line 37 of file program_setup.f90.
character(len=50), public program_setup::snowfree_albedo_method ='bilinear' |
Interpolation method for snowfree albedo.
Conservative or bilinear (default).
Definition at line 43 of file program_setup.f90.
character(len=50), public program_setup::vegetation_greenness_method ='bilinear' |
Interpolation method for vegetation greenness.
Conservative or bilinear (default).
Definition at line 45 of file program_setup.f90.