Skip to content

Commit a4dd322

Browse files
authored
Merge pull request #15 from CLIMAAX/fix/filenames-relative
Fix name pattern in loading of extreme relative discharge CDS files
2 parents 24eac5b + a4e3fcb commit a4dd322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

04_River_discharge_analysis/hazard_assessment_discharge_analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"else:\n",
307307
" print('Loading from local relative extreme river discharges dataset')\n",
308308
" ds_flood_rel = xr.open_mfdataset(\n",
309-
" os.path.join(data_folder_catch, 'rdisreturnmax*_tmean_abs_E-HYPEcatch*_catch_v1.nc'),\n",
309+
" os.path.join(data_folder_catch, 'rdisreturnmax*_tmean_rel_E-HYPEcatch*_catch_v1.nc'),\n",
310310
" preprocess=preprocess_flood_occurence\n",
311311
" )"
312312
]

0 commit comments

Comments
 (0)