Configuration Variable Index
Note
For a full walkthrough of each configuration block with examples, see Configuration Reference.
Short, alphabetized reference for all configuration variables. Each row links to the section where it is explained.
Variable |
Section |
Details |
|---|---|---|
checkpoint_id |
Restart index. 0 means fresh start, greater than 0 restarts from that checkpoint. |
|
const_mann |
Constant Manning’s n for the entire domain if no raster is provided. |
|
courant |
CFL number. Keep at or below 0.5. |
|
dem_filename |
Path to the DEM raster that defines the grid for all other rasters. |
|
domain_decomposition |
Partitioning mode for parallel runs: |
|
extbc_dir |
Optional directory containing files referenced by |
|
extbc_file |
Table of external boundary segments and parameters. |
|
factor_interval_domain_decomposition |
Update frequency used when domain decomposition is |
|
gpu_direct_flag |
CUDA aware MPI toggle. 0 off, 1 on. |
|
h_infile |
Initial water depth raster. Optional. |
|
hextra |
Depth tolerance in meters below which velocities are set to zero. |
|
hydrograph_filename |
Streamflow hydrographs. First column is time in hours, others are discharges in m³/s. |
|
input_format |
Input raster format: ASC or BIN. |
|
it_count |
Internal counter, usually left at 0. |
|
it_print |
Iteration interval for diagnostic log messages. |
|
n_infile |
Raster of Manning’s n values aligned with the DEM. |
|
num_extbc |
Number of external boundary segments. |
|
num_runoffs |
Number of runoff zones in the domain. |
|
num_sources |
Number of streamflow inflow points. |
|
observation_loc_file |
XY locations for time series outputs, in projected meters. |
|
open_boundaries |
Global switch to open domain edges; ignored when explicit boundaries are defined. |
|
outfile_pattern |
Naming convention for output files. |
|
output_format |
Output raster format: ASC, BIN, or GTIFF. |
|
output_option |
Parallel output mode: |
|
print_interval |
Time in seconds between raster outputs. |
|
print_observation |
Switch to write observation outputs. |
|
print_option |
Which raster fields to output: |
|
projection |
EPSG or WKT used only when writing GTIFF outputs. |
|
qx_infile |
Initial x discharge raster. Optional. |
|
qy_infile |
Initial y discharge raster. Optional. |
|
runoff_filename |
Runoff hydrographs. First column is time in hours, others are mm/hr per zone. |
|
runoff_map |
Raster of runoff zone IDs aligned with the DEM. |
|
sim_duration |
Total simulation length in seconds. |
|
sim_start_time |
Start time in seconds. |
|
src_loc_file |
XY coordinates for inflow sources that match hydrograph column order. |
|
time_increment_fixed |
0 uses adaptive timestep, 1 uses fixed timestep. |
|
time_series_flag |
1 enables time series outputs at observation points. |
|
time_step |
Fixed timestep in seconds used when |