ali-ramadhan / Atmosfoolery.jl

Compressible non-hydrostatic model built on top of Oceananigans.jl so it runs on CPUs and GPUs
MIT License
3 stars 0 forks source link

Add higher-order advections schemes, e.g. WENO-5 #75

Closed ali-ramadhan closed 4 years ago

ali-ramadhan commented 4 years ago

WENO-5 is implemented in Oceananigans.jl v0.38.0 and seems to work well so we should see if we can get JULES.jl to use the higher-order advection schemes from Oceananigans.jl

ali-ramadhan commented 4 years ago

Done and seems to be working in PR #85