Versions Compared

Key

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

...

The aggregationLevelThresholdValues are used in the Spatial Display. When the accumulation slider computes new aggregated values, the correct thresholdvalue will be used for the aggregated time period.  

 

Seasonal Thresholds

Since 2018.02 it is possible to define a season for a threshold.

This way it can be specified for which part of a year a threshold is valid. 

Code Block
languagexml
<thresholdValueSet id="FlowToLevelSummer" name="FlowToLevelSummer">
   <season startMonthDay="--06-21" endMonthDay="--09-21"/>
   <levelThresholdValue>
      <levelThresholdId>level1</levelThresholdId>
      <value>0.5</value>
   </levelThresholdValue>
   <levelThresholdValue>
      <levelThresholdId>level2</levelThresholdId>
      <value>1.5</value>
   </levelThresholdValue>
   <timeSeriesSet>
      <moduleInstanceId>ThresholdCheck</moduleInstanceId>
      <valueType>scalar</valueType>
      <parameterId>Q.m</parameterId>
      <locationId>H-2001</locationId>
      <timeSeriesType>external historical</timeSeriesType>
      <timeStep unit="hour"/>
      <readWriteMode>add originals</readWriteMode>
   </timeSeriesSet>
</thresholdValueSet>

 When thresholds are drawn in a graph a seasonal threshold will only appear if any time of the graph overlaps with the season.