XML-File

From BlueM
Revision as of 05:43, 15 December 2010 by Admin (talk | contribs) (Created page with "In BlueM.MPC, each inflow node in the sewer network can have its own forecast horizon and its own reliability factor. <bluem> <?xml version="1.0" encoding="utf-8"?> <MeteoStati...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In BlueM.MPC, each inflow node in the sewer network can have its own forecast horizon and its own reliability factor.

1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<MeteoStationArray>
    <stations>
        <Meteostation>
            <name>default</name>
            <nodename>all</nodename>
            <maxrange>120</maxrange>
            <reliabilityAtMaxrange>1.0</reliabilityAtMaxrange>
        </Meteostation>
    </stations>
</MeteoStationArray>