Run TUFLOW From PowerShell: Difference between revisions
Content deleted Content added
Chris Huxley (talk | contribs) |
Chris Huxley (talk | contribs) |
||
Line 38:
=Looping=
Looping is undertaken in a similar way to batch files. The following PowerShell script contains a nested loop, so that TUFLOW runs a simulation for all combinations of scenario and event
When specifying a tcf file that includes scenarios and/or events within the filename use single quotations around the tcf file reference (' ')
:
<pre>
$scenarios = @("1m", "2m", "5m")
| |||