Skip to content

Commit 0bb6992

Browse files
authored
Update DATADIR location
1 parent 430b174 commit 0bb6992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/worksheet2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"outputs": [],
112112
"source": [
113113
"# Provide the names of the directories where the netCDF model files are stored\n",
114-
"DATADIR = '/project/precis/worksheets/data/'\n",
114+
"DATADIR = '/project/ciid/projects/PRECIS/worksheets/data/'\n",
115115
"\n",
116116
"# Load and print the HadCM3Q0 (cahpa) model cube data\n",
117117
"infile = os.path.join(DATADIR, 'historical', 'cahpa.mon.1961_1990.pr.rr.nc')\n",

0 commit comments

Comments
 (0)