Skip to content

Commit

Permalink
seabreeze fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Nov 28, 2023
1 parent 25940ff commit 56403c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions experiments/ClimaCore/sea_breeze/run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ of the ClimaCoupler interface are used and discussed.
# Load utilities for running coupled simulation
include("../CoupledSims/coupled_sim.jl")

using SciMLBase: ODEProblem, savevalues!, step!, solve, init, CallbackSet #hide
import ClimaTimeSteppers as CTS
using SciMLBase: ODEProblem, savevalues!, solve, init, CallbackSet #hide
import SciMLBase #hide
import ClimaTimeSteppers as CTS #hide
import ClimaCore.Utilities: PlusHalf #hide
import ClimaCore.Spaces as Spaces
using DiffEqCallbacks #hide
#hide

## enable broadcasting with mismatched spaces #hide
import ClimaCore: Fields, Operators #hide
Fields.allow_mismatched_diagonalized_spaces() = true #hide
Expand Down

0 comments on commit 56403c1

Please sign in to comment.