-
Notifications
You must be signed in to change notification settings - Fork 168
Analytical Advection in jit #1612
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
Conversation
This hugely improves the accuracy in e.g. a fwd-bwd run of the NEMO Gulf Stream simulation This needs to be coded much cleaner still
…Parcels/parcels into analyticaladvection_in_jit
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
…Parcels/parcels into analyticaladvection_in_jit
|
@erikvansebille is 47f50a0 the commit that will fix #1689 ? |
Looks like you already placed the fix in master! #1614 |
|
This is a very old PR that will not be implemented in v4 (both because it depends on JIT-mode, and because AnalyticalAdviection is not scheduled for the first v4 release candidates. Closing for now (but not deleting branch so we can learn from it when working on AnalyticalAdvection for v4) |
This PR implements a C version of the
AnalyticalAdvectionkernel for use withJITParticles, and thereby implements #1617e1v,e2uetc for ORCA grids)