Skip to content

Commit

Permalink
adding an option (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory L. Wagner <[email protected]>
  • Loading branch information
simone-silvestri and glwagner authored Dec 14, 2024
1 parent 07af260 commit 0c91ba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/OceanSimulations/OceanSimulations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function ocean_simulation(grid;
gravitational_acceleration = g_Earth,
bottom_drag_coefficient = Default(0.003),
forcing = NamedTuple(),
timestepper = :QuasiAdamsBashforth2,
coriolis = Default(HydrostaticSphericalCoriolis(; rotation_rate)),
momentum_advection = default_momentum_advection(),
equation_of_state = TEOS10EquationOfState(; reference_density),
Expand Down Expand Up @@ -185,6 +186,7 @@ function ocean_simulation(grid;
tracer_advection,
momentum_advection,
tracers,
timestepper,
free_surface,
coriolis,
forcing,
Expand Down

0 comments on commit 0c91ba6

Please sign in to comment.