Run TUFLOW From UltraEdit: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
| (7 intermediate revisions by 3 users not shown) | |||
Line 1:
=TUFLOW=
The majority of users run single TUFLOW simulations from UltraEdit (and use a
The best way to set up TUFLOW to run from UltraEdit is described below. This will initiate TUFLOW in low priority, therefore the simulation does not dominate the computer’s CPU allowing other processes (eg. MapInfo, SMS, Word, etc) to perform as usual. Low priority will not slow down the TUFLOW simulation whilst no other CPU intensive processes are underway. For multiple core computers the "/low" priority switch can be omitted.<br>
To set up UltraEdit to run TUFLOW on low priority go to Advanced, Tool Configuration: <br>
[[File:UltraEdit Config 01.png|border|600px]]
<br><br>
This will open the following dialogue:
Line 13 ⟶ 14:
The recommended command line argument is:
Depending on the location of the executable the above command line will need to be modified.<br>
▲<pre>start "TUFLOW" /low "C:\TUFLOW\Releases\2010-10\w32\TUFLOW_iSP_w32.exe" "%f"</pre>
This starts
<pre>start "TUFLOW" /low "C:\TUFLOW\Releases\2010-10\w32\TUFLOW_iSP_w32.exe" "%f"</pre>
In the "Options" tab, set the check boxes as follows:
Line 26 ⟶ 28:
<br><br>
This should create an option in the "Tools" menu of Ultraedit to "Run 2010-10-iSP w32" (or the name you gave you the menu item!). To run TUFLOW, simply have the .tcf file open and active in UltraEdit and select "Run 2010-10-iSP w32".
<br>
[[File:UltraEdit Config 05.png|border|600px]]
=BAT FILE=
If you prefer running TUFLOW from batch files, you can also execute from Ultraedit using a similar method to that above. Please refer the figure below for the required tool configuration inputs:
[[File:UEditBatchRunning.PNG|border|600px]]
| |||