Versions Compared

Key

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

...

Code Block
languagexml
linenumberstrue
<transformation id="ADJUST_TWQ">
   <adjust>
      <adjustQUsingObservedInstantaneousDischarge>
         <correctNegativeFlowValuesToZero>false</correctNegativeFlowValuesToZero>
         <observedDischarge>
            <variableId>observed</variableId>
         </observedDischarge>
         <simulatedInstantaneousDischarge>
            <variableId>simulated</variableId>
         </simulatedInstantaneousDischarge>
         <coefficientSetFunctions>
            <blendingSteps>@BLENDINGSTEPS_TW@<<blendingSteps>@BLENDINGSTEPS@</blendingSteps>
            <interpolationType>@INTERPOLATIONTYPE_TW@<<interpolationType>@INTERPOLATIONTYPE@</interpolationType>
         </coefficientSetFunctions>
         <adjustedForecastDischarge>
            <variableId>forecast</variableId>
         </adjustedForecastDischarge>
      </adjustQUsingObservedInstantaneousDischarge>
   </adjust>
</transformation>

...