Extract netCDF file by site.id, time window, and variable name.
Source:R/combine_model_netcdf.R
extract_nc_sda.RdExtract netCDF file by site.id, time window, and variable name.
Arguments
- site.id
numeric or character: identification of the site.
- start.date
date in YYYY-MM-DD format: start date of the requested time window.
- end.date
date in YYYY-MM-DD format: end date of the requested time window.
- var.name
character: variable name.
- nc.path
character: physical path to the target netCDF file.