USEPA / SWMM-EPANET_User_Interface

User interface for the Stormwater-Management-Model
111 stars 66 forks source link

Lower case not recognized in [Inflows] Parameter field #377

Closed MitchHeineman closed 4 years ago

MitchHeineman commented 4 years ago

In the example below, the Inflows line for BMH-000560 throws the warning "Undefined Pollutant (Flow) referenced in INFLOWS section", but if I switch to the commented-out version it works fine. The Delphi GUI and the computational engine treat both lines the same. The problem appears to be the proper case "Flow" in the Parameter field. If I switch to all caps, it loads fine.

[Junctions] BeaverBrook 48.89 0 0 0 0
BMH-000560 93.89 15.6 0 0 0

[INFLOWS] ;; Param Units Scale Baseline Baseline ;;Node Parameter Time Series Type Factor Factor Value Pattern ;;-------------- ---------------- ---------------- -------- -------- -------- -------- -------- BeaverBrook FLOW USGS01100000 FLOW 1.0 0.013 0
;BMH-000560 FLOW "" FLOW 1.0 1 1.156
BMH-000560 Flow "" FLOW 1.0 1 1.156

[TIMESERIES] ;;Name Date Time Value
;;-------------- ---------- ---------- ---------- USGS01100000 FILE "MerrimackHourly.dat"