Skip to content

Commit ea8e62f

Browse files
authored
Merge pull request #1168 from CliMA/js/compat
update test compat
2 parents a20e21c + 86e80f4 commit ea8e62f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

experiments/ClimaEarth/components/ocean/eisenman_seaice.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function EisenmanIceSimulation(
5757
thermo_params = nothing,
5858
stepper = CTS.RK4(),
5959
dt = 0.02,
60-
saveat = 1.0e10,
60+
saveat = [1.0e10],
6161
) where {FT}
6262

6363
params_ice = EisenmanIceParameters{FT}()

test/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
3131

3232
[compat]
3333
Aqua = "0.8"
34-
ClimaAtmos = "0.27"
34+
ClimaAtmos = "0.27, 0.28"
3535
ClimaParams = "0.10"
3636
ClimaTimeSteppers = "0.7, 0.8"
37+
ClimaUtilities = "0.1"
3738
Dates = "1"
3839
Pkg = "1"
3940
PrettyTables = "2"

test/component_model_tests/eisenman_seaice_tests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,7 @@ for FT in (Float32, Float64)
308308
space = boundary_space,
309309
area_fraction = ones(boundary_space),
310310
thermo_params = thermo_params,
311-
stepper = CTS.RK4(),
312311
dt = Δt,
313-
saveat = 1.0e10,
314312
)
315313
sim.integrator.p.Ya.F_turb .= 0
316314
sim.integrator.p.Ya.F_rad .= 300

0 commit comments

Comments
 (0)