We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07af260 commit 0c91ba6Copy full SHA for 0c91ba6
src/OceanSimulations/OceanSimulations.jl
@@ -85,6 +85,7 @@ function ocean_simulation(grid;
85
gravitational_acceleration = g_Earth,
86
bottom_drag_coefficient = Default(0.003),
87
forcing = NamedTuple(),
88
+ timestepper = :QuasiAdamsBashforth2,
89
coriolis = Default(HydrostaticSphericalCoriolis(; rotation_rate)),
90
momentum_advection = default_momentum_advection(),
91
equation_of_state = TEOS10EquationOfState(; reference_density),
@@ -185,6 +186,7 @@ function ocean_simulation(grid;
185
186
tracer_advection,
187
momentum_advection,
188
tracers,
189
+ timestepper,
190
free_surface,
191
coriolis,
192
forcing,
0 commit comments