diff --git a/examples/hybrid/sphere/deformation_flow.jl b/examples/hybrid/sphere/deformation_flow.jl index 0399a2c275..b5adbaeab1 100644 --- a/examples/hybrid/sphere/deformation_flow.jl +++ b/examples/hybrid/sphere/deformation_flow.jl @@ -1,3 +1,7 @@ +#= +julia --project=.buildkite +using Revise; include("examples/hybrid/sphere/deformation_flow.jl") +=# import ClimaComms ClimaComms.@import_required_backends using SciMLBase: ODEProblem, init, solve @@ -389,11 +393,9 @@ max_q5_roundoff_err = 2 * eps(FT) @test all( tracer_roughnesses(fct_sol) .< tracer_roughnesses(third_upwind_sol), ) - @show tracer_roughnesses(lim_third_upwind_sol) - @show tracer_roughnesses(third_upwind_sol) @test all( tracer_roughnesses(lim_third_upwind_sol) .< - 0.9 .* tracer_roughnesses(third_upwind_sol), + 0.99 .* tracer_roughnesses(third_upwind_sol), ) @test all( tracer_roughnesses(lim_fct_sol) .<