Skip to content

Commit 0c91ba6

Browse files
adding an option (#298)
Co-authored-by: Gregory L. Wagner <[email protected]>
1 parent 07af260 commit 0c91ba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/OceanSimulations/OceanSimulations.jl

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function ocean_simulation(grid;
8585
gravitational_acceleration = g_Earth,
8686
bottom_drag_coefficient = Default(0.003),
8787
forcing = NamedTuple(),
88+
timestepper = :QuasiAdamsBashforth2,
8889
coriolis = Default(HydrostaticSphericalCoriolis(; rotation_rate)),
8990
momentum_advection = default_momentum_advection(),
9091
equation_of_state = TEOS10EquationOfState(; reference_density),
@@ -185,6 +186,7 @@ function ocean_simulation(grid;
185186
tracer_advection,
186187
momentum_advection,
187188
tracers,
189+
timestepper,
188190
free_surface,
189191
coriolis,
190192
forcing,

0 commit comments

Comments
 (0)