From a632ea0e34e656608e3d1f16d174916b57ed6c21 Mon Sep 17 00:00:00 2001
From: Fabian Wachsmann <k204210@l40414.lvt.dkrz.de>
Date: Thu, 13 Apr 2023 17:48:32 +0200
Subject: [PATCH] Updated era5 disk catalog creator

---
 .../notebooks/dkrz_era5_disk_catalog.ipynb    | 3716 ++---------------
 1 file changed, 300 insertions(+), 3416 deletions(-)

diff --git a/builder/notebooks/dkrz_era5_disk_catalog.ipynb b/builder/notebooks/dkrz_era5_disk_catalog.ipynb
index f1709ae..050420b 100644
--- a/builder/notebooks/dkrz_era5_disk_catalog.ipynb
+++ b/builder/notebooks/dkrz_era5_disk_catalog.ipynb
@@ -2,7 +2,7 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": 2,
+   "execution_count": 1,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -149,12 +149,12 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 4,
+   "execution_count": 2,
    "metadata": {},
    "outputs": [],
    "source": [
     "era_cv={}\n",
-    "era_cv[\"era_id\"]=[\"E5\", \"E1\"]\n",
+    "era_cv[\"era_id\"]=[\"E5\", \"E1\", \"ET\"]\n",
     "era_cv[\"virt_code\"]=\"[0-9][0-9][0-9]\"\n",
     "era_cv[\"initialization_date\"]=\"%Y-%m-%d\"\n",
     "era_cv[\"validation_date\"]=\"%Y-%m-%d\" #or INVARIANT\n",
@@ -184,6 +184,10 @@
     "    proc = subprocess.Popen(cmd, stderr=subprocess.PIPE, stdout=subprocess.PIPE)\n",
     "    output = proc.stdout.read().decode('utf-8').split()\n",
     "    dirs=[Path(entry) for entry in output]\n",
+    "    cmd = ['find', \"/work/bk1099/data/ET\", '-mindepth', '4', '-maxdepth', '4','-type', \"d\"]\n",
+    "    proc = subprocess.Popen(cmd, stderr=subprocess.PIPE, stdout=subprocess.PIPE)\n",
+    "    output = proc.stdout.read().decode('utf-8').split()\n",
+    "    dirs+=[Path(entry) for entry in output]\n",
     "    cmd = ['find', \"/work/bk1099/data/E1\", '-mindepth', '4', '-maxdepth', '4','-type', \"d\"]\n",
     "    proc = subprocess.Popen(cmd, stderr=subprocess.PIPE, stdout=subprocess.PIPE)\n",
     "    output = proc.stdout.read().decode('utf-8').split()\n",
@@ -211,16 +215,25 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 5,
+   "execution_count": 4,
    "metadata": {},
-   "outputs": [],
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "E1  EC\tincoming  READMEs  sf00_1D  sf12_01  sf12_MM\n",
+      "E5  ET\tpl00_1D   scripts  sf00_MM  sf12_1D\n"
+     ]
+    }
+   ],
    "source": [
-    "activity_ids = ['E5','E1']"
+    "!ls /work/bk1099/data/"
    ]
   },
   {
    "cell_type": "code",
-   "execution_count": 6,
+   "execution_count": 5,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -245,13 +258,12 @@
     "        if \"-\" in fileparts[\"validation_date\"] and len(fileparts[\"validation_date\"].split(\"-\")[1]) == 4:\n",
     "            fileparts[\"validation_date\"]=fileparts[\"validation_date\"].split(\"-\")[0]\n",
     "        teststring = era_cv[\"validation_date\"]\n",
-    "        while teststring:\n",
-    "            try :\n",
-    "                datetime.datetime.strptime(fileparts[\"validation_date\"],teststring)\n",
-    "                break\n",
-    "            except:\n",
-    "                teststring = '-'.join(teststring.split(\"-\")[0:-1])\n",
-    "        if not teststring:\n",
+    "        \n",
+    "        if fileparts[\"frequency\"] == \"daily\" :\n",
+    "            teststring = '-'.join(teststring.split(\"-\")[0:-1])\n",
+    "        try :\n",
+    "            datetime.datetime.strptime(fileparts[\"validation_date\"],teststring)\n",
+    "        except:\n",
     "            return fileparts\n",
     "\n",
     "    fileparts[\"initialization_date\"] = np.nan\n",
@@ -285,7 +297,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 7,
+   "execution_count": 6,
    "metadata": {
     "tags": []
    },
@@ -296,7 +308,7 @@
      "text": [
       "Getting list of assets...\n",
       "\n",
-      "[########################################] | 100% Completed |  2min 30.7s\n"
+      "[########################################] | 100% Completed |  2min 32.9s\n"
      ]
     }
    ],
@@ -306,7 +318,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 17,
+   "execution_count": 7,
    "metadata": {},
    "outputs": [
     {
@@ -356,7 +368,7 @@
        "      <td>NaN</td>\n",
        "      <td>248</td>\n",
        "      <td>248</td>\n",
-       "      <td>128</td>\n",
+       "      <td>128.0</td>\n",
        "      <td>NaN</td>\n",
        "      <td>/work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_20...</td>\n",
        "    </tr>\n",
@@ -371,7 +383,7 @@
        "      <td>NaN</td>\n",
        "      <td>248</td>\n",
        "      <td>248</td>\n",
-       "      <td>128</td>\n",
+       "      <td>128.0</td>\n",
        "      <td>NaN</td>\n",
        "      <td>/work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19...</td>\n",
        "    </tr>\n",
@@ -386,7 +398,7 @@
        "      <td>NaN</td>\n",
        "      <td>248</td>\n",
        "      <td>248</td>\n",
-       "      <td>128</td>\n",
+       "      <td>128.0</td>\n",
        "      <td>NaN</td>\n",
        "      <td>/work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19...</td>\n",
        "    </tr>\n",
@@ -401,7 +413,7 @@
        "      <td>NaN</td>\n",
        "      <td>248</td>\n",
        "      <td>248</td>\n",
-       "      <td>128</td>\n",
+       "      <td>128.0</td>\n",
        "      <td>NaN</td>\n",
        "      <td>/work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19...</td>\n",
        "    </tr>\n",
@@ -416,7 +428,7 @@
        "      <td>NaN</td>\n",
        "      <td>248</td>\n",
        "      <td>248</td>\n",
-       "      <td>128</td>\n",
+       "      <td>128.0</td>\n",
        "      <td>NaN</td>\n",
        "      <td>/work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_20...</td>\n",
        "    </tr>\n",
@@ -440,14 +452,14 @@
        "4       an    hourly      2004-04-21                 NaN       248  248   \n",
        "\n",
        "   table_id  step                                          checkpath  \n",
-       "0       128   NaN  /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_20...  \n",
-       "1       128   NaN  /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19...  \n",
-       "2       128   NaN  /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19...  \n",
-       "3       128   NaN  /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19...  \n",
-       "4       128   NaN  /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_20...  "
+       "0     128.0   NaN  /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_20...  \n",
+       "1     128.0   NaN  /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19...  \n",
+       "2     128.0   NaN  /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19...  \n",
+       "3     128.0   NaN  /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19...  \n",
+       "4     128.0   NaN  /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_20...  "
       ]
      },
-     "execution_count": 17,
+     "execution_count": 7,
      "metadata": {},
      "output_type": "execute_result"
     }
@@ -459,16 +471,16 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 18,
+   "execution_count": 8,
    "metadata": {},
    "outputs": [
     {
      "data": {
       "text/plain": [
-       "5004281"
+       "5031180"
       ]
      },
-     "execution_count": 18,
+     "execution_count": 8,
      "metadata": {},
      "output_type": "execute_result"
     }
@@ -479,8 +491,12 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 19,
+   "execution_count": 9,
    "metadata": {
+    "collapsed": true,
+    "jupyter": {
+     "outputs_hidden": true
+    },
     "tags": []
    },
    "outputs": [
@@ -520,17 +536,220 @@
        "    </tr>\n",
        "  </thead>\n",
        "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>735798</th>\n",
+       "      <td>/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_20...</td>\n",
+       "      <td>E5</td>\n",
+       "      <td>sf</td>\n",
+       "      <td>12</td>\n",
+       "      <td>1H</td>\n",
+       "      <td>2014-01</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>735799</th>\n",
+       "      <td>/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_20...</td>\n",
+       "      <td>E5</td>\n",
+       "      <td>sf</td>\n",
+       "      <td>12</td>\n",
+       "      <td>1H</td>\n",
+       "      <td>2015-01</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>735800</th>\n",
+       "      <td>/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_20...</td>\n",
+       "      <td>E5</td>\n",
+       "      <td>sf</td>\n",
+       "      <td>12</td>\n",
+       "      <td>1H</td>\n",
+       "      <td>2013-01</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>735801</th>\n",
+       "      <td>/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_20...</td>\n",
+       "      <td>E5</td>\n",
+       "      <td>sf</td>\n",
+       "      <td>12</td>\n",
+       "      <td>1H</td>\n",
+       "      <td>2012-01</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>735802</th>\n",
+       "      <td>/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_20...</td>\n",
+       "      <td>E5</td>\n",
+       "      <td>sf</td>\n",
+       "      <td>12</td>\n",
+       "      <td>1H</td>\n",
+       "      <td>2016-01</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>...</th>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4006185</th>\n",
+       "      <td>/work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_19...</td>\n",
+       "      <td>E5</td>\n",
+       "      <td>sf</td>\n",
+       "      <td>00</td>\n",
+       "      <td>1D</td>\n",
+       "      <td>1944-11</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4006186</th>\n",
+       "      <td>/work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_20...</td>\n",
+       "      <td>E5</td>\n",
+       "      <td>sf</td>\n",
+       "      <td>00</td>\n",
+       "      <td>1D</td>\n",
+       "      <td>2008-12</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4006187</th>\n",
+       "      <td>/work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_19...</td>\n",
+       "      <td>E5</td>\n",
+       "      <td>sf</td>\n",
+       "      <td>00</td>\n",
+       "      <td>1D</td>\n",
+       "      <td>1967-06</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4006188</th>\n",
+       "      <td>/work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_20...</td>\n",
+       "      <td>E5</td>\n",
+       "      <td>sf</td>\n",
+       "      <td>00</td>\n",
+       "      <td>1D</td>\n",
+       "      <td>2008-05</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4006189</th>\n",
+       "      <td>/work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_20...</td>\n",
+       "      <td>E5</td>\n",
+       "      <td>sf</td>\n",
+       "      <td>00</td>\n",
+       "      <td>1D</td>\n",
+       "      <td>2020-04</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>NaN</td>\n",
+       "    </tr>\n",
        "  </tbody>\n",
        "</table>\n",
+       "<p>117500 rows × 12 columns</p>\n",
        "</div>"
       ],
       "text/plain": [
-       "Empty DataFrame\n",
-       "Columns: [path, era_id, level_type, dataType, frequency, validation_date, initialization_date, virt_code, code, table_id, step, checkpath]\n",
-       "Index: []"
+       "                                                      path era_id level_type  \\\n",
+       "735798   /work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_20...     E5         sf   \n",
+       "735799   /work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_20...     E5         sf   \n",
+       "735800   /work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_20...     E5         sf   \n",
+       "735801   /work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_20...     E5         sf   \n",
+       "735802   /work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_20...     E5         sf   \n",
+       "...                                                    ...    ...        ...   \n",
+       "4006185  /work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_19...     E5         sf   \n",
+       "4006186  /work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_20...     E5         sf   \n",
+       "4006187  /work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_19...     E5         sf   \n",
+       "4006188  /work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_20...     E5         sf   \n",
+       "4006189  /work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_20...     E5         sf   \n",
+       "\n",
+       "        dataType frequency validation_date initialization_date virt_code code  \\\n",
+       "735798        12        1H         2014-01                 NaN       NaN  NaN   \n",
+       "735799        12        1H         2015-01                 NaN       NaN  NaN   \n",
+       "735800        12        1H         2013-01                 NaN       NaN  NaN   \n",
+       "735801        12        1H         2012-01                 NaN       NaN  NaN   \n",
+       "735802        12        1H         2016-01                 NaN       NaN  NaN   \n",
+       "...          ...       ...             ...                 ...       ...  ...   \n",
+       "4006185       00        1D         1944-11                 NaN       NaN  NaN   \n",
+       "4006186       00        1D         2008-12                 NaN       NaN  NaN   \n",
+       "4006187       00        1D         1967-06                 NaN       NaN  NaN   \n",
+       "4006188       00        1D         2008-05                 NaN       NaN  NaN   \n",
+       "4006189       00        1D         2020-04                 NaN       NaN  NaN   \n",
+       "\n",
+       "         table_id  step checkpath  \n",
+       "735798        NaN   NaN       NaN  \n",
+       "735799        NaN   NaN       NaN  \n",
+       "735800        NaN   NaN       NaN  \n",
+       "735801        NaN   NaN       NaN  \n",
+       "735802        NaN   NaN       NaN  \n",
+       "...           ...   ...       ...  \n",
+       "4006185       NaN   NaN       NaN  \n",
+       "4006186       NaN   NaN       NaN  \n",
+       "4006187       NaN   NaN       NaN  \n",
+       "4006188       NaN   NaN       NaN  \n",
+       "4006189       NaN   NaN       NaN  \n",
+       "\n",
+       "[117500 rows x 12 columns]"
       ]
      },
-     "execution_count": 19,
+     "execution_count": 9,
      "metadata": {},
      "output_type": "execute_result"
     }
@@ -543,7 +762,16 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 20,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "df1=df1[df1.checkpath.isin(df1[\"path\"])]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -555,16 +783,27 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 11,
    "metadata": {},
-   "outputs": [],
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "'/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_2014-01_197.grb'"
+      ]
+     },
+     "execution_count": 11,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
    "source": [
     "invalids[\"path\"].values[0]"
    ]
   },
   {
    "cell_type": "code",
-   "execution_count": 20,
+   "execution_count": 21,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -573,7 +812,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 21,
+   "execution_count": 22,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -586,7 +825,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 22,
+   "execution_count": 23,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -597,16 +836,16 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 25,
+   "execution_count": 24,
    "metadata": {},
    "outputs": [
     {
      "data": {
       "text/plain": [
-       "4601595"
+       "4510994"
       ]
      },
-     "execution_count": 25,
+     "execution_count": 24,
      "metadata": {},
      "output_type": "execute_result"
     }
@@ -617,7 +856,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 16,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -626,7 +865,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 26,
+   "execution_count": 25,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -635,16 +874,16 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 29,
+   "execution_count": 26,
    "metadata": {},
    "outputs": [
     {
      "data": {
       "text/plain": [
-       "206"
+       "261"
       ]
      },
-     "execution_count": 29,
+     "execution_count": 26,
      "metadata": {},
      "output_type": "execute_result"
     }
@@ -657,3339 +896,24 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 30,
+   "execution_count": null,
    "metadata": {
-    "collapsed": true,
-    "jupyter": {
-     "outputs_hidden": true
-    },
     "tags": []
    },
    "outputs": [
     {
      "data": {
       "application/vnd.jupyter.widget-view+json": {
-       "model_id": "ccf62188150b44359ab8263be4ca7087",
+       "model_id": "6a458b1f37df46ba990f2343c7e8f41a",
        "version_major": 2,
        "version_minor": 0
       },
       "text/plain": [
-       "  0%|          | 0/206 [00:00<?, ?it/s]"
+       "  0%|          | 0/261 [00:00<?, ?it/s]"
       ]
      },
      "metadata": {},
      "output_type": "display_data"
-    },
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/075/E5ml00_1H_1999-09-19_075.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/075/E5ml00_1H_1999-09-19_075.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/075/E5ml00_1H_1999-09-19_075.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/075/E5ml00_1H_1999-09-19_075.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/076/E5ml00_1H_2018-09-02_076.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/076/E5ml00_1H_2018-09-02_076.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/076/E5ml00_1H_2018-09-02_076.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/076/E5ml00_1H_2018-09-02_076.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/077/E5ml00_1H_2004-08-28_077.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/077/E5ml00_1H_2004-08-28_077.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/077/E5ml00_1H_2004-08-28_077.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/077/E5ml00_1H_2004-08-28_077.grb.90c91.idx'\n",
-      "ecCodes provides no latitudes/longitudes for gridType='sh'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/129/E5ml00_1H_2004-04-09_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/129/E5ml00_1H_2004-04-09_129.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/129/E5ml00_1H_2004-04-09_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/129/E5ml00_1H_2004-04-09_129.grb.90c91.idx'\n",
-      "ecCodes provides no latitudes/longitudes for gridType='sh'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/130/E5ml00_1H_2004-05-30_130.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/130/E5ml00_1H_2004-05-30_130.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/130/E5ml00_1H_2004-05-30_130.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/130/E5ml00_1H_2004-05-30_130.grb.90c91.idx'\n",
-      "ecCodes provides no latitudes/longitudes for gridType='sh'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/131/E5ml00_1H_2004-07-15_131.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/131/E5ml00_1H_2004-07-15_131.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/131/E5ml00_1H_2004-07-15_131.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/131/E5ml00_1H_2004-07-15_131.grb.90c91.idx'\n",
-      "ecCodes provides no latitudes/longitudes for gridType='sh'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/132/E5ml00_1H_2004-03-24_132.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/132/E5ml00_1H_2004-03-24_132.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/132/E5ml00_1H_2004-03-24_132.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/132/E5ml00_1H_2004-03-24_132.grb.90c91.idx'\n",
-      "ecCodes provides no latitudes/longitudes for gridType='sh'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/133/E5ml00_1H_2004-08-16_133.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/133/E5ml00_1H_2004-08-16_133.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/133/E5ml00_1H_2004-08-16_133.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/133/E5ml00_1H_2004-08-16_133.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/135/E5ml00_1H_2004-03-21_135.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/135/E5ml00_1H_2004-03-21_135.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/135/E5ml00_1H_2004-03-21_135.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/135/E5ml00_1H_2004-03-21_135.grb.90c91.idx'\n",
-      "ecCodes provides no latitudes/longitudes for gridType='sh'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/138/E5ml00_1H_2004-09-12_138.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/138/E5ml00_1H_2004-09-12_138.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/138/E5ml00_1H_2004-09-12_138.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/138/E5ml00_1H_2004-09-12_138.grb.90c91.idx'\n",
-      "ecCodes provides no latitudes/longitudes for gridType='sh'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/152/E5ml00_1H_2004-05-27_152.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/152/E5ml00_1H_2004-05-27_152.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/152/E5ml00_1H_2004-05-27_152.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/152/E5ml00_1H_2004-05-27_152.grb.90c91.idx'\n",
-      "ecCodes provides no latitudes/longitudes for gridType='sh'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/155/E5ml00_1H_2004-08-03_155.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/155/E5ml00_1H_2004-08-03_155.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/155/E5ml00_1H_2004-08-03_155.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/155/E5ml00_1H_2004-08-03_155.grb.90c91.idx'\n",
-      "ecCodes provides no latitudes/longitudes for gridType='sh'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/203/E5ml00_1H_2004-12-06_203.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/203/E5ml00_1H_2004-12-06_203.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/203/E5ml00_1H_2004-12-06_203.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/203/E5ml00_1H_2004-12-06_203.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/246/E5ml00_1H_1991-08-18_246.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/246/E5ml00_1H_1991-08-18_246.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/246/E5ml00_1H_1991-08-18_246.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/246/E5ml00_1H_1991-08-18_246.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/247/E5ml00_1H_1993-10-21_247.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/247/E5ml00_1H_1993-10-21_247.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/247/E5ml00_1H_1993-10-21_247.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/247/E5ml00_1H_1993-10-21_247.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_2004-02-28_248.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_2004-02-28_248.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_2004-02-28_248.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_2004-02-28_248.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/060/E5pl00_1H_1997-06-20_060.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/060/E5pl00_1H_1997-06-20_060.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/060/E5pl00_1H_1997-06-20_060.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/060/E5pl00_1H_1997-06-20_060.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/075/E5pl00_1H_1983-05-05_075.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/075/E5pl00_1H_1983-05-05_075.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/075/E5pl00_1H_1983-05-05_075.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/075/E5pl00_1H_1983-05-05_075.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/076/E5pl00_1H_1985-04-23_076.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/076/E5pl00_1H_1985-04-23_076.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/076/E5pl00_1H_1985-04-23_076.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/076/E5pl00_1H_1985-04-23_076.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/129/E5pl00_1H_1997-08-24_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/129/E5pl00_1H_1997-08-24_129.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/129/E5pl00_1H_1997-08-24_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/129/E5pl00_1H_1997-08-24_129.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/130/E5pl00_1H_1983-09-30_130.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/130/E5pl00_1H_1983-09-30_130.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/130/E5pl00_1H_1983-09-30_130.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/130/E5pl00_1H_1983-09-30_130.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/131/E5pl00_1H_1997-04-27_131.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/131/E5pl00_1H_1997-04-27_131.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/131/E5pl00_1H_1997-04-27_131.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/131/E5pl00_1H_1997-04-27_131.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/132/E5pl00_1H_1997-10-28_132.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/132/E5pl00_1H_1997-10-28_132.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/132/E5pl00_1H_1997-10-28_132.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/132/E5pl00_1H_1997-10-28_132.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/133/E5pl00_1H_1997-11-07_133.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/133/E5pl00_1H_1997-11-07_133.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/133/E5pl00_1H_1997-11-07_133.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/133/E5pl00_1H_1997-11-07_133.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/135/E5pl00_1H_2011-10-22_135.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/135/E5pl00_1H_2011-10-22_135.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/135/E5pl00_1H_2011-10-22_135.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/135/E5pl00_1H_2011-10-22_135.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/138/E5pl00_1H_1997-11-18_138.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/138/E5pl00_1H_1997-11-18_138.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/138/E5pl00_1H_1997-11-18_138.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/138/E5pl00_1H_1997-11-18_138.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/155/E5pl00_1H_1997-07-07_155.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/155/E5pl00_1H_1997-07-07_155.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/155/E5pl00_1H_1997-07-07_155.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/155/E5pl00_1H_1997-07-07_155.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/157/E5pl00_1H_1997-07-12_157.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/157/E5pl00_1H_1997-07-12_157.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/157/E5pl00_1H_1997-07-12_157.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/157/E5pl00_1H_1997-07-12_157.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/203/E5pl00_1H_1983-08-17_203.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/203/E5pl00_1H_1983-08-17_203.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/203/E5pl00_1H_1983-08-17_203.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/203/E5pl00_1H_1983-08-17_203.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/246/E5pl00_1H_1997-01-27_246.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/246/E5pl00_1H_1997-01-27_246.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/246/E5pl00_1H_1997-01-27_246.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/246/E5pl00_1H_1997-01-27_246.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/247/E5pl00_1H_1983-05-25_247.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/247/E5pl00_1H_1983-05-25_247.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/247/E5pl00_1H_1983-05-25_247.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/247/E5pl00_1H_1983-05-25_247.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/pl/an/1H/248/E5pl00_1H_2014-08-10_248.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/pl/an/1H/248/E5pl00_1H_2014-08-10_248.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/pl/an/1H/248/E5pl00_1H_2014-08-10_248.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/pl/an/1H/248/E5pl00_1H_2014-08-10_248.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1D/027/E1sf00_1D_2002-08-02_027.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1D/027/E1sf00_1D_2002-08-02_027.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1D/027/E1sf00_1D_2002-08-02_027.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1D/027/E1sf00_1D_2002-08-02_027.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1D/028/E1sf00_1D_2002-04-08_028.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1D/028/E1sf00_1D_2002-04-08_028.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1D/028/E1sf00_1D_2002-04-08_028.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1D/028/E1sf00_1D_2002-04-08_028.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1D/029/E1sf00_1D_2001-02-21_029.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1D/029/E1sf00_1D_2001-02-21_029.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1D/029/E1sf00_1D_2001-02-21_029.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1D/029/E1sf00_1D_2001-02-21_029.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1D/030/E1sf00_1D_2002-07-16_030.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1D/030/E1sf00_1D_2002-07-16_030.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1D/030/E1sf00_1D_2002-07-16_030.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1D/030/E1sf00_1D_2002-07-16_030.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/031/E5sf00_1D_2015-02_031.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/031/E5sf00_1D_2015-02_031.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/031/E5sf00_1D_2015-02_031.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/031/E5sf00_1D_2015-02_031.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/032/E5sf00_1D_1967-10_032.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/032/E5sf00_1D_1967-10_032.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/032/E5sf00_1D_1967-10_032.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/032/E5sf00_1D_1967-10_032.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/033/E5sf00_1D_1948-05_033.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/033/E5sf00_1D_1948-05_033.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/033/E5sf00_1D_1948-05_033.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/033/E5sf00_1D_1948-05_033.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/034/E5sf00_1D_2000-05_034.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/034/E5sf00_1D_2000-05_034.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/034/E5sf00_1D_2000-05_034.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/034/E5sf00_1D_2000-05_034.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/035/E5sf00_1D_1957-06_035.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/035/E5sf00_1D_1957-06_035.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/035/E5sf00_1D_1957-06_035.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/035/E5sf00_1D_1957-06_035.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/036/E5sf00_1D_1983-05_036.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/036/E5sf00_1D_1983-05_036.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/036/E5sf00_1D_1983-05_036.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/036/E5sf00_1D_1983-05_036.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/037/E5sf00_1D_1953-02_037.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/037/E5sf00_1D_1953-02_037.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/037/E5sf00_1D_1953-02_037.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/037/E5sf00_1D_1953-02_037.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/038/E5sf00_1D_1943-10_038.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/038/E5sf00_1D_1943-10_038.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/038/E5sf00_1D_1943-10_038.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/038/E5sf00_1D_1943-10_038.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/039/E5sf00_1D_1975-01_039.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/039/E5sf00_1D_1975-01_039.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/039/E5sf00_1D_1975-01_039.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/039/E5sf00_1D_1975-01_039.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/040/E5sf00_1D_1965-05_040.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/040/E5sf00_1D_1965-05_040.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/040/E5sf00_1D_1965-05_040.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/040/E5sf00_1D_1965-05_040.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/041/E5sf00_1D_2003-02_041.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/041/E5sf00_1D_2003-02_041.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/041/E5sf00_1D_2003-02_041.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/041/E5sf00_1D_2003-02_041.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/042/E5sf00_1D_1972-01_042.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/042/E5sf00_1D_1972-01_042.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/042/E5sf00_1D_1972-01_042.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/042/E5sf00_1D_1972-01_042.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1D/043/E1sf00_1D_2003-10-11_043.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1D/043/E1sf00_1D_2003-10-11_043.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1D/043/E1sf00_1D_2003-10-11_043.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1D/043/E1sf00_1D_2003-10-11_043.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1D/129/E1sf00_1D_2006-02-25_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1D/129/E1sf00_1D_2006-02-25_129.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1D/129/E1sf00_1D_2006-02-25_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1D/129/E1sf00_1D_2006-02-25_129.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/134/E5sf00_1D_1995-02_134.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/134/E5sf00_1D_1995-02_134.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/134/E5sf00_1D_1995-02_134.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/134/E5sf00_1D_1995-02_134.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/136/E5sf00_1D_1991-05_136.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/136/E5sf00_1D_1991-05_136.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/136/E5sf00_1D_1991-05_136.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/136/E5sf00_1D_1991-05_136.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/137/E5sf00_1D_2001-07_137.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/137/E5sf00_1D_2001-07_137.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/137/E5sf00_1D_2001-07_137.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/137/E5sf00_1D_2001-07_137.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/139/E5sf00_1D_1990-01_139.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/139/E5sf00_1D_1990-01_139.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/139/E5sf00_1D_1990-01_139.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/139/E5sf00_1D_1990-01_139.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/141/E5sf00_1D_1992-03_141.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/141/E5sf00_1D_1992-03_141.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/141/E5sf00_1D_1992-03_141.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/141/E5sf00_1D_1992-03_141.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/151/E5sf00_1D_1996-08_151.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/151/E5sf00_1D_1996-08_151.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/151/E5sf00_1D_1996-08_151.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/151/E5sf00_1D_1996-08_151.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1D/160/E1sf00_1D_2001-06-13_160.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1D/160/E1sf00_1D_2001-06-13_160.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1D/160/E1sf00_1D_2001-06-13_160.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1D/160/E1sf00_1D_2001-06-13_160.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1D/161/E1sf00_1D_2005-02-08_161.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1D/161/E1sf00_1D_2005-02-08_161.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1D/161/E1sf00_1D_2005-02-08_161.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1D/161/E1sf00_1D_2005-02-08_161.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1D/162/E1sf00_1D_2003-03-28_162.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1D/162/E1sf00_1D_2003-03-28_162.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1D/162/E1sf00_1D_2003-03-28_162.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1D/162/E1sf00_1D_2003-03-28_162.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1D/163/E1sf00_1D_2006-11-08_163.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1D/163/E1sf00_1D_2006-11-08_163.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1D/163/E1sf00_1D_2006-11-08_163.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1D/163/E1sf00_1D_2006-11-08_163.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_1986-01_164.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_1986-01_164.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_1986-01_164.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/164/E5sf00_1D_1986-01_164.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/165/E5sf00_1D_1962-09_165.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/165/E5sf00_1D_1962-09_165.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/165/E5sf00_1D_1962-09_165.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/165/E5sf00_1D_1962-09_165.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/166/E5sf00_1D_2016-05_166.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/166/E5sf00_1D_2016-05_166.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/166/E5sf00_1D_2016-05_166.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/166/E5sf00_1D_2016-05_166.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/167/E5sf00_1D_1964-09_167.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/167/E5sf00_1D_1964-09_167.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/167/E5sf00_1D_1964-09_167.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/167/E5sf00_1D_1964-09_167.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/168/E5sf00_1D_2014-04_168.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/168/E5sf00_1D_2014-04_168.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/168/E5sf00_1D_2014-04_168.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/168/E5sf00_1D_2014-04_168.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/170/E5sf00_1D_1960-06_170.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/170/E5sf00_1D_1960-06_170.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/170/E5sf00_1D_1960-06_170.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/170/E5sf00_1D_1960-06_170.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1D/172/E1sf00_1D_2001-09-10_172.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1D/172/E1sf00_1D_2001-09-10_172.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1D/172/E1sf00_1D_2001-09-10_172.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1D/172/E1sf00_1D_2001-09-10_172.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/183/E5sf00_1D_1954-12_183.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/183/E5sf00_1D_1954-12_183.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/183/E5sf00_1D_1954-12_183.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/183/E5sf00_1D_1954-12_183.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/186/E5sf00_1D_1967-11_186.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/186/E5sf00_1D_1967-11_186.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/186/E5sf00_1D_1967-11_186.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/186/E5sf00_1D_1967-11_186.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/187/E5sf00_1D_1984-10_187.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/187/E5sf00_1D_1984-10_187.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/187/E5sf00_1D_1984-10_187.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/187/E5sf00_1D_1984-10_187.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/188/E5sf00_1D_1983-06_188.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/188/E5sf00_1D_1983-06_188.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/188/E5sf00_1D_1983-06_188.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/188/E5sf00_1D_1983-06_188.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/198/E5sf00_1D_2019-03_198.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/198/E5sf00_1D_2019-03_198.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/198/E5sf00_1D_2019-03_198.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/198/E5sf00_1D_2019-03_198.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/206/E5sf00_1D_1970-09_206.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/206/E5sf00_1D_1970-09_206.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/206/E5sf00_1D_1970-09_206.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/206/E5sf00_1D_1970-09_206.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/235/E5sf00_1D_1979-12_235.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/235/E5sf00_1D_1979-12_235.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/235/E5sf00_1D_1979-12_235.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/235/E5sf00_1D_1979-12_235.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/236/E5sf00_1D_1948-02_236.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/236/E5sf00_1D_1948-02_236.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/236/E5sf00_1D_1948-02_236.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/236/E5sf00_1D_1948-02_236.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/238/E5sf00_1D_2019-07_238.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/238/E5sf00_1D_2019-07_238.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/238/E5sf00_1D_2019-07_238.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/238/E5sf00_1D_2019-07_238.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/243/E5sf00_1D_2010-04_243.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/243/E5sf00_1D_2010-04_243.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/243/E5sf00_1D_2010-04_243.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/243/E5sf00_1D_2010-04_243.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/244/E5sf00_1D_2002-04_244.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/244/E5sf00_1D_2002-04_244.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/244/E5sf00_1D_2002-04_244.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/244/E5sf00_1D_2002-04_244.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/245/E5sf00_1D_2008-09_245.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/245/E5sf00_1D_2008-09_245.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/245/E5sf00_1D_2008-09_245.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/245/E5sf00_1D_2008-09_245.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/502/E5sf00_1D_1998-12_502.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/502/E5sf00_1D_1998-12_502.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/502/E5sf00_1D_1998-12_502.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/502/E5sf00_1D_1998-12_502.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1D/503/E5sf00_1D_1961-08_503.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1D/503/E5sf00_1D_1961-08_503.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1D/503/E5sf00_1D_1961-08_503.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1D/503/E5sf00_1D_1961-08_503.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1H/026/E1sf00_1H_2000-01-01_026.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1H/026/E1sf00_1H_2000-01-01_026.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1H/026/E1sf00_1H_2000-01-01_026.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1H/026/E1sf00_1H_2000-01-01_026.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/027/E5sf00_1H_2002-11_027.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/027/E5sf00_1H_2002-11_027.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/027/E5sf00_1H_2002-11_027.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/027/E5sf00_1H_2002-11_027.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/028/E5sf00_1H_2002-12_028.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/028/E5sf00_1H_2002-12_028.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/028/E5sf00_1H_2002-12_028.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/028/E5sf00_1H_2002-12_028.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/029/E5sf00_1H_2011-09_029.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/029/E5sf00_1H_2011-09_029.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/029/E5sf00_1H_2011-09_029.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/029/E5sf00_1H_2011-09_029.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/030/E5sf00_1H_1983-03_030.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/030/E5sf00_1H_1983-03_030.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/030/E5sf00_1H_1983-03_030.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/030/E5sf00_1H_1983-03_030.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/031/E5sf00_1H_2011-09_031.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/031/E5sf00_1H_2011-09_031.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/031/E5sf00_1H_2011-09_031.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/031/E5sf00_1H_2011-09_031.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/032/E5sf00_1H_2011-07_032.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/032/E5sf00_1H_2011-07_032.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/032/E5sf00_1H_2011-07_032.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/032/E5sf00_1H_2011-07_032.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/033/E5sf00_1H_1983-04_033.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/033/E5sf00_1H_1983-04_033.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/033/E5sf00_1H_1983-04_033.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/033/E5sf00_1H_1983-04_033.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/034/E5sf00_1H_2011-03_034.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/034/E5sf00_1H_2011-03_034.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/034/E5sf00_1H_2011-03_034.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/034/E5sf00_1H_2011-03_034.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/035/E5sf00_1H_2013-04_035.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/035/E5sf00_1H_2013-04_035.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/035/E5sf00_1H_2013-04_035.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/035/E5sf00_1H_2013-04_035.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/036/E5sf00_1H_1983-05_036.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/036/E5sf00_1H_1983-05_036.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/036/E5sf00_1H_1983-05_036.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/036/E5sf00_1H_1983-05_036.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/037/E5sf00_1H_2011-10_037.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/037/E5sf00_1H_2011-10_037.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/037/E5sf00_1H_2011-10_037.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/037/E5sf00_1H_2011-10_037.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/038/E5sf00_1H_1983-10_038.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/038/E5sf00_1H_1983-10_038.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/038/E5sf00_1H_1983-10_038.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/038/E5sf00_1H_1983-10_038.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/039/E5sf00_1H_1983-04_039.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/039/E5sf00_1H_1983-04_039.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/039/E5sf00_1H_1983-04_039.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/039/E5sf00_1H_1983-04_039.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/040/E5sf00_1H_2011-02_040.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/040/E5sf00_1H_2011-02_040.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/040/E5sf00_1H_2011-02_040.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/040/E5sf00_1H_2011-02_040.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/041/E5sf00_1H_2011-02_041.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/041/E5sf00_1H_2011-02_041.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/041/E5sf00_1H_2011-02_041.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/041/E5sf00_1H_2011-02_041.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/042/E5sf00_1H_2011-05_042.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/042/E5sf00_1H_2011-05_042.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/042/E5sf00_1H_2011-05_042.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/042/E5sf00_1H_2011-05_042.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/043/E5sf00_1H_2011-07_043.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/043/E5sf00_1H_2011-07_043.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/043/E5sf00_1H_2011-07_043.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/043/E5sf00_1H_2011-07_043.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1H/263/E1sf00_1H_2000-01-01_263.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1H/263/E1sf00_1H_2000-01-01_263.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1H/263/E1sf00_1H_2000-01-01_263.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1H/263/E1sf00_1H_2000-01-01_263.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E1/sf/an/1H/074/E1sf00_1H_2000-01-01_074.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E1/sf/an/1H/074/E1sf00_1H_2000-01-01_074.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E1/sf/an/1H/074/E1sf00_1H_2000-01-01_074.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E1/sf/an/1H/074/E1sf00_1H_2000-01-01_074.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/129/E5sf00_1H_2002-11_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/129/E5sf00_1H_2002-11_129.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/129/E5sf00_1H_2002-11_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/129/E5sf00_1H_2002-11_129.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/134/E5sf00_1H_2011-05_134.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/134/E5sf00_1H_2011-05_134.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/134/E5sf00_1H_2011-05_134.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/134/E5sf00_1H_2011-05_134.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/136/E5sf00_1H_2011-02_136.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/136/E5sf00_1H_2011-02_136.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/136/E5sf00_1H_2011-02_136.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/136/E5sf00_1H_2011-02_136.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/137/E5sf00_1H_2002-10_137.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/137/E5sf00_1H_2002-10_137.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/137/E5sf00_1H_2002-10_137.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/137/E5sf00_1H_2002-10_137.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/139/E5sf00_1H_2011-03_139.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/139/E5sf00_1H_2011-03_139.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/139/E5sf00_1H_2011-03_139.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/139/E5sf00_1H_2011-03_139.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/141/E5sf00_1H_2002-08_141.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/141/E5sf00_1H_2002-08_141.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/141/E5sf00_1H_2002-08_141.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/141/E5sf00_1H_2002-08_141.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/151/E5sf00_1H_2002-07_151.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/151/E5sf00_1H_2002-07_151.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/151/E5sf00_1H_2002-07_151.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/151/E5sf00_1H_2002-07_151.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/160/E5sf00_1H_2002-10_160.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/160/E5sf00_1H_2002-10_160.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/160/E5sf00_1H_2002-10_160.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/160/E5sf00_1H_2002-10_160.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/161/E5sf00_1H_2002-05_161.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/161/E5sf00_1H_2002-05_161.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/161/E5sf00_1H_2002-05_161.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/161/E5sf00_1H_2002-05_161.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/162/E5sf00_1H_1983-04_162.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/162/E5sf00_1H_1983-04_162.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/162/E5sf00_1H_1983-04_162.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/162/E5sf00_1H_1983-04_162.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/163/E5sf00_1H_2002-06_163.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/163/E5sf00_1H_2002-06_163.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/163/E5sf00_1H_2002-06_163.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/163/E5sf00_1H_2002-06_163.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/164/E5sf00_1H_1983-06_164.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/164/E5sf00_1H_1983-06_164.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/164/E5sf00_1H_1983-06_164.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/164/E5sf00_1H_1983-06_164.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/165/E5sf00_1H_1983-08_165.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/165/E5sf00_1H_1983-08_165.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/165/E5sf00_1H_1983-08_165.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/165/E5sf00_1H_1983-08_165.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/166/E5sf00_1H_1983-05_166.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/166/E5sf00_1H_1983-05_166.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/166/E5sf00_1H_1983-05_166.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/166/E5sf00_1H_1983-05_166.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/167/E5sf00_1H_2011-03_167.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/167/E5sf00_1H_2011-03_167.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/167/E5sf00_1H_2011-03_167.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/167/E5sf00_1H_2011-03_167.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/168/E5sf00_1H_1983-11_168.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/168/E5sf00_1H_1983-11_168.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/168/E5sf00_1H_1983-11_168.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/168/E5sf00_1H_1983-11_168.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/170/E5sf00_1H_2013-04_170.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/170/E5sf00_1H_2013-04_170.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/170/E5sf00_1H_2013-04_170.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/170/E5sf00_1H_2013-04_170.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/172/E5sf00_1H_2011-12_172.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/172/E5sf00_1H_2011-12_172.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/172/E5sf00_1H_2011-12_172.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/172/E5sf00_1H_2011-12_172.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/183/E5sf00_1H_2011-01_183.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/183/E5sf00_1H_2011-01_183.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/183/E5sf00_1H_2011-01_183.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/183/E5sf00_1H_2011-01_183.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/186/E5sf00_1H_1983-09_186.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/186/E5sf00_1H_1983-09_186.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/186/E5sf00_1H_1983-09_186.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/186/E5sf00_1H_1983-09_186.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/187/E5sf00_1H_2002-05_187.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/187/E5sf00_1H_2002-05_187.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/187/E5sf00_1H_2002-05_187.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/187/E5sf00_1H_2002-05_187.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/188/E5sf00_1H_2011-10_188.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/188/E5sf00_1H_2011-10_188.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/188/E5sf00_1H_2011-10_188.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/188/E5sf00_1H_2011-10_188.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/198/E5sf00_1H_2002-03_198.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/198/E5sf00_1H_2002-03_198.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/198/E5sf00_1H_2002-03_198.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/198/E5sf00_1H_2002-03_198.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/206/E5sf00_1H_2011-01_206.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/206/E5sf00_1H_2011-01_206.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/206/E5sf00_1H_2011-01_206.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/206/E5sf00_1H_2011-01_206.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/235/E5sf00_1H_2011-02_235.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/235/E5sf00_1H_2011-02_235.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/235/E5sf00_1H_2011-02_235.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/235/E5sf00_1H_2011-02_235.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/236/E5sf00_1H_2011-12_236.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/236/E5sf00_1H_2011-12_236.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/236/E5sf00_1H_2011-12_236.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/236/E5sf00_1H_2011-12_236.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/238/E5sf00_1H_1983-06_238.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/238/E5sf00_1H_1983-06_238.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/238/E5sf00_1H_1983-06_238.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/238/E5sf00_1H_1983-06_238.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/243/E5sf00_1H_2011-09_243.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/243/E5sf00_1H_2011-09_243.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/243/E5sf00_1H_2011-09_243.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/243/E5sf00_1H_2011-09_243.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/244/E5sf00_1H_2011-04_244.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/244/E5sf00_1H_2011-04_244.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/244/E5sf00_1H_2011-04_244.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/244/E5sf00_1H_2011-04_244.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/245/E5sf00_1H_2011-10_245.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/245/E5sf00_1H_2011-10_245.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/245/E5sf00_1H_2011-10_245.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/245/E5sf00_1H_2011-10_245.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/502/E5sf00_1H_2002-06_502.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/502/E5sf00_1H_2002-06_502.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/502/E5sf00_1H_2002-06_502.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/502/E5sf00_1H_2002-06_502.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/1H/503/E5sf00_1H_1997-03_503.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/1H/503/E5sf00_1H_1997-03_503.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/1H/503/E5sf00_1H_1997-03_503.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/1H/503/E5sf00_1H_1997-03_503.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/026/E5sf00_IV_2000-01-01_026.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/026/E5sf00_IV_2000-01-01_026.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/026/E5sf00_IV_2000-01-01_026.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/026/E5sf00_IV_2000-01-01_026.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/027/E5sf00_IV_2000-01-01_027.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/027/E5sf00_IV_2000-01-01_027.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/027/E5sf00_IV_2000-01-01_027.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/027/E5sf00_IV_2000-01-01_027.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/028/E5sf00_IV_2000-01-01_028.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/028/E5sf00_IV_2000-01-01_028.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/028/E5sf00_IV_2000-01-01_028.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/028/E5sf00_IV_2000-01-01_028.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/029/E5sf00_IV_INVARIANT_029.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/029/E5sf00_IV_INVARIANT_029.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/029/E5sf00_IV_INVARIANT_029.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/029/E5sf00_IV_INVARIANT_029.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/030/E5sf00_IV_INVARIANT_030.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/030/E5sf00_IV_INVARIANT_030.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/030/E5sf00_IV_INVARIANT_030.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/030/E5sf00_IV_INVARIANT_030.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/043/E5sf00_IV_2000-01-01_043.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/043/E5sf00_IV_2000-01-01_043.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/043/E5sf00_IV_2000-01-01_043.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/043/E5sf00_IV_2000-01-01_043.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/263/E5sf00_IV_INVARIANT_263.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/263/E5sf00_IV_INVARIANT_263.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/263/E5sf00_IV_INVARIANT_263.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/263/E5sf00_IV_INVARIANT_263.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/074/E5sf00_IV_INVARIANT_074.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/074/E5sf00_IV_INVARIANT_074.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/074/E5sf00_IV_INVARIANT_074.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/074/E5sf00_IV_INVARIANT_074.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/129/E5sf00_IV_INVARIANT_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/129/E5sf00_IV_INVARIANT_129.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/129/E5sf00_IV_INVARIANT_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/129/E5sf00_IV_INVARIANT_129.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/160/E5sf00_IV_INVARIANT_160.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/160/E5sf00_IV_INVARIANT_160.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/160/E5sf00_IV_INVARIANT_160.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/160/E5sf00_IV_INVARIANT_160.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/161/E5sf00_IV_2000-01-01_161.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/161/E5sf00_IV_2000-01-01_161.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/161/E5sf00_IV_2000-01-01_161.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/161/E5sf00_IV_2000-01-01_161.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/162/E5sf00_IV_INVARIANT_162.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/162/E5sf00_IV_INVARIANT_162.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/162/E5sf00_IV_INVARIANT_162.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/162/E5sf00_IV_INVARIANT_162.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/163/E5sf00_IV_2000-01-01_163.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/163/E5sf00_IV_2000-01-01_163.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/163/E5sf00_IV_2000-01-01_163.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/163/E5sf00_IV_2000-01-01_163.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/an/IV/172/E5sf00_IV_2000-01-01_172.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/an/IV/172/E5sf00_IV_2000-01-01_172.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/an/IV/172/E5sf00_IV_2000-01-01_172.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/an/IV/172/E5sf00_IV_2000-01-01_172.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/034/E5sf12_1H_2012-01_034.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/034/E5sf12_1H_2012-01_034.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/034/E5sf12_1H_2012-01_034.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/034/E5sf12_1H_2012-01_034.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/044/E5sf12_1H_2013-01_044.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/044/E5sf12_1H_2013-01_044.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/044/E5sf12_1H_2013-01_044.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/044/E5sf12_1H_2013-01_044.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/045/E5sf12_1H_2013-01_045.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/045/E5sf12_1H_2013-01_045.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/045/E5sf12_1H_2013-01_045.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/045/E5sf12_1H_2013-01_045.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/049/E5sf12_1H_2012-01_049.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/049/E5sf12_1H_2012-01_049.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/049/E5sf12_1H_2012-01_049.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/049/E5sf12_1H_2012-01_049.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/050/E5sf12_1H_2015-01_050.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/050/E5sf12_1H_2015-01_050.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/050/E5sf12_1H_2015-01_050.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/050/E5sf12_1H_2015-01_050.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/057/E5sf12_1H_2016-01_057.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/057/E5sf12_1H_2016-01_057.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/057/E5sf12_1H_2016-01_057.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/057/E5sf12_1H_2016-01_057.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/059/E5sf12_1H_2016-01_059.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/059/E5sf12_1H_2016-01_059.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/059/E5sf12_1H_2016-01_059.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/059/E5sf12_1H_2016-01_059.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/078/E5sf12_1H_2013-01_078.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/078/E5sf12_1H_2013-01_078.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/078/E5sf12_1H_2013-01_078.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/078/E5sf12_1H_2013-01_078.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/079/E5sf12_1H_2012-01_079.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/079/E5sf12_1H_2012-01_079.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/079/E5sf12_1H_2012-01_079.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/079/E5sf12_1H_2012-01_079.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/385/E5sf12_1H_2015-01_385.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/385/E5sf12_1H_2015-01_385.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/385/E5sf12_1H_2015-01_385.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/385/E5sf12_1H_2015-01_385.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/386/E5sf12_1H_2012-01_386.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/386/E5sf12_1H_2012-01_386.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/386/E5sf12_1H_2012-01_386.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/386/E5sf12_1H_2012-01_386.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/137/E5sf12_1H_2016-01_137.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/137/E5sf12_1H_2016-01_137.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/137/E5sf12_1H_2016-01_137.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/137/E5sf12_1H_2016-01_137.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/142/E5sf12_1H_2014-01_142.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/142/E5sf12_1H_2014-01_142.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/142/E5sf12_1H_2014-01_142.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/142/E5sf12_1H_2014-01_142.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/143/E5sf12_1H_2012-01_143.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/143/E5sf12_1H_2012-01_143.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/143/E5sf12_1H_2012-01_143.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/143/E5sf12_1H_2012-01_143.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/144/E5sf12_1H_2016-01_144.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/144/E5sf12_1H_2016-01_144.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/144/E5sf12_1H_2016-01_144.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/144/E5sf12_1H_2016-01_144.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/145/E5sf12_1H_2015-01_145.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/145/E5sf12_1H_2015-01_145.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/145/E5sf12_1H_2015-01_145.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/145/E5sf12_1H_2015-01_145.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/146/E5sf12_1H_2014-01_146.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/146/E5sf12_1H_2014-01_146.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/146/E5sf12_1H_2014-01_146.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/146/E5sf12_1H_2014-01_146.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/147/E5sf12_1H_2016-01_147.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/147/E5sf12_1H_2016-01_147.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/147/E5sf12_1H_2016-01_147.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/147/E5sf12_1H_2016-01_147.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/159/E5sf12_1H_2013-01_159.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/159/E5sf12_1H_2013-01_159.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/159/E5sf12_1H_2013-01_159.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/159/E5sf12_1H_2013-01_159.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/164/E5sf12_1H_2015-01_164.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/164/E5sf12_1H_2015-01_164.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/164/E5sf12_1H_2015-01_164.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/164/E5sf12_1H_2015-01_164.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/169/E5sf12_1H_2012-01_169.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/169/E5sf12_1H_2012-01_169.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/169/E5sf12_1H_2012-01_169.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/169/E5sf12_1H_2012-01_169.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/175/E5sf12_1H_2014-01_175.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/175/E5sf12_1H_2014-01_175.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/175/E5sf12_1H_2014-01_175.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/175/E5sf12_1H_2014-01_175.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/176/E5sf12_1H_2015-01_176.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/176/E5sf12_1H_2015-01_176.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/176/E5sf12_1H_2015-01_176.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/176/E5sf12_1H_2015-01_176.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/177/E5sf12_1H_2015-01_177.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/177/E5sf12_1H_2015-01_177.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/177/E5sf12_1H_2015-01_177.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/177/E5sf12_1H_2015-01_177.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/178/E5sf12_1H_2011-01_178.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/178/E5sf12_1H_2011-01_178.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/178/E5sf12_1H_2011-01_178.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/178/E5sf12_1H_2011-01_178.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/179/E5sf12_1H_2016-01_179.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/179/E5sf12_1H_2016-01_179.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/179/E5sf12_1H_2016-01_179.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/179/E5sf12_1H_2016-01_179.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/180/E5sf12_1H_2011-01_180.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/180/E5sf12_1H_2011-01_180.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/180/E5sf12_1H_2011-01_180.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/180/E5sf12_1H_2011-01_180.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/181/E5sf12_1H_2016-01_181.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/181/E5sf12_1H_2016-01_181.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/181/E5sf12_1H_2016-01_181.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/181/E5sf12_1H_2016-01_181.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/182/E5sf12_1H_2011-01_182.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/182/E5sf12_1H_2011-01_182.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/182/E5sf12_1H_2011-01_182.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/182/E5sf12_1H_2011-01_182.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/195/E5sf12_1H_2016-01_195.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/195/E5sf12_1H_2016-01_195.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/195/E5sf12_1H_2016-01_195.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/195/E5sf12_1H_2016-01_195.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/196/E5sf12_1H_2013-01_196.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/196/E5sf12_1H_2013-01_196.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/196/E5sf12_1H_2013-01_196.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/196/E5sf12_1H_2013-01_196.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_2014-01_197.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_2014-01_197.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_2014-01_197.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_2014-01_197.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/201/E5sf12_1H_2011-01_201.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/201/E5sf12_1H_2011-01_201.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/201/E5sf12_1H_2011-01_201.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/201/E5sf12_1H_2011-01_201.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/202/E5sf12_1H_2013-01_202.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/202/E5sf12_1H_2013-01_202.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/202/E5sf12_1H_2013-01_202.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/202/E5sf12_1H_2013-01_202.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/205/E5sf12_1H_2011-01_205.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/205/E5sf12_1H_2011-01_205.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/205/E5sf12_1H_2011-01_205.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/205/E5sf12_1H_2011-01_205.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/208/E5sf12_1H_2015-01_208.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/208/E5sf12_1H_2015-01_208.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/208/E5sf12_1H_2015-01_208.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/208/E5sf12_1H_2015-01_208.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/209/E5sf12_1H_2014-01_209.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/209/E5sf12_1H_2014-01_209.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/209/E5sf12_1H_2014-01_209.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/209/E5sf12_1H_2014-01_209.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/277/E5sf12_1H_2015-01_277.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/277/E5sf12_1H_2015-01_277.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/277/E5sf12_1H_2015-01_277.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/277/E5sf12_1H_2015-01_277.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/210/E5sf12_1H_2015-01_210.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/210/E5sf12_1H_2015-01_210.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/210/E5sf12_1H_2015-01_210.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/210/E5sf12_1H_2015-01_210.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/211/E5sf12_1H_2011-01_211.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/211/E5sf12_1H_2011-01_211.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/211/E5sf12_1H_2011-01_211.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/211/E5sf12_1H_2011-01_211.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/212/E5sf12_1H_2012-01_212.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/212/E5sf12_1H_2012-01_212.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/212/E5sf12_1H_2012-01_212.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/212/E5sf12_1H_2012-01_212.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/474/E5sf12_1H_2015-01_474.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/474/E5sf12_1H_2015-01_474.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/474/E5sf12_1H_2015-01_474.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/474/E5sf12_1H_2015-01_474.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/475/E5sf12_1H_2016-01_475.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/475/E5sf12_1H_2016-01_475.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/475/E5sf12_1H_2016-01_475.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/475/E5sf12_1H_2016-01_475.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/278/E5sf12_1H_2016-01_278.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/278/E5sf12_1H_2016-01_278.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/278/E5sf12_1H_2016-01_278.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/278/E5sf12_1H_2016-01_278.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/476/E5sf12_1H_2011-01_476.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/476/E5sf12_1H_2011-01_476.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/476/E5sf12_1H_2011-01_476.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/476/E5sf12_1H_2011-01_476.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/477/E5sf12_1H_2016-01_477.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/477/E5sf12_1H_2016-01_477.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/477/E5sf12_1H_2016-01_477.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/477/E5sf12_1H_2016-01_477.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/228/E5sf12_1H_2016-01_228.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/228/E5sf12_1H_2016-01_228.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/228/E5sf12_1H_2016-01_228.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/228/E5sf12_1H_2016-01_228.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/279/E5sf12_1H_2016-01_279.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/279/E5sf12_1H_2016-01_279.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/279/E5sf12_1H_2016-01_279.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/279/E5sf12_1H_2016-01_279.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/239/E5sf12_1H_2015-01_239.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/239/E5sf12_1H_2015-01_239.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/239/E5sf12_1H_2015-01_239.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/239/E5sf12_1H_2015-01_239.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/240/E5sf12_1H_2011-01_240.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/240/E5sf12_1H_2011-01_240.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/240/E5sf12_1H_2011-01_240.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/240/E5sf12_1H_2011-01_240.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/243/E5sf12_1H_2013-01_243.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/243/E5sf12_1H_2013-01_243.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/243/E5sf12_1H_2013-01_243.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/243/E5sf12_1H_2013-01_243.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/244/E5sf12_1H_2016-01_244.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/244/E5sf12_1H_2016-01_244.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/244/E5sf12_1H_2016-01_244.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/244/E5sf12_1H_2016-01_244.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/245/E5sf12_1H_2012-01_245.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/245/E5sf12_1H_2012-01_245.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/245/E5sf12_1H_2012-01_245.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/245/E5sf12_1H_2012-01_245.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/507/E5sf12_1H_2011-01_507.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/507/E5sf12_1H_2011-01_507.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/507/E5sf12_1H_2011-01_507.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/507/E5sf12_1H_2011-01_507.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/1H/285/E5sf12_1H_2014-01_285.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/1H/285/E5sf12_1H_2014-01_285.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/285/E5sf12_1H_2014-01_285.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/1H/285/E5sf12_1H_2014-01_285.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/IV/026/E5sf12_IV_2000-01-01_026.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/IV/026/E5sf12_IV_2000-01-01_026.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/IV/026/E5sf12_IV_2000-01-01_026.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/IV/026/E5sf12_IV_2000-01-01_026.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/IV/263/E5sf12_IV_INVARIANT_263.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/IV/263/E5sf12_IV_INVARIANT_263.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/IV/263/E5sf12_IV_INVARIANT_263.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/IV/263/E5sf12_IV_INVARIANT_263.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/IV/129/E5sf12_IV_INVARIANT_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/IV/129/E5sf12_IV_INVARIANT_129.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/IV/129/E5sf12_IV_INVARIANT_129.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/IV/129/E5sf12_IV_INVARIANT_129.grb.90c91.idx'\n",
-      "Can't create file '/work/bk1099/data/E5/sf/fc/IV/172/E5sf12_IV_2000-01-01_172.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 342, in from_indexpath_or_filestream\n",
-      "    with compat_create_exclusive(indexpath) as new_index_file:\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/contextlib.py\", line 119, in __enter__\n",
-      "    return next(self.gen)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 274, in compat_create_exclusive\n",
-      "    fd = os.open(path, os.O_WRONLY | os.O_CREAT | os.O_EXCL)\n",
-      "PermissionError: [Errno 13] Permission denied: '/work/bk1099/data/E5/sf/fc/IV/172/E5sf12_IV_2000-01-01_172.grb.90c91.idx'\n",
-      "Can't read index file '/work/bk1099/data/E5/sf/fc/IV/172/E5sf12_IV_2000-01-01_172.grb.90c91.idx'\n",
-      "Traceback (most recent call last):\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/site-packages/cfgrib/messages.py\", line 352, in from_indexpath_or_filestream\n",
-      "    index_mtime = os.path.getmtime(indexpath)\n",
-      "  File \"/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-sobz6z/lib/python3.9/genericpath.py\", line 55, in getmtime\n",
-      "    return os.stat(filename).st_mtime\n",
-      "FileNotFoundError: [Errno 2] No such file or directory: '/work/bk1099/data/E5/sf/fc/IV/172/E5sf12_IV_2000-01-01_172.grb.90c91.idx'\n"
-     ]
     }
    ],
    "source": [
@@ -4006,7 +930,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 31,
+   "execution_count": null,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -4048,7 +972,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 32,
+   "execution_count": null,
    "metadata": {},
    "outputs": [],
    "source": [
@@ -4057,69 +981,29 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 33,
+   "execution_count": null,
    "metadata": {
     "tags": []
    },
-   "outputs": [
-    {
-     "data": {
-      "text/plain": [
-       "array(['2004-02-28', '1999-03-16', '1999-06-20', ..., '1956-11',\n",
-       "       '1947-03', '1957-04'], dtype=object)"
-      ]
-     },
-     "execution_count": 33,
-     "metadata": {},
-     "output_type": "execute_result"
-    }
-   ],
+   "outputs": [],
    "source": [
     "dfnew[\"validation_date\"].unique()"
    ]
   },
   {
    "cell_type": "code",
-   "execution_count": 35,
+   "execution_count": null,
    "metadata": {},
-   "outputs": [
-    {
-     "data": {
-      "text/plain": [
-       "31314"
-      ]
-     },
-     "execution_count": 35,
-     "metadata": {},
-     "output_type": "execute_result"
-    }
-   ],
+   "outputs": [],
    "source": [
     "len(dfnew[\"validation_date\"].unique())"
    ]
   },
   {
    "cell_type": "code",
-   "execution_count": 37,
+   "execution_count": null,
    "metadata": {},
-   "outputs": [
-    {
-     "data": {
-      "text/plain": [
-       "[('an', 'model_level', 'hourly'),\n",
-       " ('an', 'pressure_level', 'hourly'),\n",
-       " ('an', 'surface', 'daily'),\n",
-       " ('an', 'surface', 'hourly'),\n",
-       " ('an', 'surface', 'invariant'),\n",
-       " ('fc', 'surface', 'hourly'),\n",
-       " ('fc', 'surface', 'invariant')]"
-      ]
-     },
-     "execution_count": 37,
-     "metadata": {},
-     "output_type": "execute_result"
-    }
-   ],
+   "outputs": [],
    "source": [
     "list(dfnew.groupby([\"dataType\", \"level_type\", \"frequency\"]).groups.keys())"
    ]
-- 
GitLab