Versions Compared

Key

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

...

This will only work when the <inputVariable> and <outputVariable> are external forecasts, the output variable for each execution will get the same external forecast time.

 For some general info see ForecastLoop

Code Block
languagexml
titleExample forecastLoopSearchPeriod
<transformation id="SelectionIndependentPeaksMultipleForecastsTest">
   <selection>
      <independentPeaks>
         <inputVariable>
            <variableId>forecast</variableId>
         </inputVariable>
         <forecastLoopSearchPeriod unit="week" start="-5" end="0"/>
         <gapLengthInSec>2700</gapLengthInSec>
         <totalNumberBeforeT0>0</totalNumberBeforeT0>
         <totalNumberAfterT0>0</totalNumberAfterT0>
         <skipJustBeforeT0>0</skipJustBeforeT0>
         <skipJustAfterT0>0</skipJustAfterT0>
         <outputVariable>
            <variableId>outputForecast</variableId>
         </outputVariable>
      </independentPeaks>
   </selection>
</transformation>