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

fix tutorial for groundwater recharge calculation with EE #838

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

guiattard
Copy link
Contributor

  • 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

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Member

@jdbcode jdbcode left a 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",
Copy link
Contributor

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.

@copybara-service copybara-service bot merged commit f8d8b1c into google:master Jul 18, 2024
4 checks passed
copybara-service bot pushed a commit that referenced this pull request Jul 18, 2024
- codespell
- Remove a comment that is redundant to the what is in the code.
- Follow up to #838

PiperOrigin-RevId: 653782028
copybara-service bot pushed a commit that referenced this pull request Jul 18, 2024
- codespell
- Remove a comment that is redundant to the what is in the code.
- Follow up to #838

PiperOrigin-RevId: 653782028
copybara-service bot pushed a commit that referenced this pull request Jul 18, 2024
- codespell
- Remove a comment that is redundant to the what is in the code.
- Follow up to #838

PiperOrigin-RevId: 653791427
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.

3 participants