XPSWMM Conversion TUFLOW Control File Formatting

From Tuflow
Jump to navigation Jump to search

Format TUFLOW Control Files (Optional)

In the previous sections, we removed unnecessary commands from the TUFLOW Control Files and introduced additional commands to ensure the TUFLOW SWMM model runs smoothly. In this section, we will format and organize the TUFLOW control files to enhance readability. This can be done by:

  1. Including a title at the beginning of each control file. For example:
    ! Project: XYZ.
    ! Author: Jane Smith
  2. Sorting commands into sub-sections that have a general common purpose, and adding headings above these sub-sections. Below are some example sub-sections TCF headings:
    ! MODEL INITIALIZATION
    ! SOLUTION SCHEME
    ! MODEL INPUTS
    ! TIME CONTROLS
    ! OUTPUT FOLDERS
    ! OUTPUT SETTINGS
  3. Utilizing comments to explain the purpose of commands. For example:
    GIS Format == GPKG ! Specify GPKG as the output format for all GIS files.

If using the provided model conversion dataset, after formatting, the final Control Files may look like this:

XPSWMM to TUFLOW TCF Formatted.png


Up
Go-up.png Continue to Next Step: "TUFLOW Simulation Execution"
Up
Go-up.png Back to Main XPSWMM to TUFLOW Conversion Page