Skip to content

Conversation

@simone-silvestri
Copy link
Collaborator

@simone-silvestri simone-silvestri commented Apr 3, 2025

A PR that will introduce the pieces of an OMIP prototype. requires #437 and #453

Comment on lines +9 to +22
using Pkg
Pkg.add(PackageSpec(
name = "Oceananigans",
url = "https://github.com/CliMA/Oceananigans.jl",
rev = "ss/omip-branch-2"
))

Pkg.add(PackageSpec(
name = "ClimaSeaIce",
url = "https://github.com/CliMA/ClimaSeaIce.jl",
rev = "ss/omip-branch-2"
))
Pkg.resolve()
@show Pkg.status()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need these right?

default_solver(ocean::Simulation) = default_solver(ocean.model.timestepper)
default_solver(::Oceananigans.TimeSteppers.QuasiAdamsBashforth2TimeStepper) = SplitExplicitSolver(120)
default_solver(::Oceananigans.TimeSteppers.SplitRungeKutta3TimeStepper) = SplitExplicitSolver(360)
default_solver(::Oceananigans.TimeSteppers.SplitRungeKuttaTimeStepper) = SplitExplicitSolver(360)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you intending to change the name in Oceananigans also? Otherwise this is a breaking change.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, in Oceananigans the name changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build docs Add this label to built the docs in a PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants