Skip to content

swmm-solver

Compare
Choose a tag to compare
@michaeltryby michaeltryby released this 23 Jun 20:47
· 346 commits to develop since this release
ce668c6

Build 5.1.14 (Feb 2020)

Engine Updates:

  1. Fixed a refactoring bug that produced incorrect rainfall when the same
    time series was used by one rain gage assigned to a RDII Unit Hydrograph
    and also by another gage assigned to a subcatchment. (#20)

  2. Fixed skipping the first rain gage in a project when checking
    if two gages have the same station ID but use different data files. (#13)

  3. Fixed a program crash when running projects with LID units but no
    subcatchments. (#14)

  4. Fixed having LID underdrain pollutant loads incorrectly added to the
    mass balance totals.

  5. Fixed the program from hanging when an LID unit sent its outflow back
    onto the pervious area of its own subcatchment. (#10)

  6. Fixed a failure to re-initialize layer volumes as each LID unit is
    evaluated (which could cause incorrect results for certain
    combinations of LID units).

  7. Fixed street sweeping being ignored when the sweeping period
    began with a higher day of the year than the end of the period. (#11)

  8. Fixed incorrect adjustments being made for conduit evaporation and
    seepage losses under dynamic wave flow routing. (#27)

  9. Fixed having soil moisture deficit recovery be ignored for Green-Ampt
    exfiltration from storage units. (#19)

  10. Fixed having node/link ID names be mistaken for option keywords
    in the [REPORT] section of an input file. (#17)

  11. Fixed a possible program crash when using the option to report average
    values within each reporting time interval instead of point values.