Versions Compared

Key

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

...

The topology.xml plays a central role in configuring an IFD-environment since it is used to configure the forecast panel which is the central panel in an IFD-environment.

Configuration

...

Nodes definition

Qualifiers are defined in the regionConfigFiles directory. An example looks like:The topology of a region is configured by defining the indvidual nodes a region and grouping them. Below an example from the topology of the abrfc region

Code Block
xml
xml
<topologytopology 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.0chps1/schemas/topology.xsd">

               <nodes>    
    <nodes id="ABRFC">

                              <nodes id="NMWTX" name="NMWTX">

                                             <workflowId>NMWTX_Forecast</workflowId>

                                             <node id="EGLN5    <workflowId>ABRFC_Forecast</workflowId>
        <!-- Topology added for forecast group NMWTX -->
    <nodes id="NMWTX" name="EAGLE NEST DAMNMWTX">

                                                            <workflowId>EGLN5        <workflowId>NMWTX_Forecast</workflowId>

                                             </node>

                                             <node        <node id="CMMN5nmwtx_preprocess" name="CIMARRON 4SWnmwtx_preprocess">

                                                            <previousNodeId>EGLN5</previousNodeId>

                                                            <workflowId>CMMN5                <workflowId>NMWTX_PreProcessing_Forecast</workflowId>

                                             <            </node>

                                             <node        <node id="CMRN5EGLN5" name="CIMARRONEAGLE NEST DAM">

<localRun>false</localRun>

                                                            <workflowId>CMRN5            <workflowId>EGLN5_Forecast</workflowId>

                                             <        </node>

Time Series

The most useful way is first to read all locations from the DBF into one locationSet, where all attributes are assigned.
See for example:

...