Stage Review

Input
  • observedStage
  • forecastStage
Options
  • maxDifference
Output
  • averageBalanceFirstSegment
  • averageBalanceSecondSegment
  • averageBalanceThirdSegment
  • averageBalanceFourthSegment
  • startFirstStageRange
  • startSecondStageRange
  • startThirdStageRange
  • startFourthStageRange
  • endFourthStageRange
Description

The stage review transformation will divide the forecastStage into four equally divided segment. The lowest segement will start at the lowest forecastStage and the fourth segment will end at the highest forecastStage. The start and is rounded off downwards to meters and the end is rounded of upwards to meters. After the start the first segment and end of the fourth segment are calculated the range of the remaining segments are calculated. Secondly for each day for each segment an average daily balance is calculated.

Differences larger than maxDifference will not be used in the calculation.

Configuration example



  • No labels