Skip to content

Commit b75b0bd

Browse files
glwagnergiordano
authored andcommitted
don't throw correctness error to show raising issue
1 parent 00aac67 commit b75b0bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

correctness/correctness_baroclinic_instability_simulation_run.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ using GordonBell25
22
using Oceananigans
33
using Reactant
44

5-
throw_error = true
5+
throw_error = false
66
include_halos = true
77
rtol = sqrt(eps(Float64))
8-
atol = 0
8+
atol = 1e-16
99

1010
model_kw = (
1111
halo = (8, 8, 8),
12+
closure = CATKEVerticalDiffusivity(),
1213
Δt = 1e-9,
1314
)
1415

0 commit comments

Comments
 (0)