Dataset for "Future projections for the Antarctic ice sheet until the year 2300 with a climate-index method"
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/7773727
下载链接
链接失效反馈官方服务:
资源简介:
Dataset for the paper "Future projections for the Antarctic ice sheet until the year 2300 with a climate-index method" (Journal of Glaciology, doi: 10.1017/jog.2023.41).
Please see the README for details.
V1.1: Run-specs header files for SICOPOLIS added. README updated.
V1: Initial upload.
* * * * * * *
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/8107061/files"
files=("_README.pdf" \
"run_specs_headers.zip" \
"all_scalar.zip" \
"hist.zip" "ctrl_proj_ext.zip" \
"exp05_ext.zip" "exp06_ext.zip" "exp07_ext.zip" "exp08_ext.zip" \
"exp09_ext.zip" "exp10_ext.zip" "exp12_ext.zip" "exp13_ext.zip" \
"expA05_ext.zip" "expA06_ext.zip" "expA07_ext.zip" "expA08_ext.zip" \
"expB06_ext.zip" "expB07_ext.zip" "expB08_ext.zip" \
"expB09_ext.zip" "expB10_ext.zip")
for file in ${files[@]}; do
wget "${repodir}/${file}"
done
echo "--- Done! ---"
创建时间:
2024-07-11



