met2model wrapper for SIPNET

met2model.SIPNET(in.path, in.prefix, outfolder, start_date, end_date,
  overwrite = FALSE, verbose = FALSE, year.fragment = FALSE, ...)

Arguments

in.path

location on disk where inputs are stored

in.prefix

prefix of input and output files OR the full file name if year.fragment = TRUE

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

year.fragment

the function should ignore whether or not the data is stored as a set of complete years (such as for forecasts).

in.prefix

a data file to use for input - default behavior is to use all MET.year.nc files within the start and end year range in the directory in.path. If not null, overrides default behavior.