diff --git a/notebooks/worksheet6example.ipynb b/notebooks/worksheet6example.ipynb index 1be350a..13d9486 100755 --- a/notebooks/worksheet6example.ipynb +++ b/notebooks/worksheet6example.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# 4 Extreme Indices Example\n", + "# Worksheet 6 example code\n", "\n", "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." ] @@ -34,7 +34,7 @@ "\n", "# /data/users/ssadri/pyprecis/monthly\n", "# Some helpful data locations\n", - "DATADIR = '/project/precis/worksheets/data'\n", + "DATADIR = '/project/ciid/projects/PRECIS/worksheets/data'\n", "APHRODIR = os.path.join(DATADIR, 'APHRODITE')\n", "CRUDIR = os.path.join(DATADIR, 'CRU')\n", "CLIMDIR = os.path.join(DATADIR, 'climatology')\n",