ZRE-Format

From BlueM
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

BlueM_icon.png BlueM.Sim | Downloads | Application | Theory | Development

Wave.png Wave | Development

The ZRE format is one of the accepted input timeseries file formats for BlueM.Sim.

Example

*ZRE
Beschreibung   mm   
1                      1.        1.        1.
19900116 00:00 19900101 04:15
19900116 00:00        0.00000
19900116 00:15        4.55000
19900116 00:30        4.55000
19900116 00:45        4.55000
19900116 01:00        4.55000
19900116 01:15        4.55000
19900116 01:30        4.55000
19900116 01:45        4.55000
19900116 02:00        4.55000
19900116 02:15        4.55000
19900116 02:30        4.55000
19900116 02:45        4.55000
19900116 03:00        4.55000
19900116 03:15        4.55000
19900116 03:30        4.55000
19900116 03:45        4.55000
19900116 04:00        4.55000
19900116 04:15        4.55000

Description

  • 1st line: "*ZRE"
  • 2nd line: Description (15 characters) und unit (from column 16 onwards)
  • 3rd line: unused parameters
  • 4th line: start- and end timestamps
  • 5th line onwards: each line is one timeseries entry consisting of timestamp and value

All timestamps must be in the Format YYYYMMDD hh:mm.

Notes
ZRE files should be encoded in ANSI (not UTF-8).