-
Notifications
You must be signed in to change notification settings - Fork 131
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
eWaterCycle: Add recipe to prepare input for LISFLOOD #1298
Conversation
Not working yet, due to missing ERA-Interim vars
To do:
|
…r crude region extraction
… files Todo provenance for e and wspd
…e for all output files
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
…alTool into recipy_lisflood
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
…nto recipy_lisflood
I would recommend using PEP8 compliant names, as this is almost no work to fix. While |
You're right, it's not PEP8. However, in the ESMValTool project we try to follow the recommendations provided by Codacy for keeping our code readable for everyone. These recommendations are indeed more broad than simply what is recommended in PEP8,
It's up to you |
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
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.
@sverhoeven thanks. Just a few remaining things to be improved.
@Peter9192 I noticed that there are still some Codacy issues (pylint and flake8). Please have a look. Thanks. |
As area_weighted used to much memory, must use lazy regridding to get a runnable version.
…nto recipy_lisflood
As ValueError: 'actual_vapour_pressure' is not a valid standard_name
Short description of the diagnostic
Convert ERA-Interim and/or ERA5 meteorological input data to a format that can be used as forcing data for the LISFLOOD hydrological model. This is part of the preprocessing workflow in the eWaterCycle project.
Tasks
yamllint
to check that your YAML files do not contain mistakesIf new dependencies are introduced, check that the license is compatible with Apache2.0New recipe/diagnostic
doc/sphinx/source/recipes
folder and add a new entry to index.rstIf you need help with any of the tasks above, please do not hesitate to ask by commenting in the issue or pull request.
Waiting for #1297
Closes #1339