SWMM file formats: Difference between revisions

From BlueM
Jump to navigation Jump to search
m (Froehlich moved page SWMM binary output format to SWMM file formats)
(moved relevant content from TXT-Format and DAT-Format)
Line 1: Line 1:
{{Wave_nav}}
{{Wave_nav}}


'''[[SWMM]] 5 Binary Output Files''' have the file extension <code>OUT</code>. The file format is binary and described in the "SWMM Interface Guide" available [https://www.epa.gov/water-research/storm-water-management-model-swmm#downloads here] ([https://web.archive.org/web/20181019144617if_/https://www.epa.gov/sites/production/files/2016-09/swmm5_iface.zip archive link]).
The following [[SWMM]] file formats are supported by BlueM.Wave:
* SWMM5 binary output format
* SWMM5 routing interface file
* SWMM5 DAT interface file (export only)


When a SWMM 5 binary output file is opened with Wave, an import dialog is displayed, allowing the user to select the desired series for importing (see screenshot).


[[File:Wave import SWMM5 binary output file.png]]
__TOC__
 
==SWMM5 binary output format==
[[File:Wave import SWMM5 binary output file.png|thumb|right|File import dialog for a SWMM5 binary output file]]
SWMM 5 binary output files have the file extension <code>*.OUT</code>. The file format is binary and described in the "SWMM Interface Guide" available [https://www.epa.gov/water-research/storm-water-management-model-swmm#downloads here] ([https://web.archive.org/web/20181019144617if_/https://www.epa.gov/sites/production/files/2016-09/swmm5_iface.zip archive link]).
 
When a SWMM5 binary output file is opened with Wave, an import dialog is displayed, allowing the user to select the desired series for importing (see screenshot).
 
==SWMM5 routing interface file==
SWMM5 routing interface files have the file extension <code>*.TXT</code>.
 
BlueM.Wave detects a SWMM5 routing interface file by checking for the string <code>SWMM5</code> at the beginning of the file.
 
The format is described in the {{file|pdf|SWMM_txtFormat.pdf|SWMM format description}}.
 
Example (flow only):
<pre>
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
</pre>
 
Example (flow and concentrations):
<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>
 
==SWMM5 DAT interface format==
This file format has the file extension <code>*.DAT</code>. BlueM.Wave can currently only '''export''' this format.


[[Category:BlueM.Wave]]
[[Category:BlueM.Wave]]
[[Category:SWMM]]
[[Category:Timeseries formats]]
[[Category:Timeseries formats]]

Revision as of 02:45, 21 December 2021

Wave.png Wave | Development

The following SWMM file formats are supported by BlueM.Wave:

  • SWMM5 binary output format
  • SWMM5 routing interface file
  • SWMM5 DAT interface file (export only)


SWMM5 binary output format

File import dialog for a SWMM5 binary output file

SWMM 5 binary output files have the file extension *.OUT. The file format is binary and described in the "SWMM Interface Guide" available here (archive link).

When a SWMM5 binary output file is opened with Wave, an import dialog is displayed, allowing the user to select the desired series for importing (see screenshot).

SWMM5 routing interface file

SWMM5 routing interface files have the file extension *.TXT.

BlueM.Wave detects a SWMM5 routing interface file by checking for the string SWMM5 at the beginning of the file.

The format is described in the SWMM format description information.png.

Example (flow only):

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

Example (flow and concentrations):

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

SWMM5 DAT interface format

This file format has the file extension *.DAT. BlueM.Wave can currently only export this format.