Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Code Block
xml
xml
titleExample
<transformation id="QINE">
        <dischargeStage>
        <ratingCurve>
            <discharge>
                <variableId>AGSK1_QINE_6</variableId>
            </discharge>
            <stage>
                <variableId>AGSK1_SSTG_6</variableId>
            </stage>
        </ratingCurve>
        </dischargeStage>
    <</transformation>

...

Advanced configuration topics

...

Optional element to define a Java class to override the default class used for the transformation. If used this class must be available and implement the required transformation interface. See transformation - user defined classes for details

...

Schema Definition

Image RemovedImage Added

...

Common issues

Issues

Possible causes

log message "Can not convert discharge to stage to discharge, rating curve missing"

Default rating curve id (locationid of the input time series) is not correct. Specifiy a custom rating curve id.

...