立即注册 登录
气象家园 返回首页

上弦月1804的个人空间 http://bbs.06climate.com/?123490 [收藏] [复制] [分享] [RSS]

日志

acccmip6批量下载CMIP6数据

已有 267 次阅读2020-11-22 19:37 |个人分类:CMIP6| CMIP6数据批量下载

acccmip6批量下载CMIP6数据

参考以下网站/网址内容整理的:

1.CMIP6acccmip6包批量下载cmip6气象数据_Nengneng_666的博客-CSDN博客  https://blog.csdn.net/Nengneng_666/article/details/108551614

2.气象学家https://mp.weixin.qq.com/s/5kxikcUpMFYY0kWleXLSMQ

3.https://acccmip6.readthedocs.io/en/latest/guide/download.html

4.GitHub - TaufiqHassan/acccmip6: Python package for accessing and downloading CMIP6 database  https://github.com/TaufiqHassan/acccmip6

5.Downloading data acccmip6 2.0.3 documentation  https://acccmip6.readthedocs.io/en/latest/guide/download.html

 

步骤

linux环境下的操作。

我是先安装VMware,搭载Ubuntu,打开虚拟机,打开终端(前提是装好python或者anaconda)

第一步:安装acccmip6模块

目前应该只支持Linux系统

命令:pip install acccmip6

第二步:查看可下载的模式(该步骤可以跳过)

命令:acccmip6 -o M -m show

第三步:搜索要下载的数据

命令:acccmip6 -o S -m CanESM5 -e ssp245 -v tasmax -f day

具体代码、参数解析见下图或者参考开头的网址链接。

第四步:下载

命令:acccmip6 -o D -m CanESM5 -e ssp245 -v tasmax -f day -dir /mnt/hgfs/VMware/CMIP6/tasmax -rlzn 1

dir即创建下载目录,-rlzn 1为选择r1i1p1f1中的r1i p f目前还不清楚怎么定义,待研究


补充说明:

命令
acccmip6 -o S 搜索
acccmip6 -o D 下载
-m : takes model names 模型名称
-e : takes experiment names 采用实验名称
-v : takes variable names 取变量名
-f : takes frequency 需要频率
-r : takes realm name 以领域名称如:atmosland等等)

 

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 立即注册

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

返回顶部