ZRE-Format: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (category rename) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{BlueM.Sim nav}} | {{BlueM.Sim nav}} | ||
{{Wave_nav}} | |||
The ZRE format is one of the accepted input timeseries file formats for [[BlueM.Sim]]. | |||
==Example== | |||
<pre> | <pre> | ||
*ZRE | *ZRE | ||
Line 29: | Line 29: | ||
</pre> | </pre> | ||
''' | ==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 | |||
''' | |||
''' | |||
All timestamps must be in the Format <code>YYYYMMDD hh:mm</code>. | |||
; | ;Notes: | ||
:ZRE- | :ZRE files should be encoded in ANSI (not UTF-8). | ||
[[Category:BlueM | [[Category:BlueM.Sim input files]] | ||
[[Category:Timeseries formats]] | [[Category:Timeseries formats]] |
Latest revision as of 03:21, 1 August 2021
BlueM.Sim | Download | Application | Theory | Development
Wave | Download | 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).