-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use pyswmm for the drainage coupling #93
Comments
Since 2785fbb, itzi depends on pyswmm. The results seems OK, but it could be improved with the integration of the coupling functions in swmm. |
I get error run the example with swmm, could tell me how to solve the honli@geo135-laptop:~/test_itzi/nc_spm_08_grass7$ itzi run swmm.par Exception ignored in: <function DrainageSimulation.del at 0x7fcf78e74e50> ^CProcess Process-1:3: |
I can run pyswmm from python, but get errors when use itzi |
I get the same error. @honglioslo do you already have a solution for this? |
@honglioslo The issue you're having is not related to this open issue. The current stable version of itzi does not yet use pyswmm as interface. It might solve the issue you're encountering, though. |
This would greatly simplify the codebase, and improve maintainability.
See pyswmm/Stormwater-Management-Model#124
On top of the current proposed changes to swmm, the following are necessary:
AllowPonding
More likely, it could be a whole
swmm_setSimulationAnalysisSetting
function.routing_getRoutingStep
The text was updated successfully, but these errors were encountered: