sfc_climo_gen 1.14.0
Loading...
Searching...
No Matches
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.
 

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

Detailed Description

Program setup.

Author
George Gayno
Date
2018

Definition in file program_setup.f90.