Skip to content

Commit

Permalink
Updated notebooks 14, 15, and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
bdestombe committed Jul 24, 2023
1 parent e327b68 commit a115b56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
6 changes: 1 addition & 5 deletions docs/notebooks/14Lossy_splices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@
" ast_var=ast_var,\n",
" rst_var=rst_var,\n",
" rast_var=rast_var,\n",
" method=\"wls\",\n",
" solver=\"sparse\",\n",
")\n",
"\n",
"ds_a.isel(time=0).tmpw.plot(label=\"calibrated\");"
Expand Down Expand Up @@ -197,8 +195,6 @@
" rst_var=rst_var,\n",
" rast_var=rast_var,\n",
" trans_att=[50.0],\n",
" method=\"wls\",\n",
" solver=\"sparse\",\n",
")\n",
"\n",
"ds_a.isel(time=0).tmpw.plot(label=\"no trans. att.\")\n",
Expand Down Expand Up @@ -230,7 +226,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.11"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down
12 changes: 3 additions & 9 deletions docs/notebooks/15Matching_sections.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@
" st_var=st_var,\n",
" ast_var=ast_var,\n",
" rst_var=rst_var,\n",
" rast_var=rast_var,\n",
" store_tmpw=\"tmpw\",\n",
" method=\"wls\",\n",
" solver=\"sparse\",\n",
" rast_var=rast_var\n",
")\n",
"\n",
"ds_a.isel(time=0).tmpw.plot(label=\"calibrated\")"
Expand Down Expand Up @@ -183,9 +180,6 @@
" rast_var=rast_var,\n",
" trans_att=[50.0],\n",
" matching_sections=matching_sections,\n",
" store_tmpw=\"tmpw\",\n",
" method=\"wls\",\n",
" solver=\"sparse\",\n",
")\n",
"\n",
"ds_a.isel(time=0).tmpw.plot(label=\"normal calibration\")\n",
Expand All @@ -203,7 +197,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -217,7 +211,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.11"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down
7 changes: 2 additions & 5 deletions docs/notebooks/16Averaging_temperatures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@
" ast_var=ast_var,\n",
" rst_var=rst_var,\n",
" rast_var=rast_var,\n",
" store_tmpw=\"tmpw\",\n",
" method=\"wls\",\n",
" solver=\"sparse\",\n",
")"
]
},
Expand Down Expand Up @@ -386,7 +383,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -400,7 +397,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.11"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a115b56

Please sign in to comment.