Versions Compared

Key

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

...

Code Block
xml
xml
<markUnreliableModifier id="ignorets" name="IGNORETS">
	<timeSeries>
		<moduleInstanceSetId>RESSNGL_Forecast</moduleInstanceSetId>
		<valueType>scalar</valueType>
		<parameterId>PELV</parameterId>
		<locationSetId>Reservoirs</locationSetId>
		<timeSeriesType>simulated forecasting</timeSeriesType>
		<timeStep unit="hour" multiplier="1"/>
	</timeSeries>
	<defaultStartTime>start run</defaultStartTime>
	<defaultEndTime>end run</defaultEndTime>
</markUnreliableModifier>

Compound modifier

The compound modifier can be used to modify a set of time series with slider bars. Each slider shows a reference
value in blue. If no modification is made yet the value of the slider will be equal to the refence value. If a modification
is made the slider will always be equal to the value of the modifier. Too indicate that a modification was made the text box
will be made yellow.

An example of the use of the compound modifier is the sacco-modifier. This modifier is used to modify the state of Sacramento-model.
Each slider represent a stateparameter. In blue the current value is shown, the slider is equal to current value of the model or if the
stateparameter is changed it will be equal to the modification.

Display

Below an example of the display of this modifier

Image Added

and the modified value. Initially the modified value is equal to the reference value. For each slider there is a time series configured which stores the modified value and a time series configured which holds the reference value. This type of modifier is typically used as a state modifier of models. The reference values show the current state of the model. The modified values in the boxes show the modified state values. The maximum value of the slider bar is derived from a parameter in the linked module parameter file.



Below an example of the configuration of a compound modifier. In this example a part of the sacco configuration is not shown but only the configuration of one of the five sliders is shown.
For each slider the time series which holds the reference values should be configured, and the time series which should contain the modified value should be configured. Each slider also has maximum value. This maximum is retrieved from the module parameter file of the model. The tag maximumAllowedValueParameterId identifies which parameter should be used to identify the maximum.

...