Dataset for "Reduced ice loss from Greenland under stratospheric aerosol injection"
收藏资源简介:
Dataset for the paper "Reduced ice loss from Greenland under stratospheric aerosol injection" (submitted to Journal of Geophysical Research: Earth Surface). Please see the README for details. 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/8071794/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}" done echo "--- Done! ---"



