You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a collection of files containing the same diagnostics but different times (output from the UM). I can load all of the times into one cube using .pp files:
I'm dismayed to see how this got forgotten, but I do suspect that we know what the problem is here, in which case I can say that help for it is on the way
Broadly, I think this data as loaded from netcdf needs a concatenate instead of a merge (because then they already have a time coordinate). It doesn't apply to PP because chopping data up into 2D 'fields' inevitably converts any time dimension into scalar times.
This is one of many longstanding problems with load/merge/concatenate which I'm happy we are now at long last trying to address !
🐛 Bug Report
I have a collection of files containing the same diagnostics but different times (output from the UM). I can load all of the times into one cube using .pp files:
However, when importing the exact same data from netcdf, I get a MergeError:
I can fix this by using:
How To Reproduce
Steps to reproduce the behaviour:
Environment
The text was updated successfully, but these errors were encountered: