Skip to content

Commit 41fbf01

Browse files
committed
reference error values
1 parent 8735502 commit 41fbf01

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

test/test_3d_shallow_water.jl

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ EXAMPLES_DIR = TrixiAtmo.examples_dir()
1111
@test_trixi_include(joinpath(EXAMPLES_DIR,
1212
"elixir_shallowwater_cartesian_unsteady_solid_body_rotation_EC_correction.jl"),
1313
l2=[
14-
0.0274954994,
15-
9.65117289,
16-
8.20257340,
17-
18.5292301,
14+
1.1385840313142226,
15+
464.8283750621118,
16+
469.14017838339083,
17+
311.31706832161564,
1818
0.0
1919
],
2020
linf=[
21-
0.157738035,
22-
59.4123680,
23-
51.9233503,
24-
8.36833383,
21+
5.159323444358506,
22+
3303.749191315932,
23+
3420.5536004616565,
24+
3730.0452131952625,
2525
0.0
2626
],
2727
polydeg=3,
@@ -41,17 +41,17 @@ end
4141
@test_trixi_include(joinpath(EXAMPLES_DIR,
4242
"elixir_shallowwater_cartesian_unsteady_solid_body_rotation_EC_projection.jl"),
4343
l2=[
44-
0.2715065248576713,
45-
0.683530367431,
46-
0.759403715426,
47-
0.96437160416355,
44+
1.271506524857498,
45+
598.6835303675092,
46+
605.7594037155094,
47+
460.9643716042415,
4848
0.0
4949
],
5050
linf=[
51-
0.238740469409095,
52-
0.431268687156,
53-
0.837234735748,
54-
0.6899531778763,
51+
4.23874046947094,
52+
5466.431268695043,
53+
5083.837234738506,
54+
3502.6899531773233,
5555
0.0
5656
],
5757
polydeg=3,
@@ -71,17 +71,17 @@ end
7171
@test_trixi_include(joinpath(EXAMPLES_DIR,
7272
"elixir_shallowwater_cartesian_unsteady_solid_body_rotation_EC_projection.jl"),
7373
l2=[
74-
0.2744086984644598,
75-
0.22833657858405,
76-
0.07258247717635,
77-
0.92205847355822,
74+
0.27440876588211627,
75+
280.22773491124406,
76+
294.071829622588,
77+
187.92193710627467,
7878
0.0
7979
],
8080
linf=[
81-
0.4332199421835412,
82-
0.449038614228,
83-
0.6155024602194,
84-
0.3580783745856,
81+
1.4332269086135057,
82+
1255.4454482832807,
83+
1470.615003655199,
84+
1249.359787903988,
8585
0.0
8686
],
8787
surface_flux=(FluxPlusDissipation(flux_wintermeyer_etal,
@@ -120,17 +120,17 @@ end
120120
@test_trixi_include(joinpath(EXAMPLES_DIR,
121121
"elixir_shallowwater_cartesian_geostrophic_balance.jl"),
122122
l2=[
123-
0.0,
124-
0.39838614468358,
125-
0.39838614468256,
126-
0.517273183733906,
123+
0.27676870881275684,
124+
103.39794108387852,
125+
103.39794108387564,
126+
47.5171515443239,
127127
0.0
128128
],
129129
linf=[
130-
0.2383681144717684,
131-
0.2955303677882,
132-
0.2955303680574,
133-
0.4494926100049,
130+
1.238372542072966,
131+
610.2929744255816,
132+
610.2929744259309,
133+
276.44878503463497,
134134
0.0
135135
],
136136
polydeg=3,
@@ -150,17 +150,17 @@ end
150150
@test_trixi_include(joinpath(EXAMPLES_DIR,
151151
"elixir_shallowwater_cartesian_isolated_mountain.jl"),
152152
l2=[
153-
0.189867835225384,
154-
0.890929855556,
155-
0.784683604144,
156-
0.998709859527,
153+
13.189868962884406,
154+
4656.890871865292,
155+
4027.7846474475473,
156+
6275.998570998393,
157157
0.0
158158
],
159159
linf=[
160-
0.53215616900434,
161-
0.28060001574,
162-
0.814315962474,
163-
0.28474927765,
160+
115.53214502067749,
161+
37970.29034857702,
162+
42646.8517588789,
163+
65362.34875198507,
164164
0.0
165165
],
166166
polydeg=3,

test/test_spherical_advection.jl

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ EXAMPLES_DIR = TrixiAtmo.examples_dir()
1111
@test_trixi_include(joinpath(EXAMPLES_DIR,
1212
"elixir_shallowwater_cartesian_advection_cubed_sphere.jl"),
1313
l2=[
14-
0.183524336,
15-
5.64470440,
16-
2.80467667,
17-
5.64470440,
14+
0.796321633847963,
15+
20.317829852214242,
16+
8.810001095522356,
17+
20.317829852220424,
1818
0.0
1919
],
2020
linf=[
21-
2.79650356,
22-
91.6208734,
23-
24.9330974,
24-
91.6208734,
21+
10.872101732112924,
22+
289.6515963627462,
23+
95.1288711914458,
24+
289.65159636274984,
2525
0.0
2626
])
2727
# and small reference values
@@ -39,17 +39,17 @@ end
3939
@test_trixi_include(joinpath(EXAMPLES_DIR,
4040
"elixir_shallowwater_cartesian_advection_quad_icosahedron.jl"),
4141
l2=[
42-
0.0771325788,
43-
2.24899209,
44-
1.45355192,
45-
2.24899209,
42+
0.45702277148770143,
43+
11.807355540181147,
44+
4.311881740807178,
45+
11.807355540181314,
4646
0.0
4747
],
4848
linf=[
49-
1.18929523,
50-
34.1427583,
51-
17.9760460,
52-
34.1427583,
49+
13.591965583195247,
50+
364.76418895378083,
51+
93.69731833987953,
52+
364.7641889537881,
5353
0.0
5454
])
5555
# and small reference values
@@ -67,17 +67,17 @@ end
6767
@test_trixi_include(joinpath(EXAMPLES_DIR,
6868
"elixir_shallowwater_cartesian_advection_cubed_sphere.jl"),
6969
l2=[
70-
0.222179190,
71-
6.74419737,
72-
3.36551000,
73-
6.74419737,
70+
0.893342967293854,
71+
22.848879918993113,
72+
9.758850586740538,
73+
22.848879918993124,
7474
0.0
7575
],
7676
linf=[
77-
3.60436608,
78-
113.572183,
79-
30.1250336,
80-
113.572183,
77+
14.289456304585201,
78+
380.6958334056544,
79+
120.59259301568181,
80+
380.69583340557074,
8181
0.0
8282
], element_local_mapping=true)
8383
# and small reference values

0 commit comments

Comments
 (0)