Skip to content
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

Implement AnalyticalAdvection Kernel in JIT #1617

Open
erikvansebille opened this issue Jul 26, 2024 · 0 comments · May be fixed by #1612
Open

Implement AnalyticalAdvection Kernel in JIT #1617

erikvansebille opened this issue Jul 26, 2024 · 0 comments · May be fixed by #1612

Comments

@erikvansebille
Copy link
Member

Recent work by @daanreijnders found that the Analytical algorithm for advection is far more accurate than RK4 advection, mainly because of discontinuities at grid cell boundaries. Hence, we want to be able to provide a fully functional AnalyticalAdvection kernel to Parcels users

@erikvansebille erikvansebille linked a pull request Jul 26, 2024 that will close this issue
6 tasks
@erikvansebille erikvansebille added this to the Parcels v3.1 milestone Jul 26, 2024
@erikvansebille erikvansebille linked a pull request Jul 26, 2024 that will close this issue
6 tasks
@erikvansebille erikvansebille self-assigned this Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant