Skip to content

Commit

Permalink
Update notebooks to use datafiles submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Hallock committed Dec 10, 2019
1 parent 1d7a4a7 commit 0f8ca47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plots/Contours/Filled/Georeferenced/NCL_coneff_16.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"metadata": {},
"outputs": [],
"source": [
"ds = xr.open_dataset('uv300.nc')"
"ds = xr.open_dataset('../../../../data/netcdf_files/uv300.nc')"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion Plots/Contours/Lines/NCL_conOncon_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"metadata": {},
"outputs": [],
"source": [
"ds = xr.open_dataset('mxclim.nc')"
"ds = xr.open_dataset('../../../data/netcdf_files/mxclim.nc')"
]
},
{
Expand Down

0 comments on commit 0f8ca47

Please sign in to comment.