Versions Compared

Key

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

Introduction

The RAM export function exports time series in the Rhine Alarm Model format. The file is meant to contain daily time series of Level and Flow series for the Rhine River.

The export function will first export all Level series, then all Flow series. Make sure the idMapping file converts all level series to a parameter ID named "Level" and all flow series to a parameter ID named "Flow".

Code Block
titleID mapping
borderStylesolid

	<parameter internal="Q.fs" external="Flow"/>
	<parameter internal="H.fs" external="Level"/>
	<location internal="Andernach" external="ANDERNACH"/>
	<location internal="Lobith" external="LOBITH"/>
         ...........

There is a standard footer at the end of the file. This footer is as follows:

No Format

[Stuwen]
StuwProgrammaS285 = -1

[Haringvlietsluizen]
SluisProgrammaLPH84 = -1

[Dispersie]
DispersieBerekend = -1
DispersieWaarde = 5

An example of the export module instance Export_RAM.To be completed

Example

No example present