clm5/python/ctsm/test/testinputs/modify_fsurdat_opt_sections.cfg
2024-05-09 15:14:01 +08:00

54 lines
1.2 KiB
INI

[modify_fsurdat_basic_options]
idealized = False
process_subgrid_section = True
process_var_list_section = True
include_nonveg = True
landmask_file = UNSET
lat_dimname = lsmlat
lon_dimname = lsmlon
dom_pft = UNSET
evenly_split_cropland = False
lai = UNSET
sai = UNSET
hgt_top = UNSET
hgt_bot = UNSET
soil_color = UNSET
std_elev = UNSET
max_sat_area = UNSET
lnd_lat_1 = -90
lnd_lat_2 = 90
lnd_lon_1 = 0
lnd_lon_2 = 360
# Section for subgrid_fractions
[modify_fsurdat_subgrid_fractions]
# Set to 100% urban for the test
PCT_NATVEG = 0.0
PCT_CROP = 0.0
PCT_LAKE = 0.0
PCT_GLACIER = 0.0
PCT_WETLAND = 0.0
PCT_OCEAN = 0.0
# NOTE: PCT_URBAN must be a list of three floats that sum to the total urban area
PCT_URBAN = 100.0 0.0 0.0
# Section with a list of variables to prcoess
[modify_fsurdat_variable_list]
# Set lake-depth to 200 for the test
LAKEDEPTH = 200.00
# Set soem urban multidimensional variables to 200 for the test
# If given as a single value set all to the value, if as list set by dimension and if array as an array
CANYON_HWR = 200.00 150.0 100.
HT_ROOF = 200.0 150.0 100.
T_BUILDING_MIN = 200 150.0 100.
ALB_ROOF_DIR = 200. 100.
TK_ROOF = 1. 2. 3. 4. 5. 6. 7. 8. 9. 10.