Skip to contents

Convert NARR files to CF files

Usage

met2CF.NARR(
  in.path,
  in.prefix,
  outfolder,
  start_date,
  end_date,
  overwrite = FALSE,
  verbose = FALSE,
  ...
)

Arguments

in.path

directory in which to find NARR files

in.prefix

pattern to match to find NARR files inside `in.path`

outfolder

directory name to write CF outputs

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 ouput of function be extra verbose

...

other arguments, currently ignored

Author

Elizabeth Cowdery, Rob Kooper