Versions Compared

Key

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

...

Boolean flag to indicate if the activity should run as many times as there are members in the ensemble, or if it is to be run only once, but will use all members of the ensemble in that single run. If the value is set to "true", then when running the workflow DELFT-FEWS will first establish how many members there are in the ensemble and then run the activity for each member. If the value is set to "false" then the activity will be run only once. On requesting a time series set within the modules to be run, the database will return all members of that ensemble. When true the $LOOP_ENSEMBLE_MEMBER_ID$ can be used in the module config files. This property is not needed for the time series sets because that already specify the same ensemble that is used for the loop. But when the loop member is the default ensemble selection for a time series set while runInloop is enabledis needed to also include for time series sets with a different ensemble but with identical members to the loop ensemble <ensembleMemberId>$LOOP_ENSEMBLE_MEMBER_ID$</ensembleMemberId> need to be added. This is because FEWS will not asume that different ensembles have identical members.

ensembleMemberId

Since 2018.01 (for older versions, configure an ensembleMemberIdRegularExpression with the wanted ensembleMemberId as a "pattern"). Optional field to only run one particular ensemble member. If this field is used only the specified ensemble member will be run. 

...