Skip to content

Commit f6bae33

Browse files
authored
Merge pull request #6 from ClimateImpactLab/update-pyciam-zenodo
update DOI for pyCIAM zenodo store
2 parents 66f1d9e + 2faf403 commit f6bae33

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

notebooks/data-acquisition.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"from cartopy.io import shapereader\n",
5252
"from fsspec import FSTimeoutError\n",
5353
"from fsspec.implementations.zip import ZipFileSystem\n",
54-
"from pyCIAM.utils import copy\n",
5554
"from shared import (\n",
5655
" DIR_SHP,\n",
5756
" DIR_SLR_AR5_IFILES_RAW,\n",
@@ -72,7 +71,9 @@
7271
" PATH_SLR_HIST_TREND_MAP,\n",
7372
" PATHS_SURGE_LOOKUP,\n",
7473
" save,\n",
75-
")"
74+
")\n",
75+
"\n",
76+
"from pyCIAM.utils import copy"
7677
]
7778
},
7879
{
@@ -93,7 +94,7 @@
9394
"# This will need to point to the correct version of the SLIIDERS zenodo store (see\n",
9495
"# Depsky et al. 2023 for the version associated with that manuscript)\n",
9596
"Z_SLIIDERS_DOI = \"7693868\"\n",
96-
"Z_PYCIAM_DOI = \"7693869\"\n",
97+
"Z_PYCIAM_DOI = \"8229860\"\n",
9798
"Z_AR6_DOI = \"6382554\"\n",
9899
"Z_SWEET_DOI = \"6067895\"\n",
99100
"\n",
@@ -119,7 +120,7 @@
119120
"\n",
120121
"# post-release\n",
121122
"PARAMS = {}\n",
122-
"Z_URL = Z_URL_RECORDS"
123+
"Z_URL_SLIIDERS_PC = Z_URL_RECORDS"
123124
]
124125
},
125126
{
@@ -627,7 +628,7 @@
627628
"name": "python",
628629
"nbconvert_exporter": "python",
629630
"pygments_lexer": "ipython3",
630-
"version": "3.9.10"
631+
"version": "3.10.8"
631632
},
632633
"widgets": {
633634
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)