-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update preprocessing notebook #163
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notebook looks good. Some additional suggestions that would make it even nicer:
- The notebooks doesn't include Marrmot or hype. Did we decide to skip those?
- Perhaps add a very short description to each model, something like: "Forcing for the PCRGlobWB is created using the ESMValTool recipe . It produces two files: one for temperature and one for precipitation. You can set the start and end date, and the region. See for more information.
- How difficult would it be to actually use the shapefiles in the plotting routines?
- Even more bonus: we now have plot codes for these models. Why not move them to methods in the forcing classes? So you could do
WflowForcing.plot()
:-) - I might still make some changes to the PCRGlobWB generate function as discussed earlier today. Hope it won't cause too much trouble.
Also thanks a lot for fixing all the additional minor issues in the process!
Marrmot generate forcing is implemented in case-1 technical notebook. I don't recall the reason why we skip the hype. 🤔 Shall we add it?
it is added for each model.
I think plotting is a new feature and not in the scope of this PR. If it is OK let's not implement it in this PR and before the release. Let's leave some work for after release. 😄
Shall we make a new item and PR for that?
Thank you for reviewing and comments on nbreview. |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Sarah!
We decided to do Hype later.
closes #68 closes #162 closes #165 relates eWaterCycle/ewatercycle-lisflood#11 closes #176
Docs preview: https://ewatercycle--163.org.readthedocs.build/en/163/examples/generate_forcing.html