Dataset for "Future projections for the Antarctic ice sheet until the year 2300 with a climate-index method"
收藏资源简介:
Dataset for the manuscript "Future projections for the Antarctic ice sheet until the year 2300 with a climate-index method" (submitted to Journal of Glaciology, preprint at EarthArXiv, doi: 10.31223/X5F06Q). Please see the README for details. * * * * * * * The following script may be used to download the entire content of the archive on a Unix/Linux system: #!/bin/bash<br> # --- download_all.sh ---<br> repodir="https://zenodo.org/record/7773728/files"<br> files=("_README.pdf" \<br> "all_scalar.zip" \<br> "hist.zip" "ctrl_proj_ext.zip" \<br> "exp05_ext.zip" "exp06_ext.zip" "exp07_ext.zip" "exp08_ext.zip" \<br> "exp09_ext.zip" "exp10_ext.zip" "exp12_ext.zip" "exp13_ext.zip" \<br> "expA05_ext.zip" "expA06_ext.zip" "expA07_ext.zip" "expA08_ext.zip" \<br> "expB06_ext.zip" "expB07_ext.zip" "expB08_ext.zip" \<br> "expB09_ext.zip" "expB10_ext.zip")<br> for file in ${files[@]}; do<br> wget "${repodir}/${file}"<br> done<br> echo "--- Done! ---"



