XML-File: Difference between revisions

From BlueM
Jump to navigation Jump to search
mNo edit summary
(Notice for discontinuation of development)
 
Line 1: Line 1:
{{BlueM.MPC nav}}
In BlueM.MPC, each inflow node in the sewer network can have its own forecast horizon and its own reliability factor. Forecast horizon and reliability factors are defined by meteostations. Theoretically, an unlimited number of meteostatins can be defined.  Each meteostation is described by four parameters:
In BlueM.MPC, each inflow node in the sewer network can have its own forecast horizon and its own reliability factor. Forecast horizon and reliability factors are defined by meteostations. Theoretically, an unlimited number of meteostatins can be defined.  Each meteostation is described by four parameters:


Line 8: Line 9:
An example file is given below:  
An example file is given below:  


<bluem>
<source lang="xml">
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<MeteoStationArray>
<MeteoStationArray>
Line 20: Line 21:
</stations>
</stations>
</MeteoStationArray>
</MeteoStationArray>
</bluem>
</source>
 
<div class="achtung">'''Note:''' Development of BlueM.MPC has been discontinued!</div>
 
[[Category:BlueM.MPC]]

Latest revision as of 02:20, 8 April 2018

BlueM_icon.png BlueM.MPC | Application | Theory

In BlueM.MPC, each inflow node in the sewer network can have its own forecast horizon and its own reliability factor. Forecast horizon and reliability factors are defined by meteostations. Theoretically, an unlimited number of meteostatins can be defined. Each meteostation is described by four parameters:

  1. <name>: Name of the meteostation.
  2. <nodename>: Name of the inflow node. The keyword "all" is used for all nodes without specified meteostations.
  3. <maxrange>: Length of the forecast horizon.
  4. <reliabiltyAtMaxrrange>: A linear function can be defined to each meteostation taking into account uncertainties in the forecast horizon. Possible values are positive real numbers.

An example file is given below:

<?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>
Note: Development of BlueM.MPC has been discontinued!