Versions Compared

Key

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

...

Code Block
languagexml
titleExample Configuration
collapsetrue
	<displayGroup name="Scenario Tree Test">
		<display name="Tres Marias - Inflow Scenario Tree">
			<subplot>
				<variableLineWidth>
					<color>purple</color>
					<lineStyle>solid</lineStyle>
					<markerStyle>diamond</markerStyle>
					<markerSize>10</markerSize>
					<markerColor>black</markerColor>
					<lineWidthScaleFactor>10</lineWidthScaleFactor>
					<valueTimeSeriesSet>
						<moduleInstanceId>RTCTools_TresMarias_MPC_ECMWF-pf</moduleInstanceId>
						<valueType>scalar</valueType>
						<parameterId>QAFLU-RTC</parameterId>
						<locationId>TMARIAS</locationId>
						<timeSeriesType>simulated forecasting</timeSeriesType>
						<timeStep unit="hour" multiplier="1"/>
						<readWriteMode>read complete forecast</readWriteMode>
						<ensembleId>ECMWF-TREE</ensembleId>
					</valueTimeSeriesSet>
					<lineWidthTimeSeriesSet>
						<moduleInstanceId>RTCTools_TresMarias_MPC_ECMWF-pf</moduleInstanceId>
						<valueType>scalar</valueType>
						<parameterId>Probability</parameterId>
						<locationId>Probability</locationId>
						<timeSeriesType>simulated forecasting</timeSeriesType>
						<timeStep unit="hour" multiplier="1"/>
						<readWriteMode>read complete forecast</readWriteMode>
						<ensembleId>ECMWF-TREE</ensembleId>
					</lineWidthTimeSeriesSet>
				</variableLineWidth>
			</subplot>
		</display>
	</displayGroup>
singleLocationDisplays

Single location displays can be used to easily create plots for individual locations. This can either be done for individual locations, or alternatively for a locationSet which will then produce a list of location with their corresponding plot.

Code Block
languagexml
titleExample Configuration
collapsetrue
<?xml version="1.0" encoding="UTF-8"?>
<displayGroups version="1.0" 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/displayGroups.xsd">
	<plot id="MW_Observed">
		<subplot>
			<timeSeriesSet>
				<moduleInstanceId>ImportObserved</moduleInstanceId>
				<valueType>scalar</valueType>
				<parameterId>H.obs</parameterId>
				<locationSetId>MW_Stations</locationSetId>
				<timeSeriesType>external historical</timeSeriesType>
				<timeStep unit="nonequidistant"/>
				<relativeViewPeriod unit="day" start="-2" end="0"/>
				<readWriteMode>add originals</readWriteMode>
			</timeSeriesSet>
		</subplot>
	</plot>
	<displayGroup name="Rain gauges single location display">
		<displayGroup name="Single location display">
			<singleLocationDisplays>
				<locationSetId>MW_Stations</locationSetId>
				<plotId>MW_Observed</plotId>
			</singleLocationDisplays>
		</displayGroup>
	</displayGroup>
</displayGroups>

 

 

 

Info

Display groups may be defined while DELFT-FEWS is running and reloaded by re-opening the time series dialogue. If a mistake is made, then the shortcuts item to open the tree view will not appear and an appropriate message will be generated. After resolving the mistake the item will again become available on re-loading the display.