forked from lsmatott/ostrich-swmm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update swmmtoolbox, closes lsmatott#15
- Loading branch information
Showing
5 changed files
with
43 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
# OSTRICH-SWMM | ||
|
||
A toolset for connecting the OSTRICH optimization software toolkit with the SWMM simulation model. | ||
A toolset for connecting the Optimization Software Toolkit for Computational Heuristics (OSTRICH) with the Stormwater Management Model (SWMM). | ||
|
||
#### Process Flow Diagram | ||
|
||
|
||
|
||
![](C:\PROJECTCODE\ostrich-swmm\static\OSTRICH-SWMM-process-diagram.png) | ||
|
||
#### Optimization Features: | ||
|
||
- Parallel processing | ||
- Single- or multi-objective optimization using any algorithm available in OSTRICH. See the [OSTRICH Documentation](<http://www.eng.buffalo.edu/~lsmatott/Ostrich/OstrichMain.html>) for more details. | ||
|
||
#### LID Optimization Modules | ||
|
||
Modules for optimizing the size, type, and location of Low Impact Development (LID) projects in a SWMM model. This version of OSTRICH-SWMM includes modules for: | ||
|
||
- Rain Barrels (RB) | ||
- Simulates rooftop disconnection and routing to rain barrel within the impervious area of subcatchments | ||
- Permeable Pavement (PP) | ||
- Simulates conversion of subcatchment impervious area to permeable pavement | ||
|
||
## Running OSTRICH - SWMM | ||
|
||
#### ostrich-swmm.sh | ||
|
||
``` | ||
ostrich-swmm run -c ostrich-swmm-config.json | ||
``` | ||
|
||
An example config file can be found here: ostrich-swmm/templates/ostrich-swmm-config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters