suews-run

Tip

  1. Need help? Please let us know in the UMEP Community.

  2. Please report issues with the manual on the GitHub Issues.

  3. Please cite SUEWS with proper information from our Zenodo page.

6.1.3.3.1. suews-run#

Run SUEWS simulation using settings in PATH_RUNCONTROL (default: “./RunControl.nml”, i.e., the RunControl namelist file in the current directory).

Examples:

  1. Run SUEWS simulation using the RunControl namelist file in the current directory:

    $ suews-run -p ./RunControl.nml

  2. Run SUEWS simulation using an arbitray RunControl namelist file by specifying the path to the RunControl namelist file:

    $ suews-run -p /path/to/RunControl.nml

suews-run [OPTIONS]

Options

-p, --path_runcontrol <path_runcontrol>#

Path to the RunControl namelist file (default: ./RunControl.nml).