-
Notifications
You must be signed in to change notification settings - Fork 744
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
fix tutorial for groundwater recharge calculation with EE #838
Conversation
guiattard
commented
Jul 15, 2024
- fix the sign in the description of the equation of apwl (case 2.2),
- sort the meteo collection by date,
- fix confusion between stfc and prev_st
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.
Thanks for the fixes!
@@ -1027,8 +1027,8 @@ | |||
}, | |||
"outputs": [], | |||
"source": [ | |||
"# Combine precipitation and evapotranspiration.\n", | |||
"meteo = pr_m.combine(pet_m)\n", | |||
"# Combine precipitation and evapotranspiration, and sort the collection.\n", |
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.
No need to mention the sort in the comment. That's redundant to what's in the code.
- codespell - Remove a comment that is redundant to the what is in the code. - Follow up to #838 PiperOrigin-RevId: 653782028
- codespell - Remove a comment that is redundant to the what is in the code. - Follow up to #838 PiperOrigin-RevId: 653782028
- codespell - Remove a comment that is redundant to the what is in the code. - Follow up to #838 PiperOrigin-RevId: 653791427