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

reach volume exceeding maximum lake storage #25

Open
chrimerss opened this issue Oct 24, 2021 · 0 comments
Open

reach volume exceeding maximum lake storage #25

chrimerss opened this issue Oct 24, 2021 · 0 comments

Comments

@chrimerss
Copy link

chrimerss commented Oct 24, 2021

Hello,

I found that my simulated reach volumes at some reaches are larger than maximum lake storage. I guess it is more reasonable to control it below the storage. In my implementation, I modified section "#updating the storage" in lake_route.f90 by simply limiting the storage to min(RCHFLX_out(iens,segIndex)%REACH_VOL(1), RPARAM_in(segIndex)%D03_MaxStorage), but this is only applied when maxstorage is supplied and larger than 1 (1 basically means it does not follow this fill-spill scheme). As for remaining water, it should be added to downstream

Hope this makes sense. Thanks
Zhi

ekluzek pushed a commit to ekluzek/mizuRoute that referenced this issue Nov 30, 2022
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