Versions Compared

Key

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

...

Code Block
languagexml
<thresholdValueSet id="FlowToLevelSummerSummerThreshold" name="FlowToLevelSummerSummerThreshold">
   <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>

...