Replies: 1 comment
-
Dear @Gianlulig, thank you for using Parcels and for reaching out here with your question. However, without seeing your code I can't help you. Note, more generally, that Parcels by itself is not aware of 'land'; it has no concept of land versus ocean. What to do with land is controlled by the user through Kernels, so when you don't want particles to move on land, that is something that you will have to fix in your custom Kernels. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hi everyone,
I am currently working on a project using Ocean Parcels and have encountered a problem with the trajectories of my particles. Specifically, the particles are incorrectly intersecting with land, which is not the expected behavior.
Below there are some snapshot of my simulation, I think the problem may be in the displacement field? I used the code in the "Preventing stuck particles" tutorial.
Thanks for the help,
Gianluca
Beta Was this translation helpful? Give feedback.
All reactions