-
Notifications
You must be signed in to change notification settings - Fork 39
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 institute name used on ESGF for CMIP5 CanAM4, CanCM4, and CanESM2 #1937
Conversation
Thanks for opening this PR @bouweandela! I am currently testing #1609 again and I am getting lots of errors due to this. Can you make this ready for review? I tested it and it worked fine 👍 Question on this: Why did this only occur now? Could this also happen for other CMIP5 datasets or are we sure that these models are the only case? |
Prior to #1920 the value for
Yes, there are quite a few files on ESGF that have wrong facet values. However, this was the most obvious case. A simple way to check this is to use |
There are several tests failing because they use this dataset as an example. Those tests may have been changed in #1609, so I was planning to fix them only once #1609 is merged to avoid fixing outdated stuff. Would it work for you to just merge this into your testing branch for #1609 for now? |
I see, that makes sense. How exactly does the tool handle lists as additional facets? Is it simply checking for all possible combinations and is happy when it finds at least one file?
Yeah, that's what I already did. |
It will try to concatenate the data. In this case the institute |
thanks lots @bouweandela - as directly affected via Tool's #2994 and scratching my head interminably before you told me it was the blithering CanESM2, I fully embrace this arms open. Can I fix the tests for you so we get this ready-ready? |
That's a great offer, thanks! Could you do if after #1609 is merged, to avoid fixing outdated things and creating merge conflicts? |
sounds like a plan Batman 🦇 |
3f3976f
to
24d328a
Compare
Codecov Report
@@ Coverage Diff @@
## main #1937 +/- ##
=======================================
Coverage 92.60% 92.60%
=======================================
Files 236 236
Lines 12361 12361
=======================================
Hits 11447 11447
Misses 914 914 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Just fixed it myself, there was only one test remaining that failed. |
there goes my chance for fame and glory then 😁 |
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.
cheers @bouweandela - but do we still have tests with CCCma
and CCCMA
?
No, and I don't think we need those. We have tests that adding extra facets works correctly. The only reason that |
sounds good to me, man! OK - I can merge this now if you all good 👍 Let me go do make some noise myself towards ESGF after a few more days have passed |
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.
Looks good to me! Please don't forget to add a lable and tick/remove all boxes in the PR description.
Description
This adds the institute name
CCCMA
used on ESGF for the CMIP5 datasets CanAM4, CanCM4, and CanESM2. Without this institute name, the tool is not able to find the files for these datasets on ESGF.Before you get started
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.
To help with the number pull requests: