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

...

and the type of calculations for which this coefficientSet the coefficient set is valid.

When using coefficient set functions (available since build 30246), the a, b, c and type elements can contain tags between "@" signs (e.g. "@NUMBER@") that refer to location attributes that are defined in the locationSets configuration file. The tags are replaced by actual values. These values can be different for different locations and time periods. See 22 Locations and attributes defined in CSV files, Shape-DBF files or external tables for more information.

a

Coefficient a in equation

...

Type of calculations for which this coefficientSet the coefficient set is valid. Can be level_to_flow, flow_to_level or level_to_flow_and_flow_to_level.

...

Code Block
xml
xml
<variable>
	<variableId>input</variableId>
	<timeSeriesSet>
		<moduleInstanceId>StageDischargePowerWithCoefficientSetFunctionsTest</moduleInstanceId>
		<valueType>scalar</valueType>
		<parameterId>H.m</parameterId>
		<locationId>locationWithAttributes1</locationId>
		<timeSeriesType>external historical</timeSeriesType>
		<timeStep unit="day"/>
		<relativeViewPeriod unit="day" start="0" end="60"/>
		<readWriteMode>editing visible to all future task runs</readWriteMode>
	</timeSeriesSet>
</variable>
<variable>
	<variableId>output</variableId>
	<timeSeriesSet>
		<moduleInstanceId>StageDischargePowerWithCoefficientSetFunctionsTest</moduleInstanceId>
		<valueType>scalar</valueType>
		<parameterId>Q.m</parameterId>
		<locationId>locationWithAttributes1</locationId>
		<timeSeriesType>external historical</timeSeriesType>
		<timeStep unit="day"/>
		<relativeViewPeriod unit="day" start="0" end="60"/>
		<readWriteMode>add originals</readWriteMode>
	</timeSeriesSet>
</variable>
<transformation id="stage discharge power with coefficient set functions test">
	<stageDischarge>
		<power>
			<stage>
				<variableId>input</variableId>
			</stage>
			<coefficientSetFunctions>
				<a><at:var at:name="A" /></<a>@A@</a>
				<b><at:var at:name="B" /></<b>@B@</b>
				<c><at:var at:name="C" /></<c>@C@</c>
				<type><at:var at:name="type" /><<type>@type@</type>
			</coefficientSetFunctions>
			<discharge>
				<variableId>output</variableId>
			</discharge>
		</power>
	</stageDischarge>
</transformation>