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
scrollbar

Table

Input
  • stage
Coefficient set

...

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

...

Code Block
xml
xml

<transformation id="stageToDischarge">
	<stageDischarge>
		<table>
			<stage>
				<variableId>input</variableId>
			</stage>
			<coefficientSet>
				<type>level_to_flow</type>
				<authoriseExtrapolation>true</authoriseExtrapolation>
				<interpolationType>linear</interpolationType>
				<tableRecord stage="0.433" discharge="0"/>
				<tableRecord stage="0.457" discharge="0.0595"/>
				<tableRecord stage="0.488" discharge="0.190"/>
				<tableRecord stage="0.610" discharge="1.84"/>
				<tableRecord stage="0.686" discharge="3.85"/>
				<tableRecord stage="0.762" discharge="6.71"/>
				<tableRecord stage="0.914" discharge="14.9"/>
				<tableRecord stage="4.88" discharge="306"/>
				<tableRecord stage="4.95" discharge="340"/>
				<tableRecord stage="5.03" discharge="377"/>
				<tableRecord stage="5.09" discharge="408"/>
				<tableRecord stage="5.11" discharge="419"/>
			</coefficientSet>
			<discharge>
				<variableId>output</variableId>
			</discharge>
		</table>
	</stageDischarge>
</transformation>