...
Below you will find an example configuration for calling the NnOvertoppingPreAdapter:
...
<executeActivity>
<description>Run NN Overtopping Pre Adapter</description>
<command>
<className>nl.deltares.nn.overtopping.NnOvertoppingPreAdapter</className>
<binDir>%ROOT_DIR%/Modules/EuroTop/bin</binDir>
</command>
<arguments>
<argument>%ROOT_DIR%/Modules/EuroTop/FoC/Input/RunInfo.xml</argument>
</arguments>
<timeOut>600000</timeOut>
</executeActivity>
Below you will find an example configuration for calling the NnOvertoppingPostAdapter:
<executeActivity>
<description>Run NN Overtopping Post Adapter</description>
<command>
<className>nl.deltares.nn.overtopping.NnOvertoppingPostAdapter</className>
<binDir>%ROOT_DIR%/Modules/EuroTop/bin</binDir>
</command>
<arguments>
<argument>%ROOT_DIR%/Modules/EuroTop/FoC/Input/RunInfo.xml</argument>
</arguments>
<timeOut>600000</timeOut>
</executeActivity>