-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
GPU 👾Where Oceananigans gets its powers fromWhere Oceananigans gets its powers fromextensions 🧬question 💭No such thing as a stupid questionNo such thing as a stupid questiontesting 🧪Tests get priority in case of emergency evacuationTests get priority in case of emergency evacuation
Description
Shall we add NonhydrostaticModel in the AMDGPU test suite?
Oceananigans.jl/test/test_amdgpu.jl
Lines 15 to 21 in 1d83f4b
model = HydrostaticFreeSurfaceModel(; grid, | |
coriolis = FPlane(latitude=45), | |
buoyancy = BuoyancyTracer(), | |
tracers = :b, | |
momentum_advection = WENO(order=5), | |
tracer_advection = WENO(order=5), | |
free_surface = SplitExplicitFreeSurface(grid; substeps=60)) |
Or is there a particular reason that's not in the test suite already?
Metadata
Metadata
Assignees
Labels
GPU 👾Where Oceananigans gets its powers fromWhere Oceananigans gets its powers fromextensions 🧬question 💭No such thing as a stupid questionNo such thing as a stupid questiontesting 🧪Tests get priority in case of emergency evacuationTests get priority in case of emergency evacuation