Skip to content

Commit 6ed8908

Browse files
committed
get new reference values
1 parent 7186278 commit 6ed8908

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

test/test_3d_shallow_water.jl

Lines changed: 39 additions & 39 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-
1.1385840313143962,
15-
464.82837506217066,
16-
469.1401783834081,
17-
311.3170683216476,
14+
0.1385840313143962,
15+
0.82837506217066,
16+
0.1401783834081,
17+
0.3170683216476,
1818
0.0
1919
],
2020
linf=[
21-
5.159323444366919,
22-
3303.7491913049016,
23-
3420.553600463765,
24-
3730.0452131916827,
21+
0.159323444366919,
22+
0.7491913049016,
23+
0.553600463765,
24+
0.0452131916827,
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-
1.2715065248576713,
45-
598.683530367431,
46-
605.759403715426,
47-
460.96437160416355,
44+
0.2715065248576713,
45+
0.683530367431,
46+
0.759403715426,
47+
0.96437160416355,
4848
0.0
4949
],
5050
linf=[
51-
4.238740469409095,
52-
5466.431268687156,
53-
5083.837234735748,
54-
3502.6899531778763,
51+
0.238740469409095,
52+
0.431268687156,
53+
0.837234735748,
54+
0.6899531778763,
5555
0.0
5656
],
5757
polydeg=3,
@@ -72,16 +72,16 @@ end
7272
"elixir_shallowwater_cartesian_unsteady_solid_body_rotation_EC_projection.jl"),
7373
l2=[
7474
0.2744086984644598,
75-
280.22833657858405,
76-
294.07258247717635,
77-
187.92205847355822,
75+
0.22833657858405,
76+
0.07258247717635,
77+
0.92205847355822,
7878
0.0
7979
],
8080
linf=[
81-
1.4332199421835412,
82-
1255.449038614228,
83-
1470.6155024602194,
84-
1249.3580783745856,
81+
0.4332199421835412,
82+
0.449038614228,
83+
0.6155024602194,
84+
0.3580783745856,
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.27676841776660416,
124-
103.39838614468358,
125-
103.39838614468256,
126-
47.517273183733906,
123+
0.0,
124+
0.39838614468358,
125+
0.39838614468256,
126+
0.517273183733906,
127127
0.0
128128
],
129129
linf=[
130-
1.2383681144717684,
131-
610.2955303677882,
132-
610.2955303680574,
133-
276.4494926100049,
130+
0.2383681144717684,
131+
0.2955303677882,
132+
0.2955303680574,
133+
0.4494926100049,
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-
13.189867835225384,
154-
4656.890929855556,
155-
4027.784683604144,
156-
6275.998709859527,
153+
0.189867835225384,
154+
0.890929855556,
155+
0.784683604144,
156+
0.998709859527,
157157
0.0
158158
],
159159
linf=[
160-
115.53215616900434,
161-
37970.28060001574,
162-
42646.814315962474,
163-
65362.28474927765,
160+
0.53215616900434,
161+
0.28060001574,
162+
0.814315962474,
163+
0.28474927765,
164164
0.0
165165
],
166166
polydeg=3,

test/test_spherical_advection.jl

Lines changed: 23 additions & 23 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.796321633853675,
15-
20.317829852384286,
16-
8.810001095524816,
17-
20.317829852393054,
14+
0.0,
15+
0.317829852384286,
16+
0.810001095524816,
17+
0.317829852393054,
1818
0.0
1919
],
2020
linf=[
21-
10.872101731709677,
22-
289.6515963524798,
23-
95.1288712006542,
24-
289.65159635247255,
21+
0.872101731709677,
22+
0.6515963524798,
23+
0.1288712006542,
24+
0.65159635247255,
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.45702277148735726,
43-
11.807355540175404,
44-
4.311881740745649,
45-
11.807355540181993,
42+
0.0,
43+
0.807355540175404,
44+
0.311881740745649,
45+
0.807355540181993,
4646
0.0
4747
],
4848
linf=[
49-
13.591965583200476,
50-
364.76418895396273,
51-
93.69731833993228,
52-
364.76418895397,
49+
0.591965583200476,
50+
0.76418895396273,
51+
0.69731833993228,
52+
0.76418895397,
5353
0.0
5454
])
5555
# and small reference values
@@ -68,16 +68,16 @@ end
6868
"elixir_shallowwater_cartesian_advection_cubed_sphere.jl"),
6969
l2=[
7070
0.8933429672952714,
71-
22.84887991902509,
72-
9.758850586757735,
73-
22.84887991902542,
71+
0.84887991902509,
72+
0.758850586757735,
73+
0.84887991902542,
7474
0.0
7575
],
7676
linf=[
77-
14.289456304624764,
78-
380.6958334067349,
79-
120.59259301602742,
80-
380.69583340674217,
77+
0.289456304624764,
78+
0.6958334067349,
79+
0.59259301602742,
80+
0.69583340674217,
8181
0.0
8282
], element_local_mapping=true)
8383
# and small reference values

0 commit comments

Comments
 (0)