Versions Compared

Key

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

...

In practice, forecasts often come available with a certain delay. To take this into account, a delay can be specified.

  • Simulated forecasts are linked to a workflow, which can be delayed in the WorkflowDescriptors xml file.

    Code Block
    xml
    xml
    	<workflowDescriptor id="exampleWorkFlow" visible="true" forecast="true">
    		<waterCoachDelay unit="hour" multiplier="4"/>
    	</workflowDescriptor>
    
  • External forecasts can have a delay configured for each seperate moduleInstance in the ModuleInstanceDescriptors xml file.

    Code Block
    xml
    xml
        <moduleInstanceDescriptor id="ImportECMWF">
            <waterCoachExternalForecastDelay unit="hour" multiplier="6"/>
        </moduleInstanceDescriptor>
    

...