Skip to content

Commit

Permalink
Updata DATADIR location
Browse files Browse the repository at this point in the history
  • Loading branch information
hsteptoe authored Mar 12, 2020
1 parent c6edb96 commit fab2ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/worksheet6example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit fab2ba7

Please sign in to comment.