Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

ModuleConfigFiles

Code Block
xmlxml
titleImportAO.xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<timeSeriesImportRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
 xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/timeSeriesImportRun.xsd">
	<import>
		<general>
			<importType>AoClimateIndex</importType>
			<serverUrl>http://www.cpc.ncep.noaa.gov/products/precip/CWlink/daily_ao_index/monthly.ao.index.b50.current.ascii.table </serverUrl>
			<idMapId>ImportAO</idMapId>
			<unitConversionsId>ImportUnitConversions</unitConversionsId>
			<missingValue>-99.99</missingValue>
			<importTimeZone>
				<timeZoneOffset>+00:00</timeZoneOffset>
			</importTimeZone>
		</general>
		<timeSeriesSet>
			<moduleInstanceId>ImportPDO</moduleInstanceId>
			<valueType>scalar</valueType>
			<parameterId>Index.AO</parameterId>
			<locationId>Climate_Index</locationId>
			<timeSeriesType>external historical</timeSeriesType>
			<timeStep unit="month"/>
			<readWriteMode>add originals</readWriteMode>
			<synchLevel>4</synchLevel>
			<expiryTime unit="year" multiplier="100"/>
		</timeSeriesSet>
	</import>
</timeSeriesImportRun>

xml
Code Block
xml
titleImportAO.xml (local file)
xml

<?xml version="1.0" encoding="UTF-8"?>
<timeSeriesImportRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
 xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/timeSeriesImportRun.xsd">
	<import>
		<general>
			<importType>AoClimateIndex</importType>
			<folder>$IMPORT_AO_FOLDER$</folder>
                        ...




IdMapFiles

xml
Code Block
xml
titleMapIdAO.xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<idMap xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/idMap.xsd" version="1.1">
	<map internalParameter="Index.AO" externalParameter="Index.AO" internalLocation="Climate_Index" externalLocation="Climate_Index"/>
</idMap>

...