|
51 | 51 | "from cartopy.io import shapereader\n", |
52 | 52 | "from fsspec import FSTimeoutError\n", |
53 | 53 | "from fsspec.implementations.zip import ZipFileSystem\n", |
54 | | - "from pyCIAM.utils import copy\n", |
55 | 54 | "from shared import (\n", |
56 | 55 | " DIR_SHP,\n", |
57 | 56 | " DIR_SLR_AR5_IFILES_RAW,\n", |
|
72 | 71 | " PATH_SLR_HIST_TREND_MAP,\n", |
73 | 72 | " PATHS_SURGE_LOOKUP,\n", |
74 | 73 | " save,\n", |
75 | | - ")" |
| 74 | + ")\n", |
| 75 | + "\n", |
| 76 | + "from pyCIAM.utils import copy" |
76 | 77 | ] |
77 | 78 | }, |
78 | 79 | { |
|
93 | 94 | "# This will need to point to the correct version of the SLIIDERS zenodo store (see\n", |
94 | 95 | "# Depsky et al. 2023 for the version associated with that manuscript)\n", |
95 | 96 | "Z_SLIIDERS_DOI = \"7693868\"\n", |
96 | | - "Z_PYCIAM_DOI = \"7693869\"\n", |
| 97 | + "Z_PYCIAM_DOI = \"8229860\"\n", |
97 | 98 | "Z_AR6_DOI = \"6382554\"\n", |
98 | 99 | "Z_SWEET_DOI = \"6067895\"\n", |
99 | 100 | "\n", |
|
119 | 120 | "\n", |
120 | 121 | "# post-release\n", |
121 | 122 | "PARAMS = {}\n", |
122 | | - "Z_URL = Z_URL_RECORDS" |
| 123 | + "Z_URL_SLIIDERS_PC = Z_URL_RECORDS" |
123 | 124 | ] |
124 | 125 | }, |
125 | 126 | { |
|
627 | 628 | "name": "python", |
628 | 629 | "nbconvert_exporter": "python", |
629 | 630 | "pygments_lexer": "ipython3", |
630 | | - "version": "3.9.10" |
| 631 | + "version": "3.10.8" |
631 | 632 | }, |
632 | 633 | "widgets": { |
633 | 634 | "application/vnd.jupyter.widget-state+json": { |
|
0 commit comments