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

Total Water Storage #327

Merged
merged 9 commits into from
Jan 30, 2024
Merged

Total Water Storage #327

merged 9 commits into from
Jan 30, 2024

Conversation

dalmijn
Copy link
Contributor

@dalmijn dalmijn commented Jan 16, 2024

Issue addressed

Fixes #281

Explanation

Simple added it to the SBM struct, added the h_av flow.jl for land and river (with riverfrac)
It's done in millimeters [mm]

Checklist

  • Updated tests or added new tests
  • Branch is up to date with master
  • Tests & pre-commit hooks pass
  • Updated documentation if needed
  • Updated changelog.md if needed

Additional Notes (optional)

Add any additional notes or information that may be helpful.

@dalmijn dalmijn requested a review from JoostBuitink January 16, 2024 10:51
Copy link
Contributor

@JoostBuitink JoostBuitink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, very nice addition (and very nice to see the test added as well :D )! Just a couple of small remarks, mostly to ensure the code remains well explained. As a last comment, I would also add this to the changelog.

docs/src/model_docs/params_vertical.md Outdated Show resolved Hide resolved
src/sbm.jl Outdated Show resolved Hide resolved
src/sbm.jl Outdated Show resolved Hide resolved
src/sbm_model.jl Show resolved Hide resolved
@verseve
Copy link
Contributor

verseve commented Jan 17, 2024

Indeed nice work @dalmijn ! I agree with Joost his comments, and I did add a couple of small comments (mainly a suggestion to opt for one function at the Model level).

src/sbm_model.jl Show resolved Hide resolved
src/sbm.jl Outdated Show resolved Hide resolved
src/sbm.jl Outdated Show resolved Hide resolved
src/sbm.jl Outdated Show resolved Hide resolved
Copy link
Contributor

@verseve verseve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the changes. Only one comment about @doc.

src/sbm.jl Outdated Show resolved Hide resolved
@dalmijn dalmijn requested a review from verseve January 26, 2024 08:35
@dalmijn dalmijn merged commit 95c6059 into master Jan 30, 2024
12 checks passed
@JoostBuitink JoostBuitink deleted the tws branch March 4, 2024 15:10
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

Successfully merging this pull request may close these issues.

Support Total Water Storage (SBM concept) as output variable
3 participants