met2model.MAAT.Rd
met2model wrapper for MAAT
met2model.MAAT(
in.path,
in.prefix,
outfolder,
start_date,
end_date,
overwrite = FALSE,
verbose = FALSE,
leap_year = TRUE,
...
)
location on disk where inputs (CF met drivers) are stored
prefix of input and output files
location on disk where MAAT met 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)
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.
additional arguments, currently ignored