Control flag to describe the active land surface scheme and routing routine. The flag is added to the list of control flags in MESH_input_run_options.ini.
Default behaviour
The default configuration of the model, if the flag is assigned the 'default' option or otherwise omitted from MESH_input_run_options.ini, is to run with CLASS 3.6 as the land surface scheme and WF_ROUTE as the routing routine.
##### Control Flags #####
----#
1 # Number of control flags
RUNMODE default
Examples
To run CLASS 3.6 with RTE:
##### Control Flags #####
----#
1 # Number of control flags
RUNMODE runrte
To run SVS with RTE:
##### Control Flags #####
----#
1 # Number of control flags
RUNMODE runsvs runrte
Options
Land Surface Scheme (LSS) and tile processes
Only one of these options should be specified. If multiple options from this group are specified, only the last will take effect. An option from this group can be paired with an option from another group.
Option | Description |
---|---|
runsvs | Enable SVS; disable CLASS 3.6 |
runclass | Enable CLASS 3.6; disable SVS |
nolss | Disable CLASS 3.6 and SVS; disable 'tile' processes, reading in climate data, and writing basin water and energy balance output files |
Routing routine and grid processes
Only one of these options should be specified. If multiple options from this group are specified, only the last will take effect. An option from this group can be paired with an option from another group.
Option | Description |
---|---|
runrte | Enable RTE; disable WF_ROUTE |
noroute | Disable WF_ROUTE and RTE; disable 'grid' processes, channel routing, AUTOCALIBRATIONFLAG, and streamflow and reservoir output files |
Default and diagnostic configuration
These options override all other options. If both options are specified, only the first will take effect.
Option | Description |
---|---|
default | Enable CLASS 3.6 and WF_ROUTE; disable SVS and RTE |
diagnostic | Disable 'tile' and 'grid' processes; reading in climate data and writing output files remain active |