Versions Compared

Key

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

...

pology of a region is configured by defining the indvidual nodes off a region and grouping them. Below an example from the topology of the abrfc region

Code Block
xml
xml

<topology xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="chps1/schemas/topology.xsd"

...

>&nbsp;&nbsp; &nbsp;
&nbsp; <nodes id="ABRFC">

...


&nbsp;&nbsp;&nbsp; <workflowId>ABRFC_Forecast</workflowId>

...


&nbsp;&nbsp;&nbsp; <nodes id="NMWTX" name="NMWTX">

...


&nbsp;&nbsp;&nbsp; <workflowId>NMWTX_Forecast</workflowId>

...


&nbsp;&nbsp;&nbsp; </node>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <node id="EGLN5" name="EAGLE NEST DAM">

...


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <workflowId>EGLN5_Forecast</workflowId>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </node>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <node id="CMMN5" name="CIMARRON 4SW">

...


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <previousNodeId>EGLN5</previousNodeId>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <workflowId>CMMN5_Forecast</workflowId>

&nbsp;&nbsp;&nbsp; &nbsp;

     

In the e

First the id and name of the modifier is declared. The timeSeries-part identifies that this modifier can be applied to any time series which have the parameter WECHNG. The modifiers has some soft limits. These limits are used to limit the slider bar in the display. In this case the slider bar will start at 0 and end at 5. But these soft limits can be overruled by manually typing a value lower than zero or higher than 5. The hardLimits identify the upper and lower limit of the mod and they can not be overruled. This means that for this mod only the maximum value of the soft limit of 5 can be overruled.  A single value modifier is only applied at one time step. By default this is set to the start of the run in this modifier. The default value is set to 0.