Skip to content

Commit

Permalink
Merge branch 'main' into ss/new-zstar
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri authored Dec 15, 2024
2 parents 68dcb2a + a6a1a16 commit 27f0fc9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ default_free_surface(grid; gravitational_acceleration=g_Earth) =
free_surface = default_free_surface(grid, gravitational_acceleration=g_Earth),
forcing::NamedTuple = NamedTuple(),
closure = nothing,
timestepper = :QuasiAdamsBashforth2,
boundary_conditions::NamedTuple = NamedTuple(),
tracers = (:T, :S),
particles::ParticlesOrNothing = nothing,
Expand Down Expand Up @@ -93,6 +94,8 @@ Keyword arguments
preallocated `CenterField`s.
- `forcing`: `NamedTuple` of user-defined forcing functions that contribute to solution tendencies.
- `closure`: The turbulence closure for `model`. See `Oceananigans.TurbulenceClosures`.
- `timestepper`: A symbol that specifies the time-stepping method.
Either `:QuasiAdamsBashforth2` (default) or `:SplitRungeKutta3`.
- `boundary_conditions`: `NamedTuple` containing field boundary conditions.
- `particles`: Lagrangian particles to be advected with the flow. Default: `nothing`.
- `biogeochemistry`: Biogeochemical model for `tracers`.
Expand Down

0 comments on commit 27f0fc9

Please sign in to comment.