Skip to content

Commit 1a0af4a

Browse files
committed
Fix loading dataset
1 parent 2905348 commit 1a0af4a

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
@@ -50,7 +50,7 @@
5050
"source": [
5151
"## opening NetCDF file using xarray \n",
5252
"\n",
53-
"ds = xr.open_mfdataset(\"/home/jovyan/metpy-cookbook/NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
53+
"ds = xr.open_dataset(\"../convective/NETCDF_FILE.nc\", decode_times=True)"
5454
]
5555
},
5656
{

0 commit comments

Comments
 (0)