-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harmonic mean adjusted per zero flow #51
Comments
The first update was done to deal with gaps in the harmonic mean adjustment. |
The NWIS station 03022540 has data gaps in its streamflow record that can be used per this issue. |
More clarifying statements:
|
The ATC Integrated Design Flow module uses original EPA DFLOW code in the interface and in batch run. That original DFLOW code does its own harmonic mean (adj) calculations, so it will be different from the regular standard UI version of harmonic mean calculation when zeros and gaps exist in flow record. I saw two things in that piece of code:
|
When calculating harmonic mean, it needs to be adjusted if the streamflow record contains zero flow values and gaps. The goal is that only non-missing values are used in harmonic mean adjustment.
This should be updated in both interactive mode and batch run mode.
The text was updated successfully, but these errors were encountered: