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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: