# NOT RUN {
(res <- cc_search(file_set = 12, extent = "global", format = "ascii",
period = 4, variable = 1, resolution = 4))
res <- cc_search(file_set = 7, extent = "region", format = "ascii",
period = 9, variable = 5, resolution = 6)
cc_data_fetch(res[3])
# Alternatively, you can use the helper list
# where you can reference options by name
# the downside is that this is very verbose
(res <- cc_search(file_set = cc_params$file_set$`Delta method IPCC AR4`,
scenario = cc_params$scenario$`SRES B1`,
model = cc_params$model$bccr_bcm2_0,
extent = cc_params$extent$global,
format = cc_params$format$ascii,
period = cc_params$period$`2040s`,
variable = cc_params$variable$Precipitation,
resolution = cc_params$resolution$`5 minutes`))
# }
Run the code above in your browser using DataLab