EXT-File: Difference between revisions

From BlueM
Jump to navigation Jump to search
m (category rename)
 
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Eingabedateien}}
{{Eingabedateien}}
==EXT-Datei==
__NOTOC__
Die von TALSIM exportierte *.EXT-Datei hat ein unterschiedliches Format, als das für das Blaue Modell erforderliche! Siehe [[TALSIM Export]] für Anleitung zur Konvertierung.
 
<pre>
<big>Time series</big>
 
''also refer to [[Zeitreihenverwaltung|Theory: time series management]]''
 
==File==
<bluem>
*Zeitreihen (*.EXT)
*Zeitreihen (*.EXT)
*==================
*==================
Line 12: Line 17:
  |  A  |  B  |  C  | D                                                                                |    E
  |  A  |  B  |  C  | D                                                                                |    E
*|-----|------|-----|----------------------------------------------------------------------------------|
*|-----|------|-----|----------------------------------------------------------------------------------|
</bluem>
<div class="comment">
Kann es sein, dass Verdunstungszeitreihen nur mit Tagessummenwerten angegeben werden dürfen? Denn in der EZG_WEL wird dem Wert aus der Zeitreihe ein Tagesgang überprägt. MB</div>
;Hint:The *.EXT-File exported by [[TALSIM]] has a different format, than the format required by BlueM! Refer to [[TALSIM Export]] on how to convert it.
==Explanations==
*'''A''': unique file number
*'''B''': Unit ''(see below)''
*'''C''': Interpretation ''(see below)''
*'''D''': absolute or relative path to the time series file.<br/>BIN- as well as [[ZRE-Format|ZRE-Files]] are accepted.ZRE-Files are converted to BIN-Files automatically before the simulation begins. '''Attention''': During the conversion into the BIN-Format the units are changed (refer to ZRE_SYS in MODZRE). However an automatic reverse conversion is done in the code,if necessary.
<pre>
m3/s, M3/S -> m3/s      [Factor = 1.]
l/s, L/S  -> m3/s 1    [Factor = 1.]
mm, MM    -> m3/(s ha) [Factor = 10. / REAL(izschr)]
muem, MUEM ->  ??      [Factor = 1. / (REAL(izschr) * 100.)]
mm/h, MM/H -> m3/(s ha) [Factor = 10. / 3600.]
mm/d, MM/D -> m3/(s ha) [Factor = 10. / 86400.]
m/s, M/S  -> ??        [Factor = 10000.]
°C        -> °C        [Factor = 1.]
</pre>
</pre>
*'''E''': Description


==Erläuterungen==
===Unit===
*'''A''': eindeutige Dateinummer
The following units are recognized by BlueM:
*'''B''': Einheit ''(siehe unten)''
*'''C''': Interpretation ''(siehe unten)''
*'''D''': absoluter Pfad zur Zeitreihendatei oder nur Dateiname, falls Datei im Arbeitsverzeichnis liegt.<br/>Akzeptiert werden sowohl BIN- als auch [[ZRE-Format|ZRE-Dateien]], wobei ZRE-Dateien vor der Simulation automatisch in BIN-Dateien konvertiert werden.
*'''E''': Bezeichnung/Beschreibung
 
===Einheit===
Folgende Einheiten erkennt das Blaue Modell:
*m3/s
*m3/s
*l/s
*l/s
*mm
*mm
*muem ''(Anpassungsfaktor ''<code>zranp = 1. / (REAL(izschr) * 100.)</code>'', könnte Tsd.m³ bedeuten, siehe MODZRE, ab Zeile 6172 (Rev 71)'')
*muem ''(adjustment factor ''<code>zranp = 1. / (REAL(izschr) * 100.)</code>'', possibly means Thsd.m³, refer to MODZRE, as of line 6172 (Rev 71)'')
*mm/h
*mm/h
*mm/d
*mm/d
Line 33: Line 52:


===Interpretation===
===Interpretation===
[[Bild:Theorie_Abb52.gif|thumb|400px|Interpretation von Zeitreihen]]
[[Bild:TimeseriesInterpretation.png|thumb|400px|Interpretation of time series]]


Folgende Interpretationen sind möglich:
The following interpretations are possible:
*1: momentaner Messwert (z.B. Abfluss)
*1: Instantaneous (e.g. discharge)
*2: Block rechts, Messwert links ('''Standardwert''')
*2: Block right, measured value left ('''standard value''')
*3: Block links, Messwert rechts
*3: Block left, measured value right
*4: Summenlinie
*4: Cumulative
*5: Summenlinie pro Zeitschritt (z.B. Niederschlag)
*5: Cumulative per time step (e.g. precipitation)


<div class="achtung" style="float:left;">
<div class="achtung" style="float:left;">
'''Achtung:'''<br/>
'''Attention:'''<br/>
Block rechts und Block links funktionieren nur bei Intensitäten (z.B. [mm/h]) richtig!<br/>
Block right and Block left only work correctly for an intensity (e.g. [mm/h])!<br/>
Summenlinie pro Zeitschritt funktioniert nur bei Höhen (z.B. [mm]) richtig!
Cumulative per time step only works correctly for heights (e.g. [mm])!
</div>
</div>


[[Category:BlauesModell]]
[[Category:BlueM.Sim input files]]
[[Category:BlauesModell Eingabedateien]]

Latest revision as of 04:11, 31 July 2021

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

Input files · ALL SYS · FKT KTR · EXT JGG WGG TGG · TAL HYA TRS EIN URB VER RUE BEK EZG FKA · BOA BOD LNZ EFL · DIF



Time series

also refer to Theory: time series management

File

*Zeitreihen (*.EXT)
*==================
*
*|-----|------|-----|----------------------------------------------------------------------------------|
*|Datei| Einh |Intrp| Pfad zur Zeitreihendatei                                                         |Bezeichnung
*| Nr. |      |     |                                                                                  |
*|-<->-|-<-->-|-<->-|-<--------1---------2---------3---------4---------5---------6---------7--------->-|
 |  A  |   B  |  C  | D                                                                                |     E
*|-----|------|-----|----------------------------------------------------------------------------------|
Kann es sein, dass Verdunstungszeitreihen nur mit Tagessummenwerten angegeben werden dürfen? Denn in der EZG_WEL wird dem Wert aus der Zeitreihe ein Tagesgang überprägt. MB
Hint
The *.EXT-File exported by TALSIM has a different format, than the format required by BlueM! Refer to TALSIM Export on how to convert it.

Explanations

  • A: unique file number
  • B: Unit (see below)
  • C: Interpretation (see below)
  • D: absolute or relative path to the time series file.
    BIN- as well as ZRE-Files are accepted.ZRE-Files are converted to BIN-Files automatically before the simulation begins. Attention: During the conversion into the BIN-Format the units are changed (refer to ZRE_SYS in MODZRE). However an automatic reverse conversion is done in the code,if necessary.
 
m3/s, M3/S -> m3/s      [Factor = 1.]
l/s, L/S   -> m3/s 1    [Factor = 1.]
mm, MM     -> m3/(s ha) [Factor = 10. / REAL(izschr)]
muem, MUEM ->  ??       [Factor = 1. / (REAL(izschr) * 100.)]
mm/h, MM/H -> m3/(s ha) [Factor = 10. / 3600.]
mm/d, MM/D -> m3/(s ha) [Factor = 10. / 86400.]
m/s, M/S   -> ??        [Factor = 10000.]
°C         -> °C        [Factor = 1.]
  • E: Description

Unit

The following units are recognized by BlueM:

  • m3/s
  • l/s
  • mm
  • muem (adjustment factor zranp = 1. / (REAL(izschr) * 100.), possibly means Thsd.m³, refer to MODZRE, as of line 6172 (Rev 71))
  • mm/h
  • mm/d
  • m/s
  • °C

Interpretation

Interpretation of time series

The following interpretations are possible:

  • 1: Instantaneous (e.g. discharge)
  • 2: Block right, measured value left (standard value)
  • 3: Block left, measured value right
  • 4: Cumulative
  • 5: Cumulative per time step (e.g. precipitation)

Attention:
Block right and Block left only work correctly for an intensity (e.g. [mm/h])!
Cumulative per time step only works correctly for heights (e.g. [mm])!