-
### Discussed in https://github.com/USEPA/Stormwater-Management-Model/discussions/170
Originally posted by **MitchHeineman** April 16, 2024
SWMM inherently applies the Armco equation for losse…
-
The `getNodeValue` method currently supports retrieving the value of 'overflow'. This issue requests the addition of support for the 'outflow' property, which is distinct from 'overflow' and serves di…
-
When a storage node exceeds the maximum depth on its tabular storage curve, a negative volume is calculated because of these lines in table_getArea (y2=0 and y1>0):
https://github.com/OpenWaterAnalyt…
-
If a link’s offset is changed and `Elevation Offsets` are being used, then the conversion of the new offset to a an internally used depth offset gets messed up.
https://github.com/OpenWaterAnalytic…
-
**Describe the bug**
When opening input files where the letters "õ", "ä", "ö" or "ü" are in the name of the file or in the path (catalogue) pyswmm returns error message "ERROR 303: cannot open input …
-
This would greatly simplify the codebase, and improve maintainability.
See https://github.com/OpenWaterAnalytics/Stormwater-Management-Model/pull/124
On top of the current proposed changes to swmm…
-
code:
print(s1.percent_impervious)
s1.percent_impervious = 0.1
print(s1.percent_impervious)
output:
0.29
0.29
Why haven't the parameters changed?
-
I'm thinking the `develop` branch can be configured to have docs built automatically. Maybe on CircleCI? I opt for CircleCI since all it is doing right now is sending me three emails when it fails :…
-
- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
…
-