Overview

The Pacific Decadal Oscillation (PDO) is a pattern of change in the Pacific Ocean's climate. Montly values are availible at http://jisao.washington.edu/pdo/PDO.latest . These values can be imported from a local file or directly from the website.

For more information see: http://jisao.washington.edu/pdo/

Configuration (Example)

ModuleConfigFiles

ImportPDO.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>PdoClimateIndex</importType>
			<serverUrl>http://jisao.washington.edu/pdo/PDO.latest </serverUrl>
			<idMapId>MapIdPDO</idMapId>
			<unitConversionsId>ImportUnitConversions</unitConversionsId>
			<missingValue>-99.99</missingValue>
			<importTimeZone>
				<timeZoneOffset>+00:00</timeZoneOffset>
			</importTimeZone>
		</general>
		<timeSeriesSet>
			<moduleInstanceId>ImportPDO</moduleInstanceId>
			<valueType>scalar</valueType>
			<parameterId>Index.PDO</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>

ImportPDO.xml (local file)
<?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>PdoClimateIndex</importType>
			<folder>$IMPORT_PDO_FOLDER$</folder>
                        ...




IdMapFiles

MapIdPDO.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.PDO" externalParameter="PDO INDEX" internalLocation="Climate_Index" externalLocation="Climate_Index"/>
</idMap>

The Climate_Index location is a placeholder since the index does not have different values for different locations.

  • No labels