-
Notifications
You must be signed in to change notification settings - Fork 128
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
Updates of ocean diagnostics and recipes for GMD-2019-291 (ESMValTool Part II paper) #1621
base: main
Are you sure you want to change the base?
Conversation
…es to the recipe. Commented out models that need a fix.wq
…6' of https://github.com/ESMValGroup/ESMValTool into version2_development_ocean_development_for_v2_paper_1166
…d multi-model mean to ecipe_ocean_scalar_fields.yml
…6' of github.com:ESMValGroup/ESMValTool into version2_development_ocean_development_for_v2_paper_1166
…6' of github.com:ESMValGroup/ESMValTool into version2_development_ocean_development_for_v2_paper_1166
This PR is now ready for review. Most of my plots listed here in GMD-2019-291 were already included. This PR just adds some graphical improvements, a couple new time series diagnostics, and a new recipe. |
Hi Lee, Could you please clean up a bit by removing commented out lines from recipes and code? It would also be great if you could have a look at the failing tests on CircleCI. Let me know if you need help! |
I've been testing
This line attempts to convert the requested dimensions into floats. This doesn't work with the strings required for this preprocessor and it fails. |
@jvegasbsc have a look at @ledm comment above please mate, it also seems a bit off to me at first glance too - there could be coords that have strings as points (like |
I will take a look. It should not be too dificult |
This comment has been minimized.
This comment has been minimized.
that's been fixed yesterday (and merged) - can you please merge |
Cheers - solved it. |
Done!. Can you test if ESMValGroup/ESMValCore#657 solves your issue? |
@valeriupredoi can you please test this? |
shall do! but I'd be happy if the conflicts get fixed first - they are scientific stuff and would feel uncomfortable fixing them meself 🍺 |
@@ -66,6 +45,7 @@ preprocessors: | |||
scheme: linear_horizontal_extrapolate_vertical | |||
area_statistics: | |||
operator: mean | |||
# fx_files: [areacello, ] |
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.
Why is this commented out?
@ledm I might be able to spend some time in the coming weeks to revamp this stale branch if you think it is still valuable. |
Before you start, read CONTRIBUTING.md and the guide for diagnostic developers.
Please discuss your idea with the development team before getting started, to avoid disappointment later. The way to do this is to open a new issue on GitHub. If you are planning to modify an existing functionality, please discuss it with the original author(s) by tagging them in the issue.
Tasks
yamllint
to check that your YAML files do not contain mistakesdoc/sphinx/source/recipes
folderIf you need help with any of the tasks above, please do not hesitate to ask by commenting in the issue or pull request.
Closes #1620