Difference between revisions of "XPSWMM Conversion TUFLOW Control File (TCF)"
Chris Huxley (talk | contribs) |
Chris Huxley (talk | contribs) |
||
Line 36: | Line 36: | ||
! Original Command | ! Original Command | ||
! Updated Command | ! Updated Command | ||
− | |||
− | |||
− | |||
|- | |- | ||
|<font color="blue"><tt>Write Check Files </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>OFF</tt></font> | |<font color="blue"><tt>Write Check Files </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>OFF</tt></font> |
Revision as of 11:17, 16 February 2024
TUFLOW Control File (TCF)
The TCF file references all the control files we have worked on in the previous steps. It also defines the model time and output controls.
In the Convert XPSWMM Model to Recommended TUFLOW Structure section, the Convert TUFLOW Model GIS Format processing tool utilized the TUFLOW control files generated by XPSWMM to construct the TUFLOW SWMM model control files. During this process, the tool updates the commands within the TUFLOW control files to align with the requirements of a TUFLOW SWMM model. However, since the original control files were intended for use with XPSWMM, they lack the commands required to execute a TUFLOW simulation. Additionally, these files often contain unnecessary and/or outdated default parameter commands that we recommend removing.
- In Windows File Explorer, navigate to the TUFLOW\runs folder and open the TCF into a Text Editor (Notepad++ is recommended).
- Remove or comment out the following commands using a ! . They are either irrelevant to the model or represent an out-of-date default setting in TUFLOW, thus rendering them unnecessary.
Check MI Save Date == Mass Balance Output Interval (s) == MI Projection == CSV Time == HOURS MI Projection Check == Viscosity Formulation == SMAGORINSKY Timestep (s) == Viscosity Coefficient == 0.500, 0.050 Cell Wet/Dry Depth == 0.002000 SX ZC Check == Read GIS XP Nodes == SX Storage Approach == Simulations Log Folder == HX ZC Check == Store Maximums and Minimums == Mass Balance Corrector == Mass Balance Output == - Make the following updates:
Original Command Updated Command Write Check Files == OFF Write Check Files == ..\check\ Output Folder == ..\results\Output Output Folder == ..\results\ Log Folder == log\Log Output Folder == log Map Output Data Types == qVdhZ0 Map Output Data Types == q V d h Z0 Map Output Format == XMDF Map Output Format == XMDF TIF - Add the following commands:
Tutorial Model == ON ! Required command to run this tutorial model licence free
GIS Format == GPKG ! Specify GPKG as the output format for all GIS files
Solution Scheme == HPC ! Heavily Parallelised Compute, uses adaptive timestepping
Hardware == CPU ! Replace with "Hardware == GPU" if GPU available
Start Time == 0 ! Specifies the simulation start time (0 hours)
End Time == 3 ! Specifies the simulation end time (3 hours)
TIF Map Output Interval == 0 ! Outputs only maximums for grids
- Add the following command to reference the TUFLOW SWMM Control File (TSCF):
SWMM Control File == ..\model\1D2D_Urban_001.tscf - Save the TCF.
Video
Up |
---|
Back to XPSWMM to TUFLOW Conversion Page |