43 integer,
public ::
halo = 0
60 integer,
intent(in) :: localpet
73 print*,
"- READ SETUP NAMELIST, LOCALPET: ", localpet
75 open(41, file=
"./fort.41", iostat=ierr, err=900)
76 read(41, nml=config, iostat=ierr, err=901)
81 900 print*,
'- FATAL ERROR OPENING CONFIG NAMELIST' 82 print*,
'- IOSTAT IS: ', ierr
83 call mpi_abort(mpi_comm_world, 10, ierr)
85 901 print*,
'- FATAL ERROR READING CONFIG NAMELIST' 86 print*,
'- IOSTAT IS: ', ierr
87 call mpi_abort(mpi_comm_world, 11, ierr)
Set up program execution.
character(len=500), dimension(6), public orog_files_mdl
Model grid orography filenames.
character(len=50), public snowfree_albedo_method
Interpolation method for snowfree albedo.
character(len=500), public input_facsf_file
File containing input fractional coverage data for strong zenith angle dependent albedo.
character(len=500), public input_soil_type_file
File containing input soil type data.
character(len=500), public input_snowfree_albedo_file
File containing input snow-free albedo data.
character(len=500), public input_maximum_snow_albedo_file
File containing input maximum snow albedo data.
subroutine, public read_setup_namelist(localpet)
Read program setup namelist.
integer, public halo
Number of row/cols defining the lateral boundary halo.
character(len=500), public input_leaf_area_index_file
File containing input leaf area index data.
character(len=500), public input_vegetation_greenness_file
File containing input vegetation greenness data.
character(len=50), public leaf_area_index_method
Interpolation method for leaf area index.
character(len=500), public input_slope_type_file
File containing input slope type data.
character(len=50), public maximum_snow_albedo_method
Interpolation method for max snow albedo.
character(len=500), public orog_dir_mdl
Directory containing the model grid orography files.
character(len=500), public input_vegetation_type_file
File containing input vegetation type data.
character(len=500), public mosaic_file_mdl
Model grid mosaic file.
character(len=500), public input_substrate_temperature_file
File containing input soil substrate temperature data.
character(len=50), public vegetation_greenness_method
Interpolation method for vegetation greenness.