【数据下载】CMIP6数据下载

下载网址:https://esgf-node.llnl.gov/search/cmip6/

Step0:注册自己的帐号,一定要记好自己的openID哦,后面要用的

Step1:筛选自己所需要的数据(点击勾选即可)

本次勾选结果为:

Step2:勾选完成后点击search - Add all displayed results to Data Cart,将筛选结果全部加入自己的数据库

Step3:Select All Datasets - WGET Script 选择所有数据并获取下载链接

Step4:获取下载链接脚本(注:会出现“您所提交的表单不安全”,点击仍要发送即可)

成功下载了的.sh文件如下

Step5:接下来有两种方式下载数据

方法一:linux系统直接运行下一行代码,登陆自己的openid即可下载

./**.sh -H

方法二:利用python提取网址后,使用迅雷下载(打开迅雷,右上角“新建”,复制链接进来,点击立即下载就ok啦)

Python程序如下:

import re
f = open('路径/wget-20240421184411.sh','r')

content = f.read()
patten0 = "http://.*.nc"
patten1 = "https://.*.nc"

result0 = re.findall(patten0, content)
result1 = re.findall(patten1, content)

wf = open("路径/result1.txt",'w')
wf.write('\n'.join(result0))
wf.write('\n'.join(result1))

  • 6
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
Use of NWAI-WG data   So far, NWAI-WG data have been used on a collaborative basis in publications (see the attached file). The major reasons are the data were not widely distributed. They were only used in our group and our collaborative networks. There were some cases with requests of the data made after people read Liu and Zou's (2012) paper. You have two options for using the data. Option 1: Collaboration with us. In this case, we will help you to describe the downscaling method and contribute to other parts of the paper such as comments/suggestions on the papers, if the fields are within our expertise. Option 2: Use of the data on your own. While option 1 for collaboration with us is welcome, option 2 is also highly encouraged, particularly, when the data are used for these research disciplines, rather than agricultural related. Thanks to Professor Yu who provides us with his group's web site (www.agrivy.com) as a media for distribution of the data.   Acknowledgment for option 1  “We acknowledge the modelling groups, the Program for Climate Model Diagnosis and Intercomparison (PCMDI) and the WCRP’s Working Group on Coupled Modelling (WGCM) for their roles in making available the WCRP CMIP5 multi-model dataset. Support of this dataset is provided by the Office of Science, US Department of Energy. Dr. Ian Macadam of the University of New South Wales downloaded the raw GCM monthly data. ”   Acknowledgment for option 2  “We acknowledge the modelling groups, the Program for Climate Model Diagnosis and Intercomparison (PCMDI) and the WCRP’s Working Group on Coupled Modelling (WGCM) for their roles in making available the WCRP CMIP5 multi-model dataset. Support of this dataset is provided by the Office of Science, US Department of Energy. Dr. Ian Macadam of the University of New South Wales downloaded the raw GCM monthly data. Dr. De Li Liu of the NSW Department of Primary Industries used NWAI-WG to downscale downscaled daily data. Also, thanks to AGRIVY (www.agrivy.com) provides us the data for this study.”

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值