Table

Input
  • discharge
Coefficient set
  • type
  • authoriseExtrapolation
  • interpolationType
  • minimumStage
  • tableRecord
Output
  • stage
Description

This transformation will transform a discharge value to a stage value by doing a table lookup. The coefficient set used in this transformation has an option type. The type will indicate if the lookup table can be used in a discharge to stage-transformation, a stage to discharge-transformation or both. If a coefficient set which is defined as a level_to_flow type is used in this type of transformation an error will be issued. The authoriseExtrapolation option will enable/disable the extrapolation option. The interpolationType can be used the configure the type of interpolation used.

The available options are:

  • linear
  • logarithmic

When the option logarithmic is selected the calculation method used is almost the same the method used when the linear option is selected. The only difference is that the calculation is done with the natural logarithm of the lookup-value and with the natural logarithm of the table values.

The minimum stage value allow configurators to enter a minimum stage value. Stage values below this value are converted to the minimum value.

The table record is the actual lookup table. Each tableRecord is a single entry in the lookup-table with a stage and a discharge value. Note that it is also possible to define an offset for each tableRecord. This offset

will be applied as a positive offset to the stage value. Offsets will apply to the tableRecord in which it is defined and the records above this record until a new offset is defined.

   

Configuration example

  • No labels