Download and convert to CF CRUNCEP single grid point from MSTIMIP server using OPENDAP interface

download.CRUNCEP(outfolder, start_date, end_date, site_id, lat.in, lon.in,
  overwrite = FALSE, verbose = FALSE, maxErrors = 10, sleep = 2,
  ...)

Arguments

outfolder

Directory where results should be written

start_date, end_date

Range of years to retrieve. Format is YYYY-MM-DD, but only the year portion is used and the resulting files always contain a full year of data.

site_id

numeric. Currently ignored

lat.in

site latitude in decimal degrees

lon.in

site longitude in decimal degrees

overwrite

logical. Download a fresh version even if a local file with the same name already exists?

verbose

logical. Passed on to ncvar_def and nc_create to control printing of debug info

maxErrors

Maximum times to re-try folloing an error accessing netCDF data through THREDDS

sleep

Wait time between attempts following a THREDDS or other error

...

Other arguments, currently ignored