From Peter Vermeulen
"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)"
From Peter Vermeulen "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)