Converts all output contained in a folder to netCDF.

model2netcdf.SIPNET(
  outdir,
  sitelat,
  sitelon,
  start_date,
  end_date,
  delete.raw = FALSE,
  revision,
  prefix = "sipnet.out",
  overwrite = FALSE,
  conflict = FALSE
)

Arguments

outdir

Location of SIPNET model output

sitelat

Latitude of the site

sitelon

Longitude of the site

start_date

Start time of the simulation

end_date

End time of the simulation

delete.raw

logical: remove sipnet.out files after converting?

revision

model revision

prefix

prefix to read the output files

overwrite

Flag for overwriting nc files or not

conflict

Flag for dealing with conflicted nc files, if T we then will merge those, if F we will jump to the next.

Author

Shawn Serbin, Michael Dietze