Posts

Showing posts with the label Reading the Output of Older SWMM 5 versions in Newer SWMM 5 Versions

Reading the Output of Older SWMM 5 versions in Newer SWMM 5 Versions

Image
Subject:     Reading  the  Output  of  Older   SWMM   5   versions  in  Newer   SWMM   5   Versions It is very easy to read the  output  graphs and  output  text file from  older   versions  of  SWMM   5  in  newer   versions  of  SWMM   5  as long as the rules are followed: 1.    You need to have the RPT file for the InputFileName or InputFileName.RPT 2.    You need to have the OUT file for the InputFileName or InputFileName.OUT 3.    The File Size for InputFileName.RPT is greater than 0 4.    The Run Status for InputFileName.OUT is true based on the tests in CheckRunStatus a.        // Starting from end of file, read byte offsets of file's sections b.        // Read...

Reading the Output of Older SWMM 5 versions in Newer SWMM 5 Versions

Image
Subject:    Reading the Output of Older SWMM 5 versions in Newer SWMM 5 Versions It is very easy to read the output graphs and output text file from older versions of SWMM 5 in newer versions of SWMM 5 as long as the rules are followed: 1.    You need to have the RPT file for the InputFileName or InputFileName.RPT 2.    You need to have the OUT file for the InputFileName or InputFileName.OUT 3.    The File Size for InputFileName.RPT is greater than 0 4.    The Run Status for InputFileName.OUT is true based on the tests in CheckRunStatus a.        // Starting from end of file, read byte offsets of file's sections b.        // Read # time periods, error code & file signature c.        // Read file signature & version number from start of file d.        // Check if run was completed e.      ...