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
<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>