Replies: 1 comment 7 replies
-
Hi @norafried. This error occurs when Parcels can't find in which cell a particle is located. This sometimes happens when grids are highly curved. In your case, it seems to happen on the zonal boundary (zonal cell was You could have a look at this discussion (for the Hycom grid): #1240. A solution that worked in that case is at #1240 (comment). Perhaps it works in your case too? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using POP and want to release particles at different depths for about two years:
When I'm executing my code I get the following message:
Correct cell not found for (-7.563470, 63.168785) after 1000000 iterations
Debug info: old particle indices: (yi, xi) 207 399
new particle indices: (yi, xi) 207 0
Mesh 2d shape: 401 401
Relative particle position: (xsi, eta) 1.00264628104553
What exactly does it mean and can I do something to stop it? It only happens after a certain amount of time.
Beta Was this translation helpful? Give feedback.
All reactions