-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add support for ERA5-land #67
Conversation
Codecov Report
@@ Coverage Diff @@
## master #67 +/- ##
==========================================
+ Coverage 98.06% 98.20% +0.14%
==========================================
Files 7 7
Lines 310 335 +25
==========================================
+ Hits 304 329 +25
Misses 6 6
Continue to review full report at Codecov.
|
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.
Nice work @bvreede and @Peter9192 !
A few small comments, otherwise good to go :-)
Thanks @bvreede and @Peter9192! |
This pull request adds functionality for downloading the ERA5-land datasets (hourly and monthly). For example:
will list all the available variables in the land data, and
will print the request for 2008 monthly snow cover data (remove the dry run to actually download the data).
Documentation has been added, as well as several new checks and tests. As the number of input parameters grows, we believe it would be useful to comprehensively check the compatibility of all the available options. We opened a new issue to address this (#68).
closes #54