From 996a2af67a820639a35049df45cc63f0a32063f7 Mon Sep 17 00:00:00 2001 From: Fabian Wachsmann <k204210@l20349.lvt.dkrz.de> Date: Mon, 17 Apr 2023 15:08:11 +0200 Subject: [PATCH] Updated era5 --- .../notebooks/dkrz_era5_disk_catalog.ipynb | 3879 ++++++++++++++++- 1 file changed, 3663 insertions(+), 216 deletions(-) diff --git a/builder/notebooks/dkrz_era5_disk_catalog.ipynb b/builder/notebooks/dkrz_era5_disk_catalog.ipynb index 2e790e7..e0b22a0 100644 --- a/builder/notebooks/dkrz_era5_disk_catalog.ipynb +++ b/builder/notebooks/dkrz_era5_disk_catalog.ipynb @@ -132,7 +132,6 @@ "`type`: an=00, fc=12 <br>\n", "`level_type`: ml, pl, sf <br>\n", "`path` : \"STRING\" <br>\n", - "`step`: 01 <br>\n", "\n", "From inside the file (`cdo sinfo`): <br>\n", "`startdate`: \"YYYY-MM-DD HH:MM:SS\" <br>\n", @@ -161,7 +160,7 @@ "era_cv[\"frequency\"]={\"1H\":\"hourly\",\"1D\":\"daily\", \"IV\":\"invariant\"} #, \"1M\":\"monthly\"\n", "era_cv[\"dataType\"]={\"00\":\"an\", \"12\":\"fc\"}\n", "era_cv[\"level_type\"]={\"ml\":\"model_level\", \"pl\":\"pressure_level\",\"sf\":\"surface\"}\n", - "era_cv[\"step\"]=[\"01\"]\n", + "#era_cv[\"step\"]=[\"01\"]\n", "era_cv[\"startdate\"]=\"%Y-%m-%d\"\n", "era_cv[\"enddate\"]=\"%Y-%m-%d\"\n", "era_cv[\"cell_methods\"]=[]" @@ -254,17 +253,19 @@ " return fileparts\n", " \n", " fileparts[\"validation_date\"]=filename.split(\"_\")[2]\n", - " if not fileparts[\"validation_date\"]==\"INVARIANT\":\n", + " if not fileparts[\"frequency\"]==\"IV\":\n", " 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", " \n", - " if fileparts[\"frequency\"] == \"daily\" :\n", + " if fileparts[\"frequency\"] == \"1D\" : #need to insert condition for monthly\n", " teststring = '-'.join(teststring.split(\"-\")[0:-1])\n", " try :\n", " datetime.datetime.strptime(fileparts[\"validation_date\"],teststring)\n", " except:\n", " return fileparts\n", + " else:\n", + " fileparts[\"validation_date\"]=\"INVARIANT\"\n", "\n", " fileparts[\"initialization_date\"] = np.nan\n", " if fileparts[\"dataType\"] == \"12\":\n", @@ -282,10 +283,7 @@ " fileparts[\"code\"]=f'{(int(fileparts[\"code\"])-256):02}'\n", " fileparts[\"table_id\"]=256\n", "\n", - " fileparts[\"step\"]=np.nan\n", - " if fileparts[\"frequency\"] in era_cv[\"step\"]:\n", - " fileparts[\"step\"] = fileparts[\"frequency\"]\n", - " \n", + " \n", " for key in era_cv :\n", " if type(era_cv[key]) == dict :\n", " fileparts[key] = era_cv[key][fileparts[key]]\n", @@ -297,7 +295,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 7, "metadata": { "tags": [] }, @@ -308,7 +306,7 @@ "text": [ "Getting list of assets...\n", "\n", - "[########################################] | 100% Completed | 2min 32.9s\n" + "[########################################] | 100% Completed | 3min 51.2s\n" ] } ], @@ -318,7 +316,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 8, "metadata": {}, "outputs": [ { @@ -352,7 +350,6 @@ " <th>virt_code</th>\n", " <th>code</th>\n", " <th>table_id</th>\n", - " <th>step</th>\n", " <th>checkpath</th>\n", " </tr>\n", " </thead>\n", @@ -369,7 +366,6 @@ " <td>248</td>\n", " <td>248</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", " <tr>\n", @@ -384,7 +380,6 @@ " <td>248</td>\n", " <td>248</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", " <tr>\n", @@ -399,7 +394,6 @@ " <td>248</td>\n", " <td>248</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", " <tr>\n", @@ -414,7 +408,6 @@ " <td>248</td>\n", " <td>248</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", " <tr>\n", @@ -429,7 +422,6 @@ " <td>248</td>\n", " <td>248</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", " </tbody>\n", @@ -451,15 +443,15 @@ "3 an hourly 1999-06-18 NaN 248 248 \n", "4 an hourly 2004-04-21 NaN 248 248 \n", "\n", - " table_id step checkpath \n", - "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... " + " table_id checkpath \n", + "0 128.0 /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_20... \n", + "1 128.0 /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19... \n", + "2 128.0 /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19... \n", + "3 128.0 /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_19... \n", + "4 128.0 /work/bk1099/data/E5/ml/an/1H/248/E5ml00_1H_20... " ] }, - "execution_count": 7, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } @@ -471,16 +463,16 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 9, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "5031180" + "4906924" ] }, - "execution_count": 8, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" } @@ -491,12 +483,8 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 10, "metadata": { - "collapsed": true, - "jupyter": { - "outputs_hidden": true - }, "tags": [] }, "outputs": [ @@ -531,20 +519,18 @@ " <th>virt_code</th>\n", " <th>code</th>\n", " <th>table_id</th>\n", - " <th>step</th>\n", " <th>checkpath</th>\n", " </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", + " <th>408960</th>\n", + " <td>/work/bk1099/data/E5/ml/an/1D/248/E5ml00_1D_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>ml</td>\n", + " <td>00</td>\n", + " <td>1D</td>\n", + " <td>2001-03-01</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", @@ -552,14 +538,13 @@ " <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", + " <th>408961</th>\n", + " <td>/work/bk1099/data/E5/ml/an/1D/248/E5ml00_1D_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>ml</td>\n", + " <td>00</td>\n", + " <td>1D</td>\n", + " <td>2001-03-02</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", @@ -567,14 +552,13 @@ " <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", + " <th>408962</th>\n", + " <td>/work/bk1099/data/E5/ml/an/1D/248/E5ml00_1D_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>ml</td>\n", + " <td>00</td>\n", + " <td>1D</td>\n", + " <td>2001-03-03</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", @@ -582,14 +566,13 @@ " <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", + " <th>408963</th>\n", + " <td>/work/bk1099/data/E5/ml/an/1D/248/E5ml00_1D_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>ml</td>\n", + " <td>00</td>\n", + " <td>1D</td>\n", + " <td>2001-03-04</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", @@ -597,14 +580,13 @@ " <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", + " <th>408964</th>\n", + " <td>/work/bk1099/data/E5/ml/an/1D/248/E5ml00_1D_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>ml</td>\n", + " <td>00</td>\n", + " <td>1D</td>\n", + " <td>2001-03-05</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", @@ -624,17 +606,15 @@ " <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", + " <th>4906919</th>\n", + " <td>/work/bk1099/data/E1/pl/an/1D/135/E1pl00_1D_20...</td>\n", + " <td>E1</td>\n", + " <td>pl</td>\n", " <td>00</td>\n", " <td>1D</td>\n", - " <td>1944-11</td>\n", - " <td>NaN</td>\n", + " <td>2003-05-03</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", @@ -642,14 +622,13 @@ " <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", + " <th>4906920</th>\n", + " <td>/work/bk1099/data/E1/pl/an/1D/135/E1pl00_1D_20...</td>\n", + " <td>E1</td>\n", + " <td>pl</td>\n", " <td>00</td>\n", " <td>1D</td>\n", - " <td>2008-12</td>\n", - " <td>NaN</td>\n", + " <td>2000-12-07</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", @@ -657,14 +636,13 @@ " <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", + " <th>4906921</th>\n", + " <td>/work/bk1099/data/E1/pl/an/1D/135/E1pl00_1D_20...</td>\n", + " <td>E1</td>\n", + " <td>pl</td>\n", " <td>00</td>\n", " <td>1D</td>\n", - " <td>1967-06</td>\n", - " <td>NaN</td>\n", + " <td>2000-09-17</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", @@ -672,14 +650,13 @@ " <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", + " <th>4906922</th>\n", + " <td>/work/bk1099/data/E1/pl/an/1D/135/E1pl00_1D_20...</td>\n", + " <td>E1</td>\n", + " <td>pl</td>\n", " <td>00</td>\n", " <td>1D</td>\n", - " <td>2008-05</td>\n", - " <td>NaN</td>\n", + " <td>2006-01-25</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", @@ -687,14 +664,13 @@ " <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", + " <th>4906923</th>\n", + " <td>/work/bk1099/data/E1/pl/an/1D/135/E1pl00_1D_20...</td>\n", + " <td>E1</td>\n", + " <td>pl</td>\n", " <td>00</td>\n", " <td>1D</td>\n", - " <td>2020-04</td>\n", - " <td>NaN</td>\n", + " <td>2001-07-07</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", " <td>NaN</td>\n", @@ -703,53 +679,53 @@ " </tr>\n", " </tbody>\n", "</table>\n", - "<p>117500 rows × 12 columns</p>\n", + "<p>454501 rows × 11 columns</p>\n", "</div>" ], "text/plain": [ " 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", + "408960 /work/bk1099/data/E5/ml/an/1D/248/E5ml00_1D_20... E5 ml \n", + "408961 /work/bk1099/data/E5/ml/an/1D/248/E5ml00_1D_20... E5 ml \n", + "408962 /work/bk1099/data/E5/ml/an/1D/248/E5ml00_1D_20... E5 ml \n", + "408963 /work/bk1099/data/E5/ml/an/1D/248/E5ml00_1D_20... E5 ml \n", + "408964 /work/bk1099/data/E5/ml/an/1D/248/E5ml00_1D_20... E5 ml \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", + "4906919 /work/bk1099/data/E1/pl/an/1D/135/E1pl00_1D_20... E1 pl \n", + "4906920 /work/bk1099/data/E1/pl/an/1D/135/E1pl00_1D_20... E1 pl \n", + "4906921 /work/bk1099/data/E1/pl/an/1D/135/E1pl00_1D_20... E1 pl \n", + "4906922 /work/bk1099/data/E1/pl/an/1D/135/E1pl00_1D_20... E1 pl \n", + "4906923 /work/bk1099/data/E1/pl/an/1D/135/E1pl00_1D_20... E1 pl \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", + "408960 00 1D 2001-03-01 NaN NaN NaN \n", + "408961 00 1D 2001-03-02 NaN NaN NaN \n", + "408962 00 1D 2001-03-03 NaN NaN NaN \n", + "408963 00 1D 2001-03-04 NaN NaN NaN \n", + "408964 00 1D 2001-03-05 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", + "4906919 00 1D 2003-05-03 NaN NaN NaN \n", + "4906920 00 1D 2000-12-07 NaN NaN NaN \n", + "4906921 00 1D 2000-09-17 NaN NaN NaN \n", + "4906922 00 1D 2006-01-25 NaN NaN NaN \n", + "4906923 00 1D 2001-07-07 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", + " table_id checkpath \n", + "408960 NaN NaN \n", + "408961 NaN NaN \n", + "408962 NaN NaN \n", + "408963 NaN NaN \n", + "408964 NaN NaN \n", + "... ... ... \n", + "4906919 NaN NaN \n", + "4906920 NaN NaN \n", + "4906921 NaN NaN \n", + "4906922 NaN NaN \n", + "4906923 NaN NaN \n", "\n", - "[117500 rows x 12 columns]" + "[454501 rows x 11 columns]" ] }, - "execution_count": 9, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } @@ -762,7 +738,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -771,7 +747,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -783,16 +759,16 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 13, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "'/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_2014-01_197.grb'" + "'/work/bk1099/data/E5/ml/an/1D/248/E5ml00_1D_2001-03-01_248.grb'" ] }, - "execution_count": 11, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" } @@ -803,16 +779,17 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ - "df1[\"validation_date\"]=df1[\"validation_date\"].fillna(False)" + "df1[\"validation_date\"]=df1[\"validation_date\"].fillna(False)\n", + "df1[\"initialization_date\"]=df1[\"initialization_date\"].fillna(False)" ] }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -825,7 +802,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ @@ -836,16 +813,16 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 17, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "4510994" + "4417479" ] }, - "execution_count": 24, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } @@ -856,7 +833,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 18, "metadata": {}, "outputs": [], "source": [ @@ -865,7 +842,7 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 19, "metadata": {}, "outputs": [], "source": [ @@ -874,16 +851,16 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": 20, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "261" + "195" ] }, - "execution_count": 26, + "execution_count": 20, "metadata": {}, "output_type": "execute_result" } @@ -896,20 +873,24 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 21, "metadata": { + "collapsed": true, + "jupyter": { + "outputs_hidden": true + }, "tags": [] }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "6a458b1f37df46ba990f2343c7e8f41a", + "model_id": "67929e20b43041938fd945da9e971ee7", "version_major": 2, "version_minor": 0 }, "text/plain": [ - " 0%| | 0/261 [00:00<?, ?it/s]" + " 0%| | 0/195 [00:00<?, ?it/s]" ] }, "metadata": {}, @@ -966,71 +947,3537 @@ " 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" - ] - } - ], - "source": [ - "for group_name, df_group in tqdm(groups):\n", - " groupxr = xarray.open_dataset(df_group[\"path\"].values[0], engine=\"cfgrib\", chunks=\"auto\")\n", - " varname = list(groupxr.data_vars)[0]\n", - " varxr = groupxr[varname]\n", - " group_indices = df_group.index[:].values.tolist()\n", - " dfnew.loc[group_indices, \"short_name\"] = varname\n", - " dfnew.loc[group_indices, \"long_name\"] = varxr.attrs[\"long_name\"]\n", - " dfnew.loc[group_indices, \"units\"] = varxr.attrs[\"units\"]\n", - " dfnew.loc[group_indices, \"stepType\"] = varxr.attrs[\"GRIB_stepType\"]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "dfnew.loc[:,\"project\"]=\"era5\"\n", - "dfnew.loc[:,\"institution_id\"]=\"ecmwf\"\n", - "dfnew.loc[:,\"source_id\"]=\"IFS\"\n", - "dfnew.loc[:,\"format\"]=\"grib\"\n", - "dfnew.loc[:,\"uri\"]=dfnew[\"path\"]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "columns = [\"project\", \"institution_id\", \"source_id\", \"era_id\", \"dataType\", \"level_type\", \"frequency\", \"stepType\", \"table_id\", \"code\", \"short_name\", \"long_name\", \"units\", \"validation_date\", \"initialization_date\", \"step\", \"uri\", \"path\", \"format\"]\n", - "dfnew = dfnew[columns]\n", - "dfnew = dfnew.sort_values(columns, ascending = True).reset_index(drop=True)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "#df=pd.concat([df,dfnew], ignore_index=True)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "dfnew" - ] - }, - { - "cell_type": "code", - "execution_count": null, + "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/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/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/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/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_1978-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/1H/027/E5sf00_1H_1978-01-01_027.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/027/E5sf00_1H_1978-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/1H/027/E5sf00_1H_1978-01-01_027.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/028/E5sf00_1H_1978-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/1H/028/E5sf00_1H_1978-01-01_028.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/028/E5sf00_1H_1978-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/1H/028/E5sf00_1H_1978-01-01_028.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/029/E5sf00_1H_1978-01-01_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_1978-01-01_029.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/029/E5sf00_1H_1978-01-01_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_1978-01-01_029.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/030/E5sf00_1H_1978-01-01_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_1978-01-01_030.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/030/E5sf00_1H_1978-01-01_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_1978-01-01_030.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/031/E5sf00_1H_1978-01-01_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_1978-01-01_031.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/031/E5sf00_1H_1978-01-01_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_1978-01-01_031.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/032/E5sf00_1H_1978-01-01_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_1978-01-01_032.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/032/E5sf00_1H_1978-01-01_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_1978-01-01_032.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/033/E5sf00_1H_1978-01-01_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_1978-01-01_033.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/033/E5sf00_1H_1978-01-01_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_1978-01-01_033.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/034/E5sf00_1H_1978-01-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/an/1H/034/E5sf00_1H_1978-01-01_034.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/034/E5sf00_1H_1978-01-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/an/1H/034/E5sf00_1H_1978-01-01_034.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/035/E5sf00_1H_1978-01-01_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_1978-01-01_035.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/035/E5sf00_1H_1978-01-01_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_1978-01-01_035.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/036/E5sf00_1H_1978-01-01_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_1978-01-01_036.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/036/E5sf00_1H_1978-01-01_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_1978-01-01_036.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/037/E5sf00_1H_1978-01-01_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_1978-01-01_037.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/037/E5sf00_1H_1978-01-01_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_1978-01-01_037.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/038/E5sf00_1H_1978-01-01_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_1978-01-01_038.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/038/E5sf00_1H_1978-01-01_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_1978-01-01_038.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/039/E5sf00_1H_1978-01-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/1H/039/E5sf00_1H_1978-01-01_039.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/039/E5sf00_1H_1978-01-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/1H/039/E5sf00_1H_1978-01-01_039.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/040/E5sf00_1H_1978-01-01_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_1978-01-01_040.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/040/E5sf00_1H_1978-01-01_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_1978-01-01_040.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/041/E5sf00_1H_1978-01-01_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_1978-01-01_041.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/041/E5sf00_1H_1978-01-01_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_1978-01-01_041.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/042/E5sf00_1H_1978-01-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/1H/042/E5sf00_1H_1978-01-01_042.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/042/E5sf00_1H_1978-01-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/1H/042/E5sf00_1H_1978-01-01_042.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/043/E5sf00_1H_1978-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/1H/043/E5sf00_1H_1978-01-01_043.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/043/E5sf00_1H_1978-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/1H/043/E5sf00_1H_1978-01-01_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_1978-01-01_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_1978-01-01_129.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/129/E5sf00_1H_1978-01-01_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_1978-01-01_129.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/134/E5sf00_1H_1978-01-01_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_1978-01-01_134.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/134/E5sf00_1H_1978-01-01_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_1978-01-01_134.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/136/E5sf00_1H_1978-01-01_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_1978-01-01_136.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/136/E5sf00_1H_1978-01-01_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_1978-01-01_136.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/137/E5sf00_1H_1978-01-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/an/1H/137/E5sf00_1H_1978-01-01_137.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/137/E5sf00_1H_1978-01-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/an/1H/137/E5sf00_1H_1978-01-01_137.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/139/E5sf00_1H_1978-01-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/1H/139/E5sf00_1H_1978-01-01_139.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/139/E5sf00_1H_1978-01-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/1H/139/E5sf00_1H_1978-01-01_139.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/141/E5sf00_1H_1978-01-01_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_1978-01-01_141.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/141/E5sf00_1H_1978-01-01_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_1978-01-01_141.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/151/E5sf00_1H_1978-01-01_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_1978-01-01_151.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/151/E5sf00_1H_1978-01-01_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_1978-01-01_151.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/160/E5sf00_1H_1978-01-01_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_1978-01-01_160.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/160/E5sf00_1H_1978-01-01_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_1978-01-01_160.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/161/E5sf00_1H_1978-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/1H/161/E5sf00_1H_1978-01-01_161.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/161/E5sf00_1H_1978-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/1H/161/E5sf00_1H_1978-01-01_161.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/162/E5sf00_1H_1978-01-01_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_1978-01-01_162.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/162/E5sf00_1H_1978-01-01_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_1978-01-01_162.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/163/E5sf00_1H_1978-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/1H/163/E5sf00_1H_1978-01-01_163.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/163/E5sf00_1H_1978-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/1H/163/E5sf00_1H_1978-01-01_163.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/164/E5sf00_1H_1978-01-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/1H/164/E5sf00_1H_1978-01-01_164.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/164/E5sf00_1H_1978-01-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/1H/164/E5sf00_1H_1978-01-01_164.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/165/E5sf00_1H_1978-01-01_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_1978-01-01_165.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/165/E5sf00_1H_1978-01-01_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_1978-01-01_165.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/166/E5sf00_1H_1978-01-01_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_1978-01-01_166.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/166/E5sf00_1H_1978-01-01_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_1978-01-01_166.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/167/E5sf00_1H_1978-01-01_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_1978-01-01_167.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/167/E5sf00_1H_1978-01-01_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_1978-01-01_167.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/168/E5sf00_1H_1978-01-01_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_1978-01-01_168.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/168/E5sf00_1H_1978-01-01_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_1978-01-01_168.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/170/E5sf00_1H_1978-01-01_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_1978-01-01_170.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/170/E5sf00_1H_1978-01-01_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_1978-01-01_170.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/172/E5sf00_1H_1978-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/1H/172/E5sf00_1H_1978-01-01_172.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/172/E5sf00_1H_1978-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/1H/172/E5sf00_1H_1978-01-01_172.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/183/E5sf00_1H_1978-01-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_1978-01-01_183.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/183/E5sf00_1H_1978-01-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_1978-01-01_183.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/186/E5sf00_1H_1978-01-01_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_1978-01-01_186.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/186/E5sf00_1H_1978-01-01_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_1978-01-01_186.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/187/E5sf00_1H_1978-01-01_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_1978-01-01_187.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/187/E5sf00_1H_1978-01-01_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_1978-01-01_187.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/188/E5sf00_1H_1978-01-01_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_1978-01-01_188.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/188/E5sf00_1H_1978-01-01_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_1978-01-01_188.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/198/E5sf00_1H_1978-01-01_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_1978-01-01_198.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/198/E5sf00_1H_1978-01-01_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_1978-01-01_198.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/206/E5sf00_1H_1978-01-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_1978-01-01_206.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/206/E5sf00_1H_1978-01-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_1978-01-01_206.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/235/E5sf00_1H_1978-01-01_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_1978-01-01_235.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/235/E5sf00_1H_1978-01-01_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_1978-01-01_235.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/236/E5sf00_1H_1978-01-01_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_1978-01-01_236.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/236/E5sf00_1H_1978-01-01_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_1978-01-01_236.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/238/E5sf00_1H_1978-01-01_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_1978-01-01_238.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/238/E5sf00_1H_1978-01-01_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_1978-01-01_238.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/243/E5sf00_1H_1978-01-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/an/1H/243/E5sf00_1H_1978-01-01_243.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/243/E5sf00_1H_1978-01-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/an/1H/243/E5sf00_1H_1978-01-01_243.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/244/E5sf00_1H_1978-01-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/an/1H/244/E5sf00_1H_1978-01-01_244.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/244/E5sf00_1H_1978-01-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/an/1H/244/E5sf00_1H_1978-01-01_244.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/245/E5sf00_1H_1978-01-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/an/1H/245/E5sf00_1H_1978-01-01_245.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/245/E5sf00_1H_1978-01-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/an/1H/245/E5sf00_1H_1978-01-01_245.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/502/E5sf00_1H_1978-01-01_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_1978-01-01_502.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/502/E5sf00_1H_1978-01-01_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_1978-01-01_502.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/an/1H/503/E5sf00_1H_1978-01-01_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_1978-01-01_503.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/an/1H/503/E5sf00_1H_1978-01-01_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_1978-01-01_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_2007-10-02_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_2007-10-02_034.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/034/E5sf12_1H_2007-10-02_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_2007-10-02_034.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/044/E5sf12_1H_2007-10-02_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_2007-10-02_044.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/044/E5sf12_1H_2007-10-02_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_2007-10-02_044.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/045/E5sf12_1H_2007-10-02_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_2007-10-02_045.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/045/E5sf12_1H_2007-10-02_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_2007-10-02_045.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/049/E5sf12_1H_2007-10-02_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_2007-10-02_049.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/049/E5sf12_1H_2007-10-02_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_2007-10-02_049.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/050/E5sf12_1H_2007-10-02_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_2007-10-02_050.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/050/E5sf12_1H_2007-10-02_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_2007-10-02_050.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/057/E5sf12_1H_2007-10-02_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_2007-10-02_057.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/057/E5sf12_1H_2007-10-02_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_2007-10-02_057.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/059/E5sf12_1H_2007-10-02_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_2007-10-02_059.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/059/E5sf12_1H_2007-10-02_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_2007-10-02_059.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/078/E5sf12_1H_2007-10-02_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_2007-10-02_078.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/078/E5sf12_1H_2007-10-02_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_2007-10-02_078.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/079/E5sf12_1H_2007-10-02_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_2007-10-02_079.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/079/E5sf12_1H_2007-10-02_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_2007-10-02_079.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/385/E5sf12_1H_2007-10-02_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_2007-10-02_385.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/385/E5sf12_1H_2007-10-02_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_2007-10-02_385.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/386/E5sf12_1H_1981-10-02_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_1981-10-02_386.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/386/E5sf12_1H_1981-10-02_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_1981-10-02_386.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/137/E5sf12_1H_2007-10-02_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_2007-10-02_137.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/137/E5sf12_1H_2007-10-02_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_2007-10-02_137.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/142/E5sf12_1H_2007-10-02_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_2007-10-02_142.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/142/E5sf12_1H_2007-10-02_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_2007-10-02_142.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/143/E5sf12_1H_1981-10-02_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_1981-10-02_143.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/143/E5sf12_1H_1981-10-02_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_1981-10-02_143.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/144/E5sf12_1H_2007-10-02_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_2007-10-02_144.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/144/E5sf12_1H_2007-10-02_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_2007-10-02_144.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/145/E5sf12_1H_1981-10-02_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_1981-10-02_145.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/145/E5sf12_1H_1981-10-02_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_1981-10-02_145.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/146/E5sf12_1H_1981-10-02_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_1981-10-02_146.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/146/E5sf12_1H_1981-10-02_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_1981-10-02_146.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/147/E5sf12_1H_1981-10-02_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_1981-10-02_147.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/147/E5sf12_1H_1981-10-02_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_1981-10-02_147.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/159/E5sf12_1H_2007-10-02_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_2007-10-02_159.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/159/E5sf12_1H_2007-10-02_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_2007-10-02_159.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/164/E5sf12_1H_2007-10-02_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_2007-10-02_164.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/164/E5sf12_1H_2007-10-02_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_2007-10-02_164.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/169/E5sf12_1H_1981-10-02_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_1981-10-02_169.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/169/E5sf12_1H_1981-10-02_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_1981-10-02_169.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/175/E5sf12_1H_1981-10-02_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_1981-10-02_175.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/175/E5sf12_1H_1981-10-02_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_1981-10-02_175.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/176/E5sf12_1H_1981-10-02_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_1981-10-02_176.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/176/E5sf12_1H_1981-10-02_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_1981-10-02_176.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/177/E5sf12_1H_1981-10-02_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_1981-10-02_177.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/177/E5sf12_1H_1981-10-02_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_1981-10-02_177.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/178/E5sf12_1H_1981-10-02_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_1981-10-02_178.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/178/E5sf12_1H_1981-10-02_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_1981-10-02_178.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/179/E5sf12_1H_1981-10-02_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_1981-10-02_179.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/179/E5sf12_1H_1981-10-02_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_1981-10-02_179.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/180/E5sf12_1H_1981-10-02_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_1981-10-02_180.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/180/E5sf12_1H_1981-10-02_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_1981-10-02_180.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/181/E5sf12_1H_1981-10-02_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_1981-10-02_181.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/181/E5sf12_1H_1981-10-02_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_1981-10-02_181.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/182/E5sf12_1H_1981-10-02_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_1981-10-02_182.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/182/E5sf12_1H_1981-10-02_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_1981-10-02_182.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/195/E5sf12_1H_1981-10-02_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_1981-10-02_195.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/195/E5sf12_1H_1981-10-02_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_1981-10-02_195.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/196/E5sf12_1H_1981-10-02_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_1981-10-02_196.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/196/E5sf12_1H_1981-10-02_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_1981-10-02_196.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_1981-10-02_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_1981-10-02_197.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/197/E5sf12_1H_1981-10-02_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_1981-10-02_197.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/201/E5sf12_1H_1981-10-02_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_1981-10-02_201.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/201/E5sf12_1H_1981-10-02_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_1981-10-02_201.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/202/E5sf12_1H_1981-10-02_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_1981-10-02_202.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/202/E5sf12_1H_1981-10-02_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_1981-10-02_202.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/205/E5sf12_1H_1981-10-02_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_1981-10-02_205.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/205/E5sf12_1H_1981-10-02_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_1981-10-02_205.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/208/E5sf12_1H_1981-10-02_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_1981-10-02_208.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/208/E5sf12_1H_1981-10-02_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_1981-10-02_208.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/209/E5sf12_1H_1981-10-02_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_1981-10-02_209.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/209/E5sf12_1H_1981-10-02_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_1981-10-02_209.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/277/E5sf12_1H_1981-10-02_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_1981-10-02_277.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/277/E5sf12_1H_1981-10-02_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_1981-10-02_277.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/210/E5sf12_1H_1981-10-02_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_1981-10-02_210.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/210/E5sf12_1H_1981-10-02_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_1981-10-02_210.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/211/E5sf12_1H_1981-10-02_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_1981-10-02_211.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/211/E5sf12_1H_1981-10-02_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_1981-10-02_211.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/212/E5sf12_1H_1981-10-02_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_1981-10-02_212.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/212/E5sf12_1H_1981-10-02_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_1981-10-02_212.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/474/E5sf12_1H_1981-10-02_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_1981-10-02_474.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/474/E5sf12_1H_1981-10-02_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_1981-10-02_474.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/475/E5sf12_1H_1981-10-02_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_1981-10-02_475.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/475/E5sf12_1H_1981-10-02_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_1981-10-02_475.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/278/E5sf12_1H_1981-10-02_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_1981-10-02_278.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/278/E5sf12_1H_1981-10-02_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_1981-10-02_278.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/476/E5sf12_1H_1981-10-02_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_1981-10-02_476.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/476/E5sf12_1H_1981-10-02_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_1981-10-02_476.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/477/E5sf12_1H_2007-10-02_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_2007-10-02_477.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/477/E5sf12_1H_2007-10-02_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_2007-10-02_477.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/228/E5sf12_1H_1981-10-02_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_1981-10-02_228.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/228/E5sf12_1H_1981-10-02_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_1981-10-02_228.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/279/E5sf12_1H_1981-10-02_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_1981-10-02_279.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/279/E5sf12_1H_1981-10-02_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_1981-10-02_279.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/239/E5sf12_1H_1981-10-02_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_1981-10-02_239.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/239/E5sf12_1H_1981-10-02_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_1981-10-02_239.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/240/E5sf12_1H_1981-10-02_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_1981-10-02_240.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/240/E5sf12_1H_1981-10-02_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_1981-10-02_240.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/243/E5sf12_1H_1981-10-02_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_1981-10-02_243.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/243/E5sf12_1H_1981-10-02_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_1981-10-02_243.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/244/E5sf12_1H_1981-10-02_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_1981-10-02_244.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/244/E5sf12_1H_1981-10-02_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_1981-10-02_244.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/245/E5sf12_1H_1981-10-02_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_1981-10-02_245.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/245/E5sf12_1H_1981-10-02_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_1981-10-02_245.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/507/E5sf12_1H_1981-10-02_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_1981-10-02_507.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/507/E5sf12_1H_1981-10-02_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_1981-10-02_507.grb.90c91.idx'\n", + "Can't create file '/work/bk1099/data/E5/sf/fc/1H/285/E5sf12_1H_2007-10-02_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_2007-10-02_285.grb.90c91.idx'\n", + "Can't read index file '/work/bk1099/data/E5/sf/fc/1H/285/E5sf12_1H_2007-10-02_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_2007-10-02_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": [ + "%%capture\n", + "for group_name, df_group in tqdm(groups):\n", + " groupxr = xarray.open_dataset(df_group[\"path\"].values[0], engine=\"cfgrib\", chunks=\"auto\")\n", + " varname = list(groupxr.data_vars)[0]\n", + " varxr = groupxr[varname]\n", + " group_indices = df_group.index[:].values.tolist()\n", + " dfnew.loc[group_indices, \"short_name\"] = varname\n", + " dfnew.loc[group_indices, \"long_name\"] = varxr.attrs[\"long_name\"]\n", + " dfnew.loc[group_indices, \"units\"] = varxr.attrs[\"units\"]\n", + " dfnew.loc[group_indices, \"stepType\"] = varxr.attrs[\"GRIB_stepType\"]" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "metadata": {}, + "outputs": [], + "source": [ + "dfnew.loc[:,\"project\"]=\"era5\"\n", + "dfnew.loc[:,\"institution_id\"]=\"ecmwf\"\n", + "dfnew.loc[:,\"source_id\"]=\"IFS\"\n", + "dfnew.loc[:,\"format\"]=\"grib\"\n", + "dfnew.loc[:,\"uri\"]=dfnew[\"path\"]" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [], + "source": [ + "columns = [\"project\", \"institution_id\", \"source_id\", \"era_id\", \"dataType\", \"level_type\", \"frequency\", \"stepType\", \"table_id\", \"code\", \"short_name\", \"long_name\", \"units\", \"validation_date\", \"initialization_date\", \"uri\", \"path\", \"format\"]\n", + "dfnew = dfnew[columns]\n", + "dfnew = dfnew.sort_values(columns, ascending = True).reset_index(drop=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "metadata": {}, + "outputs": [], + "source": [ + "#df=pd.concat([df,dfnew], ignore_index=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "<div>\n", + "<style scoped>\n", + " .dataframe tbody tr th:only-of-type {\n", + " vertical-align: middle;\n", + " }\n", + "\n", + " .dataframe tbody tr th {\n", + " vertical-align: top;\n", + " }\n", + "\n", + " .dataframe thead th {\n", + " text-align: right;\n", + " }\n", + "</style>\n", + "<table border=\"1\" class=\"dataframe\">\n", + " <thead>\n", + " <tr style=\"text-align: right;\">\n", + " <th></th>\n", + " <th>project</th>\n", + " <th>institution_id</th>\n", + " <th>source_id</th>\n", + " <th>era_id</th>\n", + " <th>dataType</th>\n", + " <th>level_type</th>\n", + " <th>frequency</th>\n", + " <th>stepType</th>\n", + " <th>table_id</th>\n", + " <th>code</th>\n", + " <th>short_name</th>\n", + " <th>long_name</th>\n", + " <th>units</th>\n", + " <th>validation_date</th>\n", + " <th>initialization_date</th>\n", + " <th>uri</th>\n", + " <th>path</th>\n", + " <th>format</th>\n", + " </tr>\n", + " </thead>\n", + " <tbody>\n", + " <tr>\n", + " <th>0</th>\n", + " <td>era5</td>\n", + " <td>ecmwf</td>\n", + " <td>IFS</td>\n", + " <td>E1</td>\n", + " <td>an</td>\n", + " <td>model_level</td>\n", + " <td>hourly</td>\n", + " <td>instant</td>\n", + " <td>128.0</td>\n", + " <td>075</td>\n", + " <td>crwc</td>\n", + " <td>Specific rain water content</td>\n", + " <td>kg kg**-1</td>\n", + " <td>2000-01-01</td>\n", + " <td>False</td>\n", + " <td>/work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20...</td>\n", + " <td>/work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20...</td>\n", + " <td>grib</td>\n", + " </tr>\n", + " <tr>\n", + " <th>1</th>\n", + " <td>era5</td>\n", + " <td>ecmwf</td>\n", + " <td>IFS</td>\n", + " <td>E1</td>\n", + " <td>an</td>\n", + " <td>model_level</td>\n", + " <td>hourly</td>\n", + " <td>instant</td>\n", + " <td>128.0</td>\n", + " <td>075</td>\n", + " <td>crwc</td>\n", + " <td>Specific rain water content</td>\n", + " <td>kg kg**-1</td>\n", + " <td>2000-01-02</td>\n", + " <td>False</td>\n", + " <td>/work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20...</td>\n", + " <td>/work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20...</td>\n", + " <td>grib</td>\n", + " </tr>\n", + " <tr>\n", + " <th>2</th>\n", + " <td>era5</td>\n", + " <td>ecmwf</td>\n", + " <td>IFS</td>\n", + " <td>E1</td>\n", + " <td>an</td>\n", + " <td>model_level</td>\n", + " <td>hourly</td>\n", + " <td>instant</td>\n", + " <td>128.0</td>\n", + " <td>075</td>\n", + " <td>crwc</td>\n", + " <td>Specific rain water content</td>\n", + " <td>kg kg**-1</td>\n", + " <td>2000-01-03</td>\n", + " <td>False</td>\n", + " <td>/work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20...</td>\n", + " <td>/work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20...</td>\n", + " <td>grib</td>\n", + " </tr>\n", + " <tr>\n", + " <th>3</th>\n", + " <td>era5</td>\n", + " <td>ecmwf</td>\n", + " <td>IFS</td>\n", + " <td>E1</td>\n", + " <td>an</td>\n", + " <td>model_level</td>\n", + " <td>hourly</td>\n", + " <td>instant</td>\n", + " <td>128.0</td>\n", + " <td>075</td>\n", + " <td>crwc</td>\n", + " <td>Specific rain water content</td>\n", + " <td>kg kg**-1</td>\n", + " <td>2000-01-04</td>\n", + " <td>False</td>\n", + " <td>/work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20...</td>\n", + " <td>/work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20...</td>\n", + " <td>grib</td>\n", + " </tr>\n", + " <tr>\n", + " <th>4</th>\n", + " <td>era5</td>\n", + " <td>ecmwf</td>\n", + " <td>IFS</td>\n", + " <td>E1</td>\n", + " <td>an</td>\n", + " <td>model_level</td>\n", + " <td>hourly</td>\n", + " <td>instant</td>\n", + " <td>128.0</td>\n", + " <td>075</td>\n", + " <td>crwc</td>\n", + " <td>Specific rain water content</td>\n", + " <td>kg kg**-1</td>\n", + " <td>2000-01-05</td>\n", + " <td>False</td>\n", + " <td>/work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20...</td>\n", + " <td>/work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20...</td>\n", + " <td>grib</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", + " <td>...</td>\n", + " <td>...</td>\n", + " <td>...</td>\n", + " <td>...</td>\n", + " <td>...</td>\n", + " <td>...</td>\n", + " </tr>\n", + " <tr>\n", + " <th>4417474</th>\n", + " <td>era5</td>\n", + " <td>ecmwf</td>\n", + " <td>IFS</td>\n", + " <td>ET</td>\n", + " <td>fc</td>\n", + " <td>surface</td>\n", + " <td>invariant</td>\n", + " <td>instant</td>\n", + " <td>128.0</td>\n", + " <td>129</td>\n", + " <td>z</td>\n", + " <td>Geopotential</td>\n", + " <td>m**2 s**-2</td>\n", + " <td>False</td>\n", + " <td>INVARIANT</td>\n", + " <td>/work/bk1099/data/ET/sf/fc/IV/129/ETsf12_IV_IN...</td>\n", + " <td>/work/bk1099/data/ET/sf/fc/IV/129/ETsf12_IV_IN...</td>\n", + " <td>grib</td>\n", + " </tr>\n", + " <tr>\n", + " <th>4417475</th>\n", + " <td>era5</td>\n", + " <td>ecmwf</td>\n", + " <td>IFS</td>\n", + " <td>ET</td>\n", + " <td>fc</td>\n", + " <td>surface</td>\n", + " <td>invariant</td>\n", + " <td>instant</td>\n", + " <td>128.0</td>\n", + " <td>172</td>\n", + " <td>lsm</td>\n", + " <td>Land-sea mask</td>\n", + " <td>(0 - 1)</td>\n", + " <td>False</td>\n", + " <td>INVARIANT</td>\n", + " <td>/work/bk1099/data/ET/sf/fc/IV/172/ETsf12_IV_20...</td>\n", + " <td>/work/bk1099/data/ET/sf/fc/IV/172/ETsf12_IV_20...</td>\n", + " <td>grib</td>\n", + " </tr>\n", + " <tr>\n", + " <th>4417476</th>\n", + " <td>era5</td>\n", + " <td>ecmwf</td>\n", + " <td>IFS</td>\n", + " <td>ET</td>\n", + " <td>fc</td>\n", + " <td>surface</td>\n", + " <td>invariant</td>\n", + " <td>instant</td>\n", + " <td>128.0</td>\n", + " <td>172</td>\n", + " <td>lsm</td>\n", + " <td>Land-sea mask</td>\n", + " <td>(0 - 1)</td>\n", + " <td>False</td>\n", + " <td>INVARIANT</td>\n", + " <td>/work/bk1099/data/ET/sf/fc/IV/172/ETsf12_IV_IN...</td>\n", + " <td>/work/bk1099/data/ET/sf/fc/IV/172/ETsf12_IV_IN...</td>\n", + " <td>grib</td>\n", + " </tr>\n", + " <tr>\n", + " <th>4417477</th>\n", + " <td>era5</td>\n", + " <td>ecmwf</td>\n", + " <td>IFS</td>\n", + " <td>ET</td>\n", + " <td>fc</td>\n", + " <td>surface</td>\n", + " <td>invariant</td>\n", + " <td>instant</td>\n", + " <td>256.0</td>\n", + " <td>07</td>\n", + " <td>dl</td>\n", + " <td>Lake total depth</td>\n", + " <td>m</td>\n", + " <td>False</td>\n", + " <td>INVARIANT</td>\n", + " <td>/work/bk1099/data/ET/sf/fc/IV/263/ETsf12_IV_20...</td>\n", + " <td>/work/bk1099/data/ET/sf/fc/IV/263/ETsf12_IV_20...</td>\n", + " <td>grib</td>\n", + " </tr>\n", + " <tr>\n", + " <th>4417478</th>\n", + " <td>era5</td>\n", + " <td>ecmwf</td>\n", + " <td>IFS</td>\n", + " <td>ET</td>\n", + " <td>fc</td>\n", + " <td>surface</td>\n", + " <td>invariant</td>\n", + " <td>instant</td>\n", + " <td>256.0</td>\n", + " <td>07</td>\n", + " <td>dl</td>\n", + " <td>Lake total depth</td>\n", + " <td>m</td>\n", + " <td>False</td>\n", + " <td>INVARIANT</td>\n", + " <td>/work/bk1099/data/ET/sf/fc/IV/263/ETsf12_IV_IN...</td>\n", + " <td>/work/bk1099/data/ET/sf/fc/IV/263/ETsf12_IV_IN...</td>\n", + " <td>grib</td>\n", + " </tr>\n", + " </tbody>\n", + "</table>\n", + "<p>4417479 rows × 18 columns</p>\n", + "</div>" + ], + "text/plain": [ + " project institution_id source_id era_id dataType level_type \\\n", + "0 era5 ecmwf IFS E1 an model_level \n", + "1 era5 ecmwf IFS E1 an model_level \n", + "2 era5 ecmwf IFS E1 an model_level \n", + "3 era5 ecmwf IFS E1 an model_level \n", + "4 era5 ecmwf IFS E1 an model_level \n", + "... ... ... ... ... ... ... \n", + "4417474 era5 ecmwf IFS ET fc surface \n", + "4417475 era5 ecmwf IFS ET fc surface \n", + "4417476 era5 ecmwf IFS ET fc surface \n", + "4417477 era5 ecmwf IFS ET fc surface \n", + "4417478 era5 ecmwf IFS ET fc surface \n", + "\n", + " frequency stepType table_id code short_name \\\n", + "0 hourly instant 128.0 075 crwc \n", + "1 hourly instant 128.0 075 crwc \n", + "2 hourly instant 128.0 075 crwc \n", + "3 hourly instant 128.0 075 crwc \n", + "4 hourly instant 128.0 075 crwc \n", + "... ... ... ... ... ... \n", + "4417474 invariant instant 128.0 129 z \n", + "4417475 invariant instant 128.0 172 lsm \n", + "4417476 invariant instant 128.0 172 lsm \n", + "4417477 invariant instant 256.0 07 dl \n", + "4417478 invariant instant 256.0 07 dl \n", + "\n", + " long_name units validation_date \\\n", + "0 Specific rain water content kg kg**-1 2000-01-01 \n", + "1 Specific rain water content kg kg**-1 2000-01-02 \n", + "2 Specific rain water content kg kg**-1 2000-01-03 \n", + "3 Specific rain water content kg kg**-1 2000-01-04 \n", + "4 Specific rain water content kg kg**-1 2000-01-05 \n", + "... ... ... ... \n", + "4417474 Geopotential m**2 s**-2 False \n", + "4417475 Land-sea mask (0 - 1) False \n", + "4417476 Land-sea mask (0 - 1) False \n", + "4417477 Lake total depth m False \n", + "4417478 Lake total depth m False \n", + "\n", + " initialization_date \\\n", + "0 False \n", + "1 False \n", + "2 False \n", + "3 False \n", + "4 False \n", + "... ... \n", + "4417474 INVARIANT \n", + "4417475 INVARIANT \n", + "4417476 INVARIANT \n", + "4417477 INVARIANT \n", + "4417478 INVARIANT \n", + "\n", + " uri \\\n", + "0 /work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20... \n", + "1 /work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20... \n", + "2 /work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20... \n", + "3 /work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20... \n", + "4 /work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20... \n", + "... ... \n", + "4417474 /work/bk1099/data/ET/sf/fc/IV/129/ETsf12_IV_IN... \n", + "4417475 /work/bk1099/data/ET/sf/fc/IV/172/ETsf12_IV_20... \n", + "4417476 /work/bk1099/data/ET/sf/fc/IV/172/ETsf12_IV_IN... \n", + "4417477 /work/bk1099/data/ET/sf/fc/IV/263/ETsf12_IV_20... \n", + "4417478 /work/bk1099/data/ET/sf/fc/IV/263/ETsf12_IV_IN... \n", + "\n", + " path format \n", + "0 /work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20... grib \n", + "1 /work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20... grib \n", + "2 /work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20... grib \n", + "3 /work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20... grib \n", + "4 /work/bk1099/data/E1/ml/an/1H/075/E1ml00_1H_20... grib \n", + "... ... ... \n", + "4417474 /work/bk1099/data/ET/sf/fc/IV/129/ETsf12_IV_IN... grib \n", + "4417475 /work/bk1099/data/ET/sf/fc/IV/172/ETsf12_IV_20... grib \n", + "4417476 /work/bk1099/data/ET/sf/fc/IV/172/ETsf12_IV_IN... grib \n", + "4417477 /work/bk1099/data/ET/sf/fc/IV/263/ETsf12_IV_20... grib \n", + "4417478 /work/bk1099/data/ET/sf/fc/IV/263/ETsf12_IV_IN... grib \n", + "\n", + "[4417479 rows x 18 columns]" + ] + }, + "execution_count": 25, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "dfnew" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "metadata": {}, + "outputs": [], + "source": [ + "#import pandas as pd\n", + "#dfnew=pd.read_csv(\"/work/ik1017/Catalogs/dkrz_era5_disk.csv.gz\")" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "metadata": {}, + "outputs": [], + "source": [ + "dfnew[\"table_id\"]=dfnew[\"table_id\"].astype(int)" + ] + }, + { + "cell_type": "code", + "execution_count": 28, "metadata": {}, "outputs": [], "source": [ - "dfnew.to_csv(\"/home/k/k204210/intake-esm/catalogs/dkrz_era5_disk.csv.gz\", compression=\"gzip\", index=False)" + "dfnew.to_csv(\"/work/ik1017/Catalogs/dkrz_era5_disk.csv.gz\", compression=\"gzip\", index=False)" ] }, { -- GitLab