@@ -11,14 +11,14 @@ EXAMPLES_DIR = TrixiAtmo.examples_dir()
11
11
@test_trixi_include (joinpath (EXAMPLES_DIR,
12
12
" elixir_shallowwater_covariant_geostrophic_balance.jl" ),
13
13
l2= [
14
- 0.27823189465180176 ,
15
- 0.00021164119121947655 ,
16
- 8.588414721470682e -5
14
+ 0.2782318946518096 ,
15
+ 0.00021164119121947804 ,
16
+ 8.588414721470694e -5
17
17
],
18
18
linf= [
19
- 1.4786544678290738 ,
20
- 0.001375460003351342 ,
21
- 0.0007564014737142868
19
+ 1.818810315677183 ,
20
+ 0.0011402373824409423 ,
21
+ 0.0010284231183849968
22
22
],
23
23
polydeg= 3 ,
24
24
cells_per_dimension= (5 , 5 ),
36
36
@trixiatmo_testset " elixir_shallowwater_covariant_rossby_haurwitz" begin
37
37
@test_trixi_include (joinpath (EXAMPLES_DIR,
38
38
" elixir_shallowwater_covariant_rossby_haurwitz.jl" ),
39
- l2= [265.981826097756 , 0.17644364627357367 , 0.25356217267195796 ],
40
- linf= [574.6725801771408 , 0.5155385127558587 , 0.549704048104133 ],
39
+ l2= [265.98095267805803 , 0.1764452313672691 , 0.25356292962842114 ],
40
+ linf= [574.6708171274768 , 0.5155477330239119 , 0.5497352934063009 ],
41
41
polydeg= 3 ,
42
42
cells_per_dimension= (5 , 5 ),
43
43
tspan= (0.0 , 1.0 * SECONDS_PER_DAY))
54
54
@trixiatmo_testset " elixir_shallowwater_covariant_isolated_mountain" begin
55
55
@test_trixi_include (joinpath (EXAMPLES_DIR,
56
56
" elixir_shallowwater_covariant_isolated_mountain.jl" ),
57
- l2= [13.188835117913722 , 0.005698389870463649 , 0.007624148100358777 ],
58
- linf= [116.64112009453402 , 0.05208844726941367 , 0.07855581195821103 ],
57
+ l2= [13.18894432799001 , 0.005698447961168719 , 0.007624217062402512 ],
58
+ linf= [116.645494528163 , 0.052086295524203324 , 0.07855675891709994 ],
59
59
polydeg= 3 ,
60
60
cells_per_dimension= (5 , 5 ),
61
61
tspan= (0.0 , 1.0 * SECONDS_PER_DAY))
73
73
@test_trixi_include (joinpath (EXAMPLES_DIR,
74
74
" elixir_shallowwater_covariant_unsteady_solid_body_rotation_EC.jl" ),
75
75
l2= [
76
- 0.25498720877863845 ,
77
- 0.0002689081664431078 ,
78
- 0.00015718255978420539
76
+ 0.25500246412246835 ,
77
+ 0.0002703652960705074 ,
78
+ 0.0001650991084937778
79
79
],
80
- linf= [
81
- 2.135538516899487 ,
82
- 0.0013076854064064114 ,
83
- 0.0013246467546383922
80
+ linf= [2.11951898785469 ,
81
+ 0.0013109661149978136 ,
82
+ 0.001328788247668855
84
83
], # For coverage, test with central flux here instead of usual EC
85
84
volume_flux= (flux_central, flux_nonconservative_ec),
86
85
surface_flux= (flux_lax_friedrichs, flux_nonconservative_ec),
100
99
@trixiatmo_testset " elixir_shallowwater_covariant_barotropic_instability" begin
101
100
@test_trixi_include (joinpath (EXAMPLES_DIR,
102
101
" elixir_shallowwater_covariant_barotropic_instability.jl" ),
103
- l2= [21.085349167645717 , 0.030059547976114206 , 0.023419991986079282 ],
104
- linf= [122.97647708776276 , 0.17997838634063137 , 0.16658465951310109 ],
102
+ l2= [21.08826693663232 , 0.03006187671520436 , 0.023421745045307123 ],
103
+ linf= [122.9994523425994 , 0.17997299389835533 , 0.16659612583251238 ],
105
104
polydeg= 3 ,
106
105
cells_per_dimension= (5 , 5 ),
107
106
tspan= (0.0 , 1.0 * SECONDS_PER_DAY))
0 commit comments