met2model.ED2.Rd
If files already exist in 'Outfolder', the default function is NOT to overwrite them and only gives user the notice that file already exists. If user wants to overwrite the existing files, just change overwrite statement below to TRUE.
met2model.ED2(
in.path,
in.prefix,
outfolder,
start_date,
end_date,
lst = 0,
lat = NA,
lon = NA,
overwrite = FALSE,
verbose = FALSE,
leap_year = TRUE,
...
)
location on disk where inputs are stored
prefix of input and output files
location on disk where outputs will be stored
the start date of the data to be downloaded (will only use the year part of the date)
the end date of the data to be downloaded (will only use the year part of the date)
timezone offset to GMT in hours
latitude; if not provide the function will attempt to discover it in input files
longitude; if not provide the function will attempt to discover it in input files
should existing files be overwritten
should the function be very verbose
Enforce Leap-years? If set to TRUE, will require leap years to have 366 days. If set to false, will require all years to have 365 days. Default = TRUE.
currently unused