Flood Modeller Tutorial Module02

From Tuflow
Revision as of 21:38, 11 November 2016 by Rachel (talk | contribs) (Created page with " <li> Delete the 1D Domain commands (shown below) from the tcf. These commands should be moved to the ecf. This an optional step. <br> <font color="green"><tt>!1D DOMAIN COMM...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Delete the 1D Domain commands (shown below) from the tcf. These commands should be moved to the ecf. This an optional step.
    !1D DOMAIN COMMANDS
    Start 1D Domain ! Indicates the start of a block of 1D or ecf (Estry Control File) commands
    Output Folder == ..\results\M02\1d ! Specifies the location of the 1D output files
    Write Check Files == ..\check\1d\ ! Specifies the location of the 1D check files and prefixes them with the .tcf filename
    Output Interval (s) == 180 ! Writes the 1D output every 3 minutes. Note the (s) is required to indicate the value is in seconds
    Timestep == 0.75 ! Specifies a 1D computational timestep of 0.75 seconds. We will set the 1D timestep to be half the 2D timestep
    Read GIS Network == ..\model\gis\1d_nwk_M02_culverts_001_L.shp ! Reads the 1d_nwk GIS layer defining culverts within the model
    Read GIS Network == ..\model\gis\1d_nwk_M02_culverts_001_P.shp ! Reads the 1d_nwk GIS layer defining nodes used to create automatic SX 1D/2D boundaries
    End 1D Domain