CliMA / Oceananigans.jl

🌊 Julia software for fast, friendly, flexible, ocean-flavored fluid dynamics on CPUs and GPUs
https://clima.github.io/OceananigansDocumentation/stable
MIT License
989 stars 194 forks source link

Allow different advection schemes for momentum and tracers in `NonHydrostaticModel` #3332

Open xkykai opened 1 year ago

xkykai commented 1 year ago

Currently, NonHydrostaticModel does not support specifications for momentum_advection and tracer_advection. It would be nice to include a feature like this, as has been implemented in the HydrostaticFreeSurfaceModel.

@simone-silvestri

glwagner commented 1 year ago

Agree, someone should work on that 😄