-
Notifications
You must be signed in to change notification settings - Fork 283
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
PI-3552: Add concatenate support for Ancilary Variables and Cell Measures #3566
Conversation
Since this involves changing the |
@@ -505,6 +510,16 @@ def concatenate_cube(self, check_aux_coords=True): | |||
is not applied to auxilliary coordinates that span the dimension | |||
the concatenation is occuring along. Defaults to True. | |||
|
|||
* check_cell_measures |
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.
Tiny point, but this has copied a mis-spelling : 2 'r's in 'occurring'
Also above : only 1 'l' in in 'auxiliary'
However, ancillary seems to right everywhere !
Now I just need to stop saying cell methods when I mean cell measures...
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.
Ok, I've finally convinced myself that this is all ok, and tests all the options.
Except : we should be checking the cube results from the examples for concatenating with CMs and ancils. And a few typos.
Otherwise good to go I think 👍
That is neat !! |
Thanks for patience @stephenworsley ! |
Addresses the concatenate half of #3552.