.. -*- coding: utf-8 -*- Be sure to download the :download:`SWMM5 model ` before running the examples. Printing Subcatchment Runoff ---------------------------- The following example prints subcatchment runoff values throughout a simulation. .. literalinclude:: print_runoff.py Download this example file :download:`here`. Saving to a CSV File -------------------- The following example saves subcatchment pollutant buildup to a CSV file within a subdirectory at specified saving times. .. literalinclude:: save_buildup.py Download this example file :download:`here`.