Skip to content

Commit fab2ba7

Browse files
authored
Updata DATADIR location
1 parent c6edb96 commit fab2ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/worksheet6example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# 4 Extreme Indices Example\n",
7+
"# Worksheet 6 example code\n",
88
"\n",
99
"Calculate the baseline (1961-1990) and future (2021-2050) 90th percentile of maximum temperature and the difference between them. Do this for cahpa and cahpb."
1010
]
@@ -34,7 +34,7 @@
3434
"\n",
3535
"# /data/users/ssadri/pyprecis/monthly\n",
3636
"# Some helpful data locations\n",
37-
"DATADIR = '/project/precis/worksheets/data'\n",
37+
"DATADIR = '/project/ciid/projects/PRECIS/worksheets/data'\n",
3838
"APHRODIR = os.path.join(DATADIR, 'APHRODITE')\n",
3939
"CRUDIR = os.path.join(DATADIR, 'CRU')\n",
4040
"CLIMDIR = os.path.join(DATADIR, 'climatology')\n",

0 commit comments

Comments
 (0)