upscale_met upscales the temporal resolution of a dataset
Usage
upscale_met(
outfolder,
input_met,
resolution = 1/24,
overwrite = FALSE,
verbose = FALSE,
...
)Arguments
- outfolder
path to directory where output should be saved Output is netcdf named as <input_met_filename>.upscaled.nc
- input_met
path to netcdf file containing met dataset
- resolution
desired output resolution, in days
- overwrite
logical: replace output file if it already exists?
- verbose
logical: should
ncdf4functions print debugging information as they run?- ...
other arguments, currently ignored