met2model wrapper for FATES
Usage
met2model.FATES(
in.path,
in.prefix,
outfolder,
start_date,
end_date,
lst = 0,
lat,
lon,
overwrite = FALSE,
verbose = FALSE,
...
)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
- end_date
the end date of the data to be downloaded
- lst
timezone offset to GMT in hours
- lat, lon
latitude and longitude of site in decimal degrees
- overwrite
should existing files be overwritten
- verbose
should the function be very verbose for(year in start_year:end_year)
- ...
additional arguments, currently ignored