Given latitude and longitude coordinates, extract site data from NARR file
Usage
extract.nc(
in.path,
in.prefix,
outfolder,
start_date,
end_date,
slat,
slon,
overwrite = FALSE,
verbose = FALSE,
...
)Arguments
- in.path
location on disk where inputs are stored
- in.prefix
prefix of input files
- outfolder
location on disk where outputs will be stored
- start_date
the start date of the data to be permuted (will only use the year part of the date)
- end_date
the end date of the data to be permuted (will only use the year part of the date)
- slat
the latitude of the site
- slon
the longitude of the site
- overwrite
should existing files be overwritten
- verbose
should ouput of function be extra verbose
- ...
further arguments, currently ignored