-
Notifications
You must be signed in to change notification settings - Fork 179
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
Maximum infiltration volume (Modified Horton method) #59
Comments
It seems as if Fmax is used for both Horton and Modified Horton in infil.c - is it being exported for the Modified Horton option? What does the inp file look like to you as you change Horton methods? |
This bug has now been fixed in PR #56 . Thanks @MikeGregory-Canada . |
Yes, thanks @MikeGregory-Canada for finding this bug from Canada. |
Closed in Release v5.2.0 |
Entirely possible I'm missing something here, but is there any chance this issue has somehow reverted? In the 5.2.4 GUI, using a simple example model with six subcatchments incremented up on Max Vol. from 0 to 5", via traditional Horton I get: But when I toggle the infiltration model to Modified Horton I get: Model details:
|
@dickinsonre Thanks Bob. Can I read your thumbs up as "issue confirmed"? I'm always hesitant to rule out the possibility of simple user error, especially when the user is @joelnc. If this functionality is truly broken in 5.2.4, then I can just move ahead without it for now. |
@joelnc, it appears you are right. The fix was not propagated to 5.2.4 somehow. I am trying to figure out where this divergence came about. I will reopen this ticket in the meantime. |
Thanks Caleb. |
For some unknown reason the Modified Horton bug fix in PR #56 never actually got added to release 5.1.015 and all subsequent releases. The attached zip file contains the updates to infil.h and infil.c that fix the bug (tested on example1.inp by setting the max. infiltration volume to 2" for all subcatchments). |
Thank you all. Just completed some runs with the bug_fix branch, and the functionality is now working as expected. |
The Maximum Infiltration Volume feature works fine with the original Horton infiltration model (it correctly shuts off infiltration at 1-5 inches for the various subcatchments in the attached file). But it gives incorrect results when you switch to Modified Horton.
Horton_MaxVolumeTest.zip
The text was updated successfully, but these errors were encountered: