Hello,
I'm trying to link SWMM Version 5.0.022 to MATLAB. My project have 3 LID units. However in Appendix D of SWMM5 User manual I could not find the way for introducing LID units to the MATLAB in inpfile.
I wonder if you have any idea?
Your help would be really appreciated
Replies
Yes Bob. Like the format that we have for [RainGages] as fowllowing:
[RAINGAGES]
;;Name Format Interval SCF DataSource SourceName
;;=========================================================
GAGE1 INTENSITY 0:15 1.0 TIMESERIES SERIES1
Hi, do you just want to know the format of the LID data?
[LID_CONTROLS]
;; Type/Layer Parameters
;;-------------- ---------- ----------
RB PP
RB SURFACE 0.0 0.0 0.1 1.0 5
RB PAVEMENT 12 0.15 0 100 0
RB STORAGE 12 0 10 0
RB DRAIN 2 0.5 0 6
[LID_USAGE]
;;Subcatchment LID Process Number Area Width InitSatur FromImprv ToPerv Report File
;;-------------- ---------------- ------- ---------- ---------- ---------- ---------- ---------- -----------
95 RB 1 2 0 0 0 1
Hi Bob!! It worked!! I just want to make sure I got it right!
above code is for LID type=porous pavement (PP). what does RB stands for?
And what kind of abbreviation should we pick up for other LID types like Bio-Retention cell, Infiltration trench, Rain Barrel and vegetative swale?
Thanks~~
RB is Rain Barrel
Thank you so much Bob!!!!! I'm going ahead to try that!!!:-)