Download GFDL CMIP5 outputs for a single grid point using OPeNDAP and convert to CF
Source:R/download.GFDL.R
download.GFDL.RdDownload GFDL CMIP5 outputs for a single grid point using OPeNDAP and convert to CF
Usage
download.GFDL(
outfolder,
start_date,
end_date,
lat.in,
lon.in,
overwrite = FALSE,
verbose = FALSE,
model = "CM3",
scenario = "rcp45",
ensemble_member = "r1i1p1",
...
)Arguments
- outfolder
Directory for storing output
- start_date
Start date for met (will be converted via [base::as.POSIXlt])
- end_date
End date for met (will be converted via [base::as.POSIXlt])
- lat.in
Latitude coordinate for met
- lon.in
Longitude coordinate for met
- overwrite
Logical: Download a fresh version even if a local file with the same name already exists?
- verbose
Logical, passed on to
ncvar_defandnc_createto control printing of debug info- model
Which GFDL model to run (options are CM3, ESM2M, ESM2G)
- scenario
Which scenario to run (options are rcp26, rcp45, rcp60, rcp85)
- ensemble_member
Which ensemble_member to initialize the run (options are r1i1p1, r3i1p1, r5i1p1)
- ...
further arguments, currently ignored