Correct cell not found at North Pole with a curvilinear grid #1979
Unanswered
noemieplanat
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
Thanks for reaching out, @noemieplanat. Quite strange indeed that the class ocean_particle(ScipyParticle) |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Question
Question
Hi all,
I am trying to run parcels in the Arctic with a curvilinear Z grid. This grid (see photos) has the advantage that is has no "pole".
I have tried to run the same in python (from e.g. indices 1243, 855 and target lat-lon = (89.895232, -107.906885)) by copying in the search_indices_curvilinear function in python. Surprisingly, it works in python, which make me think the grid that I give it (ds_mesh.nav_lat, ds_mesh.nav_lon) is not exactly the one Parcels uses in that function.
So two questions :
Any idea would be helpful, thanks !
Noemie
Fail and sucess initialization of a particle at location 68N, -165W :



Grid in CREG :
Supporting code/error messages
Here is the modified reconnect_bnd_indices function that I use.
Parcel's script in python :
Beta Was this translation helpful? Give feedback.
All reactions