Stormwater-Management-Model icon indicating copy to clipboard operation
Stormwater-Management-Model copied to clipboard

Open Water Analytics Stormwater Management Model repository

Results 40 Stormwater-Management-Model issues
Sort by recently updated
recently updated
newest added

NCDC CDO 15 minute precipitation data product can be ordered in metric (MM) or standard units (HI, HT). SWMM does not recognize when the units of the supplied data file...

type:bug

Combine `SMO_getFlowUnits()` and `SMO_getPollutantUnits()` to return the complete description of user selected / derived units as an array: unit_system flow_units conc_units Eliminate the units type flag as a function argument....

I have raised this in PySWMM ... but probably is best placed here ? https://github.com/OpenWaterAnalytics/pyswmm/issues/134 This as mentioned also requires a cleaner method to determine the flow into a pit...

The current regression testing framework is useful for development that doesn't alter simulation results. From time to time, however, it is necessary to make a change to the core SWMM...

We’re reaching a point where the API could use some style checks. We have functions that scoop out larger sets of data and functions that pluck single values. The current...

tag:help
type:discussion

The report file handle is hanging out in global memory space. Code for writing to it is sprinkled across the entire application. This is most evident when logging warnings and...

Moderate

The dynamic wave model needs that each node has a surface area. By default, this `MinSurfArea` is set to ~12 ft², which is equivalent to a 4ft diameter. It is...

This might not be a priority, or we might lack resources to pursue this endeavor. I think that having a `headers.h` which itself imports almost all (have not checked) headers...

As discussed in #57 there is some common ground between Epanet and SWMM that could be unified in a single codebase (additional separate library/repo?) Let's use this issue to discuss...

type:discussion