TXT-Format: Difference between revisions

From BlueM
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
Eine Beschreibung des Formats findet sich in der {{file|pdf|SWMM_txtFormat.pdf|SWMM-Formatbeschreibung}}. Die erste Zeile der Datei muss mit dem Schlüsselwort "SWMM5" beginnen.
Eine Beschreibung des Formats findet sich in der {{file|pdf|SWMM_txtFormat.pdf|SWMM-Formatbeschreibung}}. Die erste Zeile der Datei muss mit dem Schlüsselwort "SWMM5" beginnen.


Beispiel:
Beispiel (nur Abfluss):
<pre>
<pre>
SWMM5 Interface File
SWMM5 Interface File
Line 29: Line 29:
</pre>
</pre>


Beispiel (Abfluss und Konzentrationsdaten):


<pre>
SWMM5 Interface File
RTC-Demo
60 - reporting time step in sec
2    - number of constituents as listed below:
FLOW LPS
CSB MG/L
2    - number of nodes as listed below:
S201
S101
Node          Year Mon Day Hr  Min Sec        FLOW  CSB     
S201          2008 4  1  12  0  0          0.000    50.0000
S101          2008 4  1  12  0  0          0.000  100.0000
S201          2008 4  1  12  1  0        15.625    50.0000
S101          2008 4  1  12  1  0        15.625  100.0000
S201          2008 4  1  12  2  0        15.625    50.0000
S101          2008 4  1  12  2  0        15.625  100.0000
</pre>
[[Category:Zeitreihenformate]]
[[Category:Zeitreihenformate]]

Revision as of 04:37, 27 October 2009

Format für Zuflussdaten in SWMM.

Eine Beschreibung des Formats findet sich in der SWMM-Formatbeschreibung information.png. Die erste Zeile der Datei muss mit dem Schlüsselwort "SWMM5" beginnen.

Beispiel (nur Abfluss):

SWMM5 Interface File
RTC-Demonstrator , Regenbelastung Wupperverband , 
 60 - reporting time step in sec
 1    - number of constituents as listed below:
FLOW LPS
 5    - number of nodes as listed below:
S101
S201
S401
S203
S602
Node          Year Mon Day Hr  Min Sec         FLOW
S101          2001 6   10  0   0   0          0.000
S201          2001 6   10  0   0   0          0.000
S401          2001 6   10  0   0   0          0.000
S203          2001 6   10  0   0   0          0.000
S602          2001 6   10  0   0   0          0.000
S101          2001 6   10  0   1   0          1.960
S201          2001 6   10  0   1   0          0.420
S401          2001 6   10  0   1   0          1.400
S203          2001 6   10  0   1   0          0.560
S602          2001 6   10  0   1   0          4.900

Beispiel (Abfluss und Konzentrationsdaten):

SWMM5 Interface File
RTC-Demo 
 60 - reporting time step in sec
 2    - number of constituents as listed below:
FLOW LPS
CSB MG/L
 2    - number of nodes as listed below:
S201
S101
Node          Year Mon Day Hr  Min Sec         FLOW  CSB      
S201          2008 4   1   12  0   0          0.000    50.0000
S101          2008 4   1   12  0   0          0.000   100.0000
S201          2008 4   1   12  1   0         15.625    50.0000
S101          2008 4   1   12  1   0         15.625   100.0000
S201          2008 4   1   12  2   0         15.625    50.0000
S101          2008 4   1   12  2   0         15.625   100.0000