ZRE-Format: Difference between revisions

From BlueM
Jump to navigation Jump to search
mNo edit summary
(Translate to english and add note about file encoding)
Line 1: Line 1:
{{BlueM.Sim nav}}
{{BlueM.Sim nav}}


Formatbeschreibung für das Zeitreihenformat ZRE.
ZRE files should be encoded in ANSI (not UTF-8).


<u>Beispiel:</u>
==Example==
<pre>
<pre>
*ZRE
*ZRE
Line 29: Line 29:
</pre>
</pre>


'''1. Zeile:''' "<code>*ZRE</code>"
==Description==
* '''1st line:''' "<code>*ZRE</code>"
* '''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


'''2. Zeile:''' Beschreibung (15 Zeichen) und Einheit (ab Spalte 16)
All timestamps must be in the Format <code>YYYYMMDD hh:mm</code>.


'''3. Zeile:''' belanglose(?) Parameter
;Notes:
 
:ZRE files can be used as input files for [[BlueM.Sim]]
'''4. Zeile:''' Start- und Enddatum der Zeitreihe
:[[Wave]] can read and write ZRE files
 
'''ab Zeile 5:''' Zeitstempel und Wert
 
Alle Datumsangaben müssen im Format <code>JJJJMMTT hh:mm</code> sein.
 
;Hinweis:
:ZRE-Dateien können auch mit [[Wave]] gelesen und geschrieben werden


[[Category:BlueM Eingabedateien]]
[[Category:BlueM Eingabedateien]]
[[Category:Timeseries formats]]
[[Category:Timeseries formats]]

Revision as of 12:46, 30 July 2021

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

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

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 can be used as input files for BlueM.Sim
Wave can read and write ZRE files