XML-File
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> |