Skip to contents

Download and conver to CF NARR single grid point from MSTIMIP server using OPENDAP interface

Usage

download.MsTMIP_NARR(
  outfolder,
  start_date,
  end_date,
  site_id,
  lat.in,
  lon.in,
  overwrite = FALSE,
  verbose = FALSE,
  ...
)

Arguments

outfolder

location where output is stored

start_date

YYYY-MM-DD

end_date

YYYY-MM-DD

site_id

BETY site id

lat.in

latitude of site

lon.in

longitude of site

overwrite

overwrite existing files? Default is FALSE

verbose

Default is FALSE, used in ncdf4::ncvar_def

...

Other inputs

Author

James Simkins