Skip to content

Commit 430b174

Browse files
authored
Update datadir location
1 parent da9642e commit 430b174

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

notebooks/worksheet1.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"cell_type": "markdown",
121121
"metadata": {},
122122
"source": [
123-
"**c)** Move to the directory (i.e. folder) called `/project/precis/worksheets/data/pp/cahpa`. This directory contains monthly output data in pp format from a PRECIS experiment with RUNID *cahpa*. List the contents of the directory.\n",
123+
"**c)** Move to the directory (i.e. folder) called `/project/ciid/projects/PRECIS/worksheets/data/pp/cahpa`. This directory contains monthly output data in pp format from a PRECIS experiment with RUNID *cahpa*. List the contents of the directory.\n",
124124
"\n",
125125
"**Hint:** The `cd` command stands for _change directory_\n",
126126
"\n",
@@ -331,7 +331,7 @@
331331
"%matplotlib inline \n",
332332
"\n",
333333
"# provide the path of your sample data\n",
334-
"sample_data = '/project/precis/worksheets/data/sample_data.nc'\n",
334+
"sample_data = '/project/ciid/projects/PRECIS/worksheets/data/sample_data.nc'\n",
335335
"\n",
336336
"# Constraint the reading to a single variable and load it into an Iris cube\n",
337337
"cube = iris.load_cube(sample_data)\n",
@@ -459,7 +459,7 @@
459459
},
460460
"outputs": [],
461461
"source": [
462-
"datadir = '/project/precis/worksheets/data'\n",
462+
"datadir = '/project/ciid/projects/PRECIS/worksheets/data'\n",
463463
"\n",
464464
"rim_width = 8 # width of rim (in number of grid boxes)\n",
465465
"\n",

0 commit comments

Comments
 (0)