Converts a met CF file to a model specific met file. The input files are calld <in.path>/<in.prefix>.YYYY.cf

met2model.LDNDC(
  in.path,
  in.prefix,
  outfolder,
  start_date,
  end_date,
  overwrite = FALSE,
  ...
)

Arguments

in.path

path on disk where CF file lives

in.prefix

prefix for each file

outfolder

location where model specific output is written.

start_date

start date of the results

end_date

end date of the results

overwrite

logical: replace output files if they already exist?

...

Other arguments

Value

invisible(results)

Author

Henri Kajasilta