-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edge cases #4
Comments
Does it happen frequently along the coast? Or more at the open boundaries? If it's just the open boundaries, no problem. Another option would be to clip it to the edge if it drifts out. |
Short orange looks like it could be a problem. Can we clip it back to the nearest in-domain location? I have to think about that. |
All points are in the domain. If “next” point is out then the iteration stops. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, a particle can drift beyond the extent of the elements (either goes ashore or drifts beyond the open water edge. Is that what we want?
The text was updated successfully, but these errors were encountered: