Skip to content
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

Possible bug in SFR #33

Open
langevin-usgs opened this issue Mar 8, 2018 · 0 comments
Open

Possible bug in SFR #33

langevin-usgs opened this issue Mar 8, 2018 · 0 comments

Comments

@langevin-usgs
Copy link
Contributor

Though I know MF2005 is history, I discovered a bug in the FM-routine of the SFR of the latest released MF2005 version. Below is what was original stated at line 3400 in green. In black what it should be in my opinion. I came along this bug as my bottom heights and levels are negative (stupid Dutch negative-elevation J). Anyhow, it might be that you included this code in MF6 and therefore you might want to change this.

! IF ( icalc.EQ.1 ) cstrsmooth = cstr*

! + smooth(hstrave,dwdh)

        IF ( icalc.EQ.1 ) cstrsmooth = cstr*

 +                        smooth(hstrave-sbot,dwdh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant