Skip to content

Commit 7478182

Browse files
committed
Fix loading dataset
1 parent f83c37f commit 7478182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/synoptic/Geostrophic_Wind_And_Few_More.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"source": [
5050
"## opening NetCDF file using xarray \n",
5151
"\n",
52-
"ds = xr.open_mfdataset(\"/home/jovyan/metpy-cookbook/NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
52+
"ds = xr.open_dataset(\"../convective/NETCDF_FILE.nc\", decode_times=True)"
5353
]
5454
},
5555
{

0 commit comments

Comments
 (0)