parcels
parcels copied to clipboard
Implement AnalyticalAdvection Kernel in JIT
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