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

Inconsistency between PRINT & SAVE HEAD for LAK Package #328

Closed
tandreasr opened this issue Mar 4, 2020 · 1 comment · Fixed by #329
Closed

Inconsistency between PRINT & SAVE HEAD for LAK Package #328

tandreasr opened this issue Mar 4, 2020 · 1 comment · Fixed by #329

Comments

@tandreasr
Copy link

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

@langevin-usgs
Copy link
Contributor

Yes. Good suggestion. We'll make that change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants