Skip to content

Commit cad60e9

Browse files
committed
latest notebooks used to generate plots for the resubmission
they probably need a bit of cleaning up but I will not do that unless necessary
1 parent 905e1fc commit cad60e9

File tree

7 files changed

+1464
-402
lines changed

7 files changed

+1464
-402
lines changed

visualiser_debugger/review_localdab/ic_obs_truth.ipynb

Lines changed: 167 additions & 42 deletions
Large diffs are not rendered by default.

visualiser_debugger/review_localdab/localisation_errors.ipynb

Lines changed: 782 additions & 79 deletions
Large diffs are not rendered by default.

visualiser_debugger/review_localdab/plots_merger.ipynb

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 6,
14+
"execution_count": 2,
1515
"metadata": {},
1616
"outputs": [
1717
{
@@ -34,9 +34,7 @@
3434
{
3535
"cell_type": "markdown",
3636
"metadata": {
37-
"jupyter": {
38-
"source_hidden": true
39-
}
37+
"tags": []
4038
},
4139
"source": [
4240
"# Vortex ICs (old)"
@@ -102,22 +100,18 @@
102100
},
103101
{
104102
"cell_type": "code",
105-
"execution_count": 20,
103+
"execution_count": 9,
106104
"metadata": {},
107105
"outputs": [
108106
{
109107
"name": "stdout",
110108
"output_type": "stream",
111109
"text": [
112-
"./output/initial_euler_exner.pdf\n",
113110
"0\n",
114-
"./output/initial_euler_rhou.pdf\n",
115111
"0\n",
116-
"./output/initial_euler_vortz.pdf\n",
117112
"0\n",
118-
"./output/initial_euler_pt.pdf\n",
119113
"0\n",
120-
"['pdfjam', '--nup', '2x2', './output/initial_euler_exner.pdf', './output/initial_euler_rhou.pdf', './output/initial_euler_vortz.pdf', './output/initial_euler_pt.pdf', '--outfile', './output/initialVortices.pdf', '--delta', '0.2cm 0.2cm']\n",
114+
"['pdfjam', '--nup', '2x2', './output/initial_euler_exner.pdf', './output/initial_euler_rhou.pdf', './output/initial_euler_vortz.pdf', './output/initial_euler_pt.pdf', '--outfile', './output/initialVortices.pdf', '--delta', '0.4cm 0.4cm']\n",
121115
"0\n",
122116
"0\n"
123117
]
@@ -143,7 +137,7 @@
143137
"for p in ps:\n",
144138
" call += [p]\n",
145139
"call += ['--outfile', '%s/%s.pdf' %(dd,out_name)]\n",
146-
"call += ['--delta', '0.2cm 0.2cm']\n",
140+
"call += ['--delta', '0.4cm 0.4cm']\n",
147141
"print(call)\n",
148142
"\n",
149143
"proc1 = subprocess.call(call)\n",
@@ -269,9 +263,7 @@
269263
{
270264
"cell_type": "markdown",
271265
"metadata": {
272-
"jupyter": {
273-
"source_hidden": true
274-
}
266+
"tags": []
275267
},
276268
"source": [
277269
"# Blending comparison with balanced ICs (vortex)"
@@ -337,15 +329,15 @@
337329
},
338330
{
339331
"cell_type": "code",
340-
"execution_count": 9,
332+
"execution_count": 3,
341333
"metadata": {},
342334
"outputs": [
343335
{
344336
"name": "stdout",
345337
"output_type": "stream",
346338
"text": [
347339
"./output/euler_w_imbal.pdf ./output/euler_w_bal.pdf\n",
348-
"['pdfjam', '--nup', '1x2', './output/euler_w_imbal.pdf', './output/euler_w_bal.pdf', '--outfile', './output/comparisonswBalImbal.pdf', '--delta', '0.2cm 0.2cm']\n",
340+
"['pdfjam', '--nup', '2x1', './output/euler_w_imbal.pdf', './output/euler_w_bal.pdf', '--outfile', './output/comparisonswBalImbal.pdf', '--delta', '0.2cm 0.2cm']\n",
349341
"0\n",
350342
"0\n"
351343
]
@@ -366,7 +358,7 @@
366358
"# print([p for p in ps])\n",
367359
"print(p_long)\n",
368360
"\n",
369-
"call = ['pdfjam', '--nup', '1x2']\n",
361+
"call = ['pdfjam', '--nup', '2x1']\n",
370362
"for p in ps:\n",
371363
" call += [p]\n",
372364
"call += ['--outfile', '%s/%s.pdf' %(dd,out_name)]\n",
@@ -581,7 +573,7 @@
581573
},
582574
{
583575
"cell_type": "code",
584-
"execution_count": 10,
576+
"execution_count": 4,
585577
"metadata": {},
586578
"outputs": [
587579
{
@@ -817,7 +809,7 @@
817809
},
818810
{
819811
"cell_type": "code",
820-
"execution_count": 7,
812+
"execution_count": 12,
821813
"metadata": {},
822814
"outputs": [
823815
{
@@ -828,7 +820,7 @@
828820
"0\n",
829821
"0\n",
830822
"0\n",
831-
"['pdfjam', '--nup', '2x2', './output/obs_euler_rhou.pdf', './output/euler_truth_rhou.pdf', './output/obs_euler_p2_nodes.pdf', './output/euler_truth.pdf', '--outfile', './output/obsTruth.pdf', '--delta', '0.2cm 0.2cm']\n",
823+
"['pdfjam', '--nup', '2x2', './output/obs_euler_rhou.pdf', './output/euler_truth_rhou.pdf', './output/obs_euler_p2_nodes.pdf', './output/euler_truth.pdf', '--outfile', './output/obsTruth.pdf', '--delta', '0.4cm 0.4cm']\n",
832824
"0\n",
833825
"0\n"
834826
]
@@ -853,7 +845,7 @@
853845
"for p in ps:\n",
854846
" call += [p]\n",
855847
"call += ['--outfile', '%s/%s.pdf' %(dd,out_name)]\n",
856-
"call += ['--delta', '0.2cm 0.2cm']\n",
848+
"call += ['--delta', '0.4cm 0.4cm']\n",
857849
"print(call)\n",
858850
"\n",
859851
"proc1 = subprocess.call(call)\n",
@@ -872,7 +864,7 @@
872864
},
873865
{
874866
"cell_type": "code",
875-
"execution_count": 8,
867+
"execution_count": 13,
876868
"metadata": {},
877869
"outputs": [
878870
{
@@ -1029,7 +1021,7 @@
10291021
},
10301022
{
10311023
"cell_type": "code",
1032-
"execution_count": 11,
1024+
"execution_count": 3,
10331025
"metadata": {},
10341026
"outputs": [
10351027
{
@@ -1077,7 +1069,7 @@
10771069
},
10781070
{
10791071
"cell_type": "code",
1080-
"execution_count": 7,
1072+
"execution_count": 4,
10811073
"metadata": {},
10821074
"outputs": [
10831075
{
@@ -1125,7 +1117,7 @@
11251117
},
11261118
{
11271119
"cell_type": "code",
1128-
"execution_count": 30,
1120+
"execution_count": 5,
11291121
"metadata": {},
11301122
"outputs": [
11311123
{
@@ -1134,8 +1126,7 @@
11341126
"text": [
11351127
"./output/rb_deltap_contour_comp_slides.pdf ./output/rb_deltap_contour_psinc_slides.pdf\n",
11361128
"['pdfjam', '--nup', '2x1', './output/rb_deltap_contour_comp_slides.pdf', './output/rb_deltap_contour_psinc_slides.pdf', '--outfile', './output/rb_deltap_contour_slides.pdf', '--delta', '0.2cm 0.2cm']\n",
1137-
"0\n",
1138-
"0\n"
1129+
"66\n"
11391130
]
11401131
}
11411132
],

visualiser_debugger/review_localdab/rising_bubble_initial_blending.ipynb

Lines changed: 61 additions & 55 deletions
Large diffs are not rendered by default.

visualiser_debugger/review_localdab/scale_analysis.ipynb

Lines changed: 69 additions & 50 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)