Tip
Need help? Please let us know in the SUEWS Community.
Please report issues with the manual on GitHub Issues (or use Report Issue for This Page for page-specific feedback).
Please cite SUEWS with proper information from our Zenodo page.
4.3.32. Model Control#
Parameters:
- tstep#
Time step in seconds for model calculations
- Example:
300
- forcing#
Meteorological forcing configuration (file path(s) and related options).
The
forcingparameter group is defined by the Forcing Control structure.
- output#
Output configuration: file format (‘txt’ or ‘parquet’), frequency (seconds, must be a multiple of tstep), groups (txt only) and the output directory (‘dir’). For detailed information about output variables and file structure, see Output Files.
The
outputparameter group is defined by the Output Control structure.
- start_time#
Start time of model run. If None use forcing data bounds.
- Default:
None (optional)
- end_time#
End time of model run. If None use forcing data bounds.
- Default:
None (optional)
- ref#
The
refparameter group is defined by the Reference Info structure.