Dataset for "Reduced ice loss from Greenland under stratospheric aerosol injection"
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/4131582
下载链接
链接失效反馈官方服务:
资源简介:
Dataset for the paper "Reduced ice loss from Greenland under stratospheric aerosol injection"(Journal of Geophysical Research: Earth Surface, 128 (11), e2023JF007112, doi: 10.1029/2023JF007112).
Please see the README for details.
V1.1.1: README and metadata updated.V1.1: Scripts related to the ISIMIP-method downscaling, SEMIC code, as well as configuration and input files for SICOPOLIS and Elmer/Ice added.V1: Results of new simulations that include both atmospheric and oceanic forcing.V0.9.1: Crucial bug fix in the files ElmerIce_MIROC-ESM-CHEM-{RCP85,RCP45,G4}_2D_final.nc (those in V0.9 were faulty).V0.9: Scalar variables: now distinguished between state and flux variables. 2D variables added.V0.5: Scalar variables as functions of time.
* * * * * * *
The following script may be used to download the entire content of the archive on a Unix/Linux system:
#!/bin/bash# --- download_all.sh ---repodir="https://zenodo.org/record/10211920/files"files=("_README.pdf" \ "Output_SICOPOLIS_Scalar.zip" "Output_ElmerIce_Scalar.zip" \ "Output_SICOPOLIS_2D.zip" "Output_ElmerIce_2D.zip" \ "Repo_ISIMIP_downscale.zip" "Repo_SEMIC.zip" \ "Repo_SICOPOLIS.zip" "Repo_ElmerIce.zip")for file in ${files[@]}; do wget "${repodir}/${file}"doneecho "--- Done! ---"
创建时间:
2024-07-10



