sfc_climo_gen  1.13.0
program_setup.f90 File Reference

Program setup. More...

Go to the source code of this file.

Modules

module  program_setup
 Set up program execution.
 

Functions/Subroutines

subroutine, public program_setup::read_setup_namelist (localpet)
 Read program setup namelist. More...
 

Variables

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. More...
 
integer, public program_setup::halo = 0
 Number of row/cols defining the lateral boundary halo. More...
 
character(len=500), public program_setup::input_facsf_file = "NULL"
 File containing input fractional coverage data for strong zenith angle dependent albedo. More...
 
character(len=500), public program_setup::input_leaf_area_index_file = "NULL"
 File containing input leaf area index data. More...
 
character(len=500), public program_setup::input_maximum_snow_albedo_file = "NULL"
 File containing input maximum snow albedo data. More...
 
character(len=500), public program_setup::input_slope_type_file = "NULL"
 File containing input slope type data. More...
 
character(len=500), public program_setup::input_snowfree_albedo_file = "NULL"
 File containing input snow-free albedo data. More...
 
character(len=500), public program_setup::input_soil_color_file = "NULL"
 File containing input soil color data. More...
 
character(len=500), public program_setup::input_soil_type_file = "NULL"
 File containing input soil type data. More...
 
character(len=500), public program_setup::input_substrate_temperature_file = "NULL"
 File containing input soil substrate temperature data. More...
 
character(len=500), public program_setup::input_vegetation_greenness_file = "NULL"
 File containing input vegetation greenness data. More...
 
character(len=500), public program_setup::input_vegetation_type_file = "NULL"
 File containing input vegetation type data. More...
 
character(len=50), public program_setup::leaf_area_index_method ='bilinear'
 Interpolation method for leaf area index. More...
 
character(len=50), public program_setup::maximum_snow_albedo_method ='bilinear'
 Interpolation method for max snow albedo. More...
 
character(len=500), public program_setup::mosaic_file_mdl = "NULL"
 Model grid mosaic file. More...
 
character(len=500), public program_setup::orog_dir_mdl = "NULL"
 Directory containing the model grid orography files. More...
 
character(len=500), dimension(6), public program_setup::orog_files_mdl = "NULL"
 Model grid orography filenames. More...
 
character(len=50), public program_setup::snowfree_albedo_method ='bilinear'
 Interpolation method for snowfree albedo. More...
 
character(len=50), public program_setup::vegetation_greenness_method ='bilinear'
 Interpolation method for vegetation greenness. More...
 

Detailed Description

Program setup.

Author
George Gayno
Date
2018

Definition in file program_setup.f90.