Versions Compared

Key

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

...

HistoricalEvents 1.00 default.xmlHistoricalEvents            

  • HistoricalEvents: Fixed file name for the HistoricalEvents configuration
  • 1.

...

  • 00: Version number

...

  • default: Unit to indicate the version is the default configuration (otherwise omitted).


Figure 52 Elements of the HistoricalEvents configuration.

...

Root definition of an historical event. Multiple events may be defined.

Attributes;:

...

  • locationId: Id of the location of the event (see definition of DELFT-FEWS locations).

...

  • parameterId: Id of the parameter in the event (see definition of DELFT-FEWS parameters).

...

  • name: name of the historical event. This name will be available as a list of historical events.
eventData

Time series data for the event. This follows the same defition of the inputVariable detailed in the Tranformation Module configuration. The typical profile option is used for defining an historical event).

Attributes;

...

  • variableId: ID of the variable (group).Later used in referencing the variable.

...

  • variableType: Optional type definition of variable (defaults to "any")

...

  • convertDatum: Optional Boolean flag to indicate if datum is to be converted.
timeStep

Time step for typical profile if variable to be defined for the historical event.

...

No Format
<!— Example historic event -->
<historicalEvent name="04-07 January 1999" locationId="RCS.RIV.765512" parameterId="H.obs">
	<eventData>
		<timeStep unit="minute" multiplier="15"/>
		<relativeViewPeriod unit="hour" start="-48" end="24"/>
		<data dateTime="1999-01-04T10:00:00" value="2.196"/>
		<data dateTime="1999-01-04T10:15:00" value="2.199"/>
		<data dateTime="1999-01-04T10:30:00" value="2.201"/>
		<data dateTime="1999-01-04T10:45:00" value="2.198"/>
		<data dateTime="1999-01-04T11:00:00" value="2.204"/>
		<data dateTime="1999-01-04T11:15:00" value="2.213"/>
		<data dateTime="1999-01-04T11:30:00" value="2.218"/>
		<data dateTime="1999-01-04T11:45:00" value="2.233"/>
		<data dateTime="1999-01-04T12:00:00" value="2.252"/>
...
...
...
		<data dateTime="1999-01-07T09:15:00" value="2.472" comment="Notified everybody to monitor this."/>
		<data dateTime="1999-01-07T09:30:00" value="2.462"/>
		<data dateTime="1999-01-07T09:45:00" value="2.453"/>
		<data dateTime="1999-01-07T10:00:00" value="2.444"/>
	</eventData>
</historicalEvent>