From cc8045d22ad68266b2797b26ac6950fb77c4443d Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Mon, 18 Nov 2024 10:21:08 -0800 Subject: [PATCH] increase conservation error --- experiments/ClimaEarth/user_io/debug_plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/ClimaEarth/user_io/debug_plots.jl b/experiments/ClimaEarth/user_io/debug_plots.jl index d44f3350a..9964e2ce8 100644 --- a/experiments/ClimaEarth/user_io/debug_plots.jl +++ b/experiments/ClimaEarth/user_io/debug_plots.jl @@ -75,7 +75,7 @@ function plot_global_conservation( if !softfail @info typeof(cc) @info rse[end] - @assert rse[end] < 5e-3 + @assert rse[end] < 0.0055 end end