Skip to content

Commit

Permalink
increase conservation threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Sep 19, 2023
1 parent 3e7a848 commit ce41d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hybrid/driver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ if config.parsed_args["check_conservation"]
@test sum(sol.u[1].c.ρ) sum(sol.u[end].c.ρ) rtol = 50 * eps(FT)
@test sum(sol.u[1].c.ρe_tot) +
(p.net_energy_flux_sfc[][] - p.net_energy_flux_toa[][])
sum(sol.u[end].c.ρe_tot) rtol = 30 * eps(FT)
sum(sol.u[end].c.ρe_tot) rtol = 100 * eps(FT)
end

0 comments on commit ce41d13

Please sign in to comment.