Versions Compared

Key

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

...

warm state selection period

The option warm state selection period can be used to set the state selection to a period in which the system will search for a warm state.

An example of a node which is configured with a warm state search period is given below.

Image Added

 

A configuration example is given below.

Code Block
		<nodes id="Southeast" name="Southeast">
			<workflowId>Southeast_Forecast</workflowId>
			<warmStateSelectionPeriod unit="day" start="-12" end="-9"/>
			<node id="SRYA2" name="SRYA2 Situk R nr Yakutat">
				<workflowId>SRYA2_Forecast</workflowId>
				<useForecastLengthFromInteractiveForecastDisplay>false</useForecastLengthFromInteractiveForecastDisplay>
			</node>

 

Cold state selection 

It is also possible to set the default state selection for a node or a group of nodes to a cold state selection. This is used, for example, in FEWS system which are used for calibration purposes.

...