XML-File: Difference between revisions

From BlueM
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 04:43, 15 December 2010

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

<?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>