We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a6a64 commit 3439a83Copy full SHA for 3439a83
test/component_model_tests/eisenman_seaice_tests.jl
@@ -336,9 +336,11 @@ include("../../experiments/AMIP/modular/components/slab_utils.jl")
336
)
337
sim.integrator.p.Ya.F_turb .= 0
338
sim.integrator.p.Ya.F_rad .= 300
339
+ sim.integrator.u.T_ml .= sim.integrator.p.params.p_i.T_freeze # init conditions for ocean temperature
340
341
total_energy_0 = get_total_energy(sim, nothing)
342
h_ice_0 = deepcopy(sim.integrator.u.h_ice)
343
+
344
step!(sim, Δt)
345
h_ice = sim.integrator.u.h_ice
346
@test all(parent(h_ice) .≈ 0.001)
0 commit comments