Skip to content

Concatenation failed #5203

Answered by lbdreyer
MargaridaS asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like the problem may be due to the time coordinates.
tasmax_201403.nc produces a time coordinate:

DimCoord :  time / (hours since 1850-1-1 00:00:00, standard calendar)
    points: [2014-03-31 23:00:00]
    bounds: [[2014-04-16 13:30:00, 2014-03-16 08:30:00]]
    ...

and tasmax_201404.nc produces a time coordinate:

DimCoord :  time / (hours since 1850-1-1 00:00:00, standard calendar)
    points: [2014-04-30 23:00:00]
    bounds: [[2014-04-01 00:00:00, 2014-04-30 23:00:00]]
    ...

So the time bounds are overlapping and one has the bounds increasing and the other has it decreasing.

Iris requires dimension coords to be monotonic. Due to the bounds of the input cubes overlapping an…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by trexfeathers
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants