We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83c37f commit 7478182Copy full SHA for 7478182
notebooks/synoptic/Geostrophic_Wind_And_Few_More.ipynb
@@ -49,7 +49,7 @@
49
"source": [
50
"## opening NetCDF file using xarray \n",
51
"\n",
52
- "ds = xr.open_mfdataset(\"/home/jovyan/metpy-cookbook/NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
+ "ds = xr.open_dataset(\"../convective/NETCDF_FILE.nc\", decode_times=True)"
53
]
54
},
55
{
0 commit comments