Skip to content

Commit c6edb96

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/worksheet6.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"from iris.analysis import Aggregator\n",
8787
"\n",
8888
"# Some helpful data locations\n",
89-
"DATADIR = '/project/precis/worksheets/data'\n",
89+
"DATADIR = '/project/ciid/projects/PRECIS/worksheets/data'\n",
9090
"PPDIR = os.path.join(DATADIR, 'pp')\n",
9191
"CLIMDIR = os.path.join(DATADIR, 'climatology')\n",
9292
"HISTDIR = os.path.join(DATADIR, 'historical')\n",

0 commit comments

Comments
 (0)