ARR 2019 Ensembles Processing: Difference between revisions
Content deleted Content added
Line 38:
SetLocal
:: set path to ASC_to_ASC Utility
set ASC_to_ASC="C:\TUFLOW\Utilities\asc_to_asc_w64.exe"
Line 48:
FOR %%a in (%A%) do (
FOR %%b in (%B%) DO (
%ASC_to_ASC% -b -statMedian
)
)
| |||