Error concatenation #1841
Unanswered
imariaguiar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thanks for reporting, @imariaguiar! This error occurs because the grid for the u field is one larger than for the v field (312 vs 312 and 839 vs 838 grid points). Do you know why that is? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello, I'm creating a fieldset with data from Mercator Ocean International (GLORYS reanalysis) which has a curvilinear grid. When I create the fieldset, I do not receive any errors, but when I run a simulation after the particleset and execution, I receive the following error:
PSET AND EXECUTION CODE:
When I print the dimensions of each variable set, I get this result:
Does anyone have any idea what the problem might be? The data is daily from 1993 to 1994, and each file represents one month of each year, for example: GLORYS-U-1993-01, GLORYS-U-1993-02... same for the V and W components.
By the way, this is how I am creating my fieldset:
Beta Was this translation helpful? Give feedback.
All reactions