Skip to content

Commit

Permalink
fixed casing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 1, 2024
1 parent c51cd7d commit 8207292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/modelbuilder_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
],
"source": [
"# plot converted ERA5 data\n",
"file_era5 = os.path.join(dir_output,'ERA5*.nc')\n",
"file_era5 = os.path.join(dir_output,'era5*.nc')\n",
"ds_era5 = xr.open_mfdataset(file_era5)\n",
"ds_era5\n",
"\n",
Expand Down

0 comments on commit 8207292

Please sign in to comment.