R包下载CMIP6数据

问题描述

我想从 here 下载 CMIP6 数据。包 'epwshiftr' 有一个很好的函数 'init_cmip6_index' 来索引所有相关信息,包括下载 URL。

library("epwshiftr")

#this indexes all the information about the models
test = init_cmip6_index(activity = "CMIP",variable = 'pr',frequency = 'mon',experiment = c("historical"),source = NULL,variant = NULL,replica = F,latest = T,limit = 10000L,data_node = NULL)

#to print the unique model
unique(test$source_id)

这给了我 18 个模型的列表

enter image description here

还有许多其他模型(例如“HAMMOZ-Consortium.MPI-ESM-1-2-HAM”和“IPSL.IPSL-CM6A-LR”)具有符合我的规范的数据,但我没有看到它们查询中。

enter image description here

有没有办法让这个包工作(或更新包)以包含所有可供下载的文件

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)