Skip to content

Commit 0528fb6

Browse files
authored
Update DATADIR location
1 parent 0bb6992 commit 0528fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/worksheet3.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"from cartopy.mpl.geoaxes import GeoAxes\n",
6666
"\n",
6767
"# Provide the names of the directories where the netCDF model files are stored\n",
68-
"DATADIR = '/project/precis/worksheets/data/'\n",
68+
"DATADIR = '/project/ciid/projects/PRECIS/worksheets/data/'\n",
6969
"\n",
7070
"# Directory name where data is read from\n",
7171
"HISTDIR = os.path.join(DATADIR, 'historical')\n",

0 commit comments

Comments
 (0)