Home

Awesome

SWMMengine

Prototype Fortran 2008 engine for the EPA Storm Water Managemetn Model (SWMM)

How to compile

To compile the software using the GNU gfortran compiler simply run ./Allmake.sh at your terminal. Make sure the file is executable.

Once it is compiled, run ./SWMM to run the default case. Running ./SWMM ./[inputfile].inp will enable the program to pull information from a SWMM5 input file.

./Allclean is also provided to clean the case after simulation.

HAPPY SWMMing!