met2model for DALEC
Usage
met2model.DALEC(
in.path,
in.prefix,
outfolder,
start_date,
end_date,
overwrite = FALSE,
verbose = FALSE,
spin_nyear = NULL,
spin_nsample = NULL,
spin_resample = NULL,
...
)Arguments
- in.path
location on disk where inputs are stored
- in.prefix
prefix of input and output files
- outfolder
location on disk where outputs will be stored
- start_date
the start date of the data to be downloaded (will only use the year part of the date)
- end_date
the end date of the data to be downloaded (will only use the year part of the date)
- overwrite
should existing files be overwritten
- verbose
should the function be very verbose
- spin_nyear, spin_nsample, spin_resample
passed on to `PEcAn.data.atmosphere::spin.met()`
- ...
additional arguments, currently ignored