Versions Compared

Key

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

...

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<timeSeriesExportRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
					 xsi:schemaLocation="http://www.wldelft.nl/fews http://chps1/schemas/timeSeriesExportRun.xsd">
	<export>
		<general>
			<exportType>scalar2shp</exportType>
			<folder>$EXPORT_FOLDER$/shape</folder>
			<exportFileName>
				<name>Mois_Catch<name>catchment_Export</name>
				<suffix>
					<currentTimeFormattingString>yyyyMMddHHmmss</currentTimeFormattingString>
				</suffix>
			</exportFileName>
			<geoDatum>WGS 1984</geoDatum>
		</general>
		<timeSeriesSet>
			<moduleInstanceSetId>SACSMA<moduleInstanceSetId>TEST_Forecast</moduleInstanceSetId>
			<valueType>scalar</valueType>
			<parameterId>UZTWF<<parameterId>rain</parameterId>
			<locationSetId>Catchments_SAC_SNOW<<locationSetId>Catchments</locationSetId>
			<timeSeriesType>simulated forecasting</timeSeriesType>
			<timeStep unit="hour" multiplier="6"/>
			<relativeViewPeriod unit="hour" start="-240" end="240"/>
			<readWriteMode>add originals</readWriteMode>
			<ensembleId>QPF<<ensembleId>RENS</ensembleId>
			<ensembleMemberIndex>0</ensembleMemberIndex>
		</timeSeriesSet>
	</export>
</timeSeriesExportRun>

...