Skip to content

Commit

Permalink
Merge pull request #6 from ClimateImpactLab/update-pyciam-zenodo
Browse files Browse the repository at this point in the history
update DOI for pyCIAM zenodo store
  • Loading branch information
bolliger32 authored Aug 9, 2023
2 parents 66f1d9e + 2faf403 commit f6bae33
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions notebooks/data-acquisition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"from cartopy.io import shapereader\n",
"from fsspec import FSTimeoutError\n",
"from fsspec.implementations.zip import ZipFileSystem\n",
"from pyCIAM.utils import copy\n",
"from shared import (\n",
" DIR_SHP,\n",
" DIR_SLR_AR5_IFILES_RAW,\n",
Expand All @@ -72,7 +71,9 @@
" PATH_SLR_HIST_TREND_MAP,\n",
" PATHS_SURGE_LOOKUP,\n",
" save,\n",
")"
")\n",
"\n",
"from pyCIAM.utils import copy"
]
},
{
Expand All @@ -93,7 +94,7 @@
"# This will need to point to the correct version of the SLIIDERS zenodo store (see\n",
"# Depsky et al. 2023 for the version associated with that manuscript)\n",
"Z_SLIIDERS_DOI = \"7693868\"\n",
"Z_PYCIAM_DOI = \"7693869\"\n",
"Z_PYCIAM_DOI = \"8229860\"\n",
"Z_AR6_DOI = \"6382554\"\n",
"Z_SWEET_DOI = \"6067895\"\n",
"\n",
Expand All @@ -119,7 +120,7 @@
"\n",
"# post-release\n",
"PARAMS = {}\n",
"Z_URL = Z_URL_RECORDS"
"Z_URL_SLIIDERS_PC = Z_URL_RECORDS"
]
},
{
Expand Down Expand Up @@ -627,7 +628,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.10.8"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down

0 comments on commit f6bae33

Please sign in to comment.