-
Hi everyone, I’m a beginner with pyswmm, and I’ve encountered an issue with unusually large flood depths while coupling SWMM and LISFLOOD simulations. To better understand this problem, I’d like to inquire about the unit of flooding_loss when extracting data from SWMM’s .out file using pyswmm. During my SWMM simulation, I set the unit to cms (cubic meters per second). When using pyswmm to extract flooding_loss, what is its unit? Is it cubic meters (m³) or something else? This is crucial for my subsequent analysis and coupling simulations. Here’s the code I’m using to extract.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I believe the output unit in pyswmm should be the flow rate unit that is selected in the inp file option section. If you selected cms in the options section, the flooding_loss reported by pyswmm should be the flooding rate at that node in cms. |
Beta Was this translation helpful? Give feedback.
I believe the output unit in pyswmm should be the flow rate unit that is selected in the inp file option section.
If you selected cms in the options section, the flooding_loss reported by pyswmm should be the flooding rate at that node in cms.