Versions Compared

Key

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

...

Root element to specify how a state to be exported to the external module is to be selected. Two main groups are available, cold states and warm states. Only one of these types can be specified. Note that if a warm state selection is specified and an appropriate warm state cannot be found, a cold state will be exported by default.

  • coldState

...

  • - Root element for defining the stateSelection method to always export a cold state.

...

  • groupId

...

  • - Id of the group of cold states to be used. This must be a groupId as defined in the ColdModuleInstanceStateGroups configuration (see Regional Configuration).
  • coldState:startDate

...

  • - Definition of the start date of the external module run when using the cold state. This startDate is specified relative to the start time of the forecast run. A positive startDate means it is before the start time of the forecast run.

...

Attributes;

  • unit (enumeration of: second, minute, hour, day, week)
  • multiplier defines the number of units given above.**
  • divider same function as the multiplier, but defines fraction of units.**
warmState
  • warmState - Root element for defining the stateSelection method to search for the most suitable warm state.

...

  • stateSearchPeriod

...

  • - Definition of the search period to be used in selecting a warm state. The database will return the most recent suitable warm state found within this search period.

Attributes;

  • unit (enumeration of: second, minute, hour, day, week)
  • start defines coldStateTime - Definition of the start time relative to the start of the forecast run in number of units given above (negative is before start of forecast).**
  • end defines the end time relative to the start of the forecast run in number of units given above (negative is before start of forecast).**
    coldStateTime

Definition of the start time to use for a cold state if a suitable state is not found within the warm state search period.

Attributes;

...

  • to use for a cold state if a suitable state is not found within the warm state search period.
  • insertColdState - When you set insertColdState to true, the defaultColdState is inserted into the WarmStates when no WarmState is found inside the stateSearchPeriod. By default the cold state is not inserted as warm state
No Format

				<stateSelection>
					<coldState>
						<startDate unit="hour" multiplier="-48"/>
					</coldState>
					<warmState>
						<stateSearchPeriod unit="hour" start="-48" end="0"/>
						<coldStateTime unit="hour" value="-48"/>
						<insertColdState>true</insertColdState>"
					</warmState>
				</stateSelection>

...



Figure 71 Elements of the exportTimeSeries section

...