We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2905348 commit 1a0af4aCopy full SHA for 1a0af4a
notebooks/synoptic/Geostrophic_Wind_And_Few_More.ipynb
@@ -50,7 +50,7 @@
50
"source": [
51
"## opening NetCDF file using xarray \n",
52
"\n",
53
- "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)"
54
]
55
},
56
{
0 commit comments