Skip to content

Commit b19818c

Browse files
authored
generalize DOIs (#5)
1 parent 0ccf178 commit b19818c

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6449231.svg)](https://doi.org/10.5281/zenodo.6449231)
1+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6449230.svg)](https://doi.org/10.5281/zenodo.6449230)
22

33
# Sea Level Impacts Input Dataset by Elevation, Region, and Scenario (SLIIDERS)
44

5-
This repository hosts the code used to create the [SLIIDERS-ECON and SLIIDERS-SLR](https://doi.org/10.5281/zenodo.6449231) datasets. The SLIIDERS datasets contain current and forecasted physical and socioeconomic metrics from 2000-2100 - organized by coastal segment, elevation slice, and scenario - for use as inputs to global coastal climate impacts research.
5+
This repository hosts the code used to create the [SLIIDERS-ECON and SLIIDERS-SLR](https://doi.org/10.5281/zenodo.6449230) datasets. The SLIIDERS datasets contain current and forecasted physical and socioeconomic metrics from 2000-2100 - organized by coastal segment, elevation slice, and scenario - for use as inputs to global coastal climate impacts research.
66

77
**SLIIDERS-ECON** contains socioeconomic variables, varying horizontally and vertically over space. **SLIIDERS-SLR** contains Monte Carlo projections of Local Sea Level Rise under different emissions and ice sheet dynamics assumptions, based on the outputs of [LocalizeSL](https://github.com/bobkopp/LocalizeSL). Coastal segments in SLIIDERS-ECON can be matched to gridded LSLR projections in SLIIDERS-SLR via the `SLR_site` key.
88

notebooks/create-SLIIDERS-ECON/download-sliiders-econ-input-data.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,9 +714,12 @@
714714
{
715715
"cell_type": "markdown",
716716
"id": "8b048d8c-ef4e-4119-9de5-9ec341f0d5a5",
717-
"metadata": {},
717+
"metadata": {
718+
"jp-MarkdownHeadingCollapsed": true,
719+
"tags": []
720+
},
718721
"source": [
719-
"There are three datasets that were manually constructed for use in `SLIIDERS`. They are available for download on Zenodo. Please download each file from the Zenodo deposit [here](https://doi.org/10.5281/zenodo.6450169) and copy to the paths designated for each dataset.\n",
722+
"There are three datasets that were manually constructed for use in `SLIIDERS`. They are available for download on Zenodo. Please download each file from the Zenodo deposit [here](https://doi.org/10.5281/zenodo.6450168) and copy to the paths designated for each dataset.\n",
720723
"\n",
721724
"#### 1. `ne_coastline_lines_CIAM_wexp_or_gtsm.shp`\n",
722725
"Path: `sset.PATH_CIAM_COASTLINES` (Download all files with the name `ne_coastline_lines_CIAM_wexp_or_gtsm` (but different extensions) to this directory.) \n",

0 commit comments

Comments
 (0)