You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Answer the question: does it makes sense to normalize hydrograph data?
For example, should all flow hydrographs be rescaled from 0.0 to 1.0 by dividing by the maximum flow?
flow_normalized = flow / max(flow)
Similarly, should all stage hydrographs be converted to rescaled relative depth hydrographs by subtracting the minimum stage, then dividing by the maximum relative depth?
Answer the question: does it makes sense to normalize hydrograph data?
For example, should all flow hydrographs be rescaled from 0.0 to 1.0 by dividing by the maximum flow?
Similarly, should all stage hydrographs be converted to rescaled relative depth hydrographs by subtracting the minimum stage, then dividing by the maximum relative depth?
Should we also be using a relative approach for flow?
The text was updated successfully, but these errors were encountered: