Error when attempting to regrid ORCA tripolar grid to rectilinear grid #323
Replies: 3 comments 5 replies
-
Thanks for raising this, @thomaswilder! And thanks for making use of the ORCA conversion example. Looks like the function in question needs And it looks like only masked arrays have the However the Iris docs state that a So iris-esmf-regrid needs to allow for a connectivity that is a non-masked array. The operations below are the only ones that happen to |
Beta Was this translation helpful? Give feedback.
-
If I'm correct then it would be appropriate to convert this from a discussion to an issue. |
Beta Was this translation helpful? Give feedback.
-
Closing this, as it's been reported in #329 |
Beta Was this translation helpful? Give feedback.
-
I am attempting to regrid data from an orca025 grid to a rectilinear grid so the orca data can be compared with climatology data e.g. EN.4.
I am hoping someone can help me with an error I am receiving when running
rg = MeshToGridESMFRegridder(meshcube, target_cube)
where the error isThe error file is 14520233.err.txt
After following this example on how to create an orca meshcube, I have acquired the following output
which is similar to the example in the above link.
My target cube takes the form
Could anyone advise why I am receiving this error, and how i might fix it?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions