Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleconfig example lookup from LookupTables.xml in RegionConfig
<transformation id="simpleTableLookup">
	<lookup>
		<simple>
			<input>
				<variableId>H1</variableId>
			</input>
			<coefficientSet>
				<interpolationType>linear</interpolationType>
				<extrapolationType>extrapolate</extrapolationType>
				<lookupTable>
					<piTable>
						<locationId>H-2002</locationId>
						<inputParameterId>H.m</inputParameterId>
						<outputParameterId>H.obs</outputParameterId>
					</piTable>
				</lookupTable>
			</coefficientSet>
			<output>
				<variableId>H2</variableId>
			</output>
		</simple>
	</lookup>
</transformation>

...