Versions Compared

Key

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

...

Code Block
languagexml
	<nodes id="WAPN6HUD_calb" name="WAPN6HUD">
				<workflowId>WAPN6HUD_Stats_Calibration</workflowId>
				<coldState unit="day" multiplier="18628"/>
				<node id="WAPN6HUD_Waterbalance_Multi-year" name="Waterbal_MY">


Fix cold state selection 

It possible to configure the IFD so that the cold state can be fixed to a selected cold state for a certain amount of time. An example is shown below.

...

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<modifierTypes 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/modifierTypes.xsd">
	<!--	Missing Value modifiers-->
	<!--	PCA snow data assimilation-->
	<attributeModifiers>
		<locationAttributeModifier id="modifierType" name="modifierType">
			<modifiableGroup name="group">
				<locationId>locationA</locationId>
				<locationId>locationB</locationId>
				<attribute id="group"></attribute>
				<attribute id="coldState"></attribute>
			</modifiableGroup>
		</locationAttributeModifier>
	</attributeModifiers>
</modifierTypes>


In addition it is important the location which is configured in the topology.xml is part of the workflow which is connected to the topology node.  

When a user selects the option to fix a cold state to a certain date/time then this will only be visible locally. When the user starts a server run for this node then the changes (modifiers) will be send to the server and visbile to other users.

...