From 052e1087a0cc3f44a345ac2f97af9513d3d048fc Mon Sep 17 00:00:00 2001 From: Mattia Almansi Date: Tue, 23 Apr 2024 18:38:26 +0200 Subject: [PATCH] cleanup --- notebooks/wp5/uth_atmospheric_circulation.ipynb | 3 --- 1 file changed, 3 deletions(-) diff --git a/notebooks/wp5/uth_atmospheric_circulation.ipynb b/notebooks/wp5/uth_atmospheric_circulation.ipynb index 3cdebf7..a0cf833 100644 --- a/notebooks/wp5/uth_atmospheric_circulation.ipynb +++ b/notebooks/wp5/uth_atmospheric_circulation.ipynb @@ -211,9 +211,6 @@ "metadata": {}, "outputs": [], "source": [ - "da_uth = ds_uth[\"uth_mean_ascend\"]\n", - "da_omega500 = ds_omega500[\"w\"]\n", - "\n", "series = {}\n", "for da in [ds_uth[\"uth_mean_ascend\"], ds_omega500[\"w\"]]:\n", " series[da.name] = (\n",