Skip to contents

Download and convert single grid point NLDAS to CF single grid point from hydro1.sci.gsfc.nasa.gov using OPENDAP interface

Usage

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

Arguments

outfolder

location of output

start_date

desired start date YYYY-MM-DD

end_date

desired end date YYYY-MM-DD

site_id

site id (BETY)

lat.in

latitude of site

lon.in

longitude of site

overwrite

overwrite existing files? Default is FALSE

verbose

Turn on verbose output? Default=FALSE

...

Other inputs

Author

Christy Rollinson (with help from Ankur Desai)