Skip to content

Commit 88fcde8

Browse files
authored
Update DATADIR location
1 parent 3544083 commit 88fcde8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/worksheet5.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"from iris.analysis import Aggregator\n",
8282
"\n",
8383
"# Some helpful data locations\n",
84-
"DATADIR = '/project/precis/worksheets/data'\n",
84+
"DATADIR = '/project/ciid/projects/PRECIS/worksheets/data'\n",
8585
"CLIMDIR = os.path.join(DATADIR, 'climatology')\n",
8686
"HISTDIR = os.path.join(DATADIR, 'historical')\n",
8787
"FUTRDIR = os.path.join(DATADIR, 'future')\n",

0 commit comments

Comments
 (0)