From a115b56bf341ad8ec316f8ce139845b1f91277d8 Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Mon, 24 Jul 2023 14:02:28 +0200 Subject: [PATCH] Updated notebooks 14, 15, and 16 --- docs/notebooks/14Lossy_splices.ipynb | 6 +----- docs/notebooks/15Matching_sections.ipynb | 12 +++--------- docs/notebooks/16Averaging_temperatures.ipynb | 7 ++----- 3 files changed, 6 insertions(+), 19 deletions(-) diff --git a/docs/notebooks/14Lossy_splices.ipynb b/docs/notebooks/14Lossy_splices.ipynb index 37c2f3fe..b7959031 100644 --- a/docs/notebooks/14Lossy_splices.ipynb +++ b/docs/notebooks/14Lossy_splices.ipynb @@ -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\");" @@ -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", @@ -230,7 +226,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.11" + "version": "3.10.10" } }, "nbformat": 4, diff --git a/docs/notebooks/15Matching_sections.ipynb b/docs/notebooks/15Matching_sections.ipynb index 5cb355d0..c62ca7c3 100644 --- a/docs/notebooks/15Matching_sections.ipynb +++ b/docs/notebooks/15Matching_sections.ipynb @@ -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\")" @@ -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", @@ -203,7 +197,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -217,7 +211,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.11" + "version": "3.10.10" } }, "nbformat": 4, diff --git a/docs/notebooks/16Averaging_temperatures.ipynb b/docs/notebooks/16Averaging_temperatures.ipynb index 33126b58..6079bd9f 100644 --- a/docs/notebooks/16Averaging_temperatures.ipynb +++ b/docs/notebooks/16Averaging_temperatures.ipynb @@ -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", ")" ] }, @@ -386,7 +383,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -400,7 +397,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.11" + "version": "3.10.10" } }, "nbformat": 4,