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
Hi Chris,
another issue regarding the 2 above mentioned Output control options used for Lake stage.
For lakes that are CONSTANT at a certain stress period, PRINT works well when writing to the LST file.
On the other hand SAVE writes DHNOFLO instead of the correct (constant) stage.
My proposal:
at lak_bd() line 4209 check
if (this%iboundpak(n) .eq.0) then
instead of
if (this%iboundpak(n) < 1) then
because for postprocessing purposes it is much more convenient (and consistent to list file output) to have the stage written.
Thanks in advance
Andreas
The text was updated successfully, but these errors were encountered:
Hi Chris,
another issue regarding the 2 above mentioned Output control options used for Lake stage.
For lakes that are CONSTANT at a certain stress period, PRINT works well when writing to the LST file.
On the other hand SAVE writes DHNOFLO instead of the correct (constant) stage.
My proposal:
at lak_bd() line 4209 check
if (this%iboundpak(n) .eq.0) then
instead of
if (this%iboundpak(n) < 1) then
because for postprocessing purposes it is much more convenient (and consistent to list file output) to have the stage written.
Thanks in advance
Andreas
The text was updated successfully, but these errors were encountered: