upscale_met.Rdupscale_met upscales the temporal resolution of a dataset
upscale_met(outfolder, input_met, resolution = 1/24, overwrite = FALSE, verbose = FALSE, ...)
| 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 |
| ... | other arguments, currently ignored |