Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Config Example

No Format
# to use all available cores/cpu's:
runInLoopParallelProcessorCount=100
tempDir=d:\/temp

For all internal Delft-FEWS modules that have been tested no changes are needed to the configuration. For external modules that are run using the General adapter some changes may be needed to the configuration.

...

No Format
runInLoopParallelProcessorCount=2
tempDir=d:\/temp

This makes that maximum 2 threads are used and the Sobek runs are performed in temporary directories that are created in the tempdir. Per ensemble member a subdirectory is created where the name is defined as %tempdir%\<region>_<_moduleInstance>_<EnsembleId>_<EnsembleMemberIndex>__<moduleInstance><EnsembleId><EnsembleMemberIndex><threadId>, e.g. d:\temp\TestRegion_Sobek_GA_EPS_1_4438868285134166498. These directories are removed after running. The directories are filled with data that you should export from a moduledataset. Notice that purgeActivities will not work therefore.

...