ARR 2019 Ensembles Processing: Difference between revisions

Content deleted Content added
Line 18:
* Batch file is recommended to be located in the same folder as the result files. This will enable the use of relative path for the input and output files to make the command shorter.<br>
Example:<br>
<li><tt>"C:\TUFLOW\Utilities\asc_to_asc_w64.exe" -b -out Max_grid.flt -max Grid_1.ascflt Grid_2.asc flt</tt><br>
Instead:<br>
<li><tt>"C:\TUFLOW\Utilities\asc_to_asc_w64.exe" -b -out "C:\Projects\Project_1024\Processing\Max_grid.flt" -max "C:\Projects\Project_1024\Processing\Grid_1.ascflt" "C:\Projects\Project_1024\Processing\Grid_2.ascflt" </tt><br>