-
Notifications
You must be signed in to change notification settings - Fork 38
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
Problem loading zg for 6hrPlevPt #333
Comments
Maybe it has something to do with the fact that in this table there are two variables ( Have a look at PCMDI/cmor#409 and https://github.com/PCMDI/cmor/blob/master/LibCV/PrePARE/out_names_tests.json to see how CMOR/PrePARE deals with that. |
Yes I have noticed that in this table there are several cases in which the variable name differs from the |
Just to add a +1 to this issue from me. One of the diagnostics I have been asked to implement in ESMValTool for the LaunchPAD project https://www.geog.ox.ac.uk/news/2019/0708-launchPAD.html requires geopotential height (zg) data from the zg27 CMIP6 table. It looks like #1099 should address the problem once it is merged. Also tagging @ellendyer and @rjames-at-rwjames for future reference |
Moving this to v2.6 to follow the corresponding PR. |
I don't think I will have time to take care of this for 2.6, sorry. I will remove it from the milestone. |
sorry, no way this can be sorted out for M2.7 😢 |
hi @sloosvel how realistic would be a solution for this in v2.9 given code freeze is kicking in on Monday? 🍺 |
I already said a long time ago that I don't have much time to focus on this! |
fair enough, will bump to 2.10 then, cheers 🍺 |
Describe the bug
When trying to work with the geopotential height for
mip: 6hrPlevPt
, the variable on BADC (and on ESGF) is calledzg
. But the tool gives the following error:esmvalcore._recipe_checks.RecipeError: Unable to load CMOR table 'CMIP6' for variable 'zg' with mip '6hrPlevPt'
Which is right because there is no such variable called
zg
in this table. Is this an issue with the way the files are named? Or is this something the tool should be able to handle?I tried to attach an example recipe but apparently attaching yml files is not supported, here is an example dataset:
The text was updated successfully, but these errors were encountered: