HydrologicEngineeringCenter / HEC-FDA

Hydrologic Engineering Center - Flood Damage Analysis
MIT License
11 stars 2 forks source link

now plots directly the input lp3. includes tests to validate prior behavior. #1147

Closed Brennan1994 closed 1 month ago

rnugent3 commented 1 month ago

The following table contains the correct discharges of the input function for the west sac analytical flow-frequency function:

Frequency Flow Stage
0.5 202306 23.86
0.2 373981 27.38
0.1 508002 29.5
0.04 696277 31.66
0.02 848335 33.04
0.01 1009190 34.58
0.005 1179084 36.11
0.002 1417793 37.58

I see the discharges in the above table within inputFunction, it seems like inputFunction is not making it to the user interface

https://github.com/HydrologicEngineeringCenter/HEC-FDA/blob/9c73650bfc2d259b56e75dfe58e2ac1f1532b970/HEC.FDA.ViewModel/TableWithPlot/Base/BaseLP3TableWithPlot.cs#L71

Brennan1994 commented 1 month ago

image