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

 

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>