model2netcdf.SIPNET.Rd
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
)
Location of SIPNET model output
Latitude of the site
Longitude of the site
Start time of the simulation
End time of the simulation
logical: remove sipnet.out files after converting?
model revision
prefix to read the output files
Flag for overwriting nc files or not
Flag for dealing with conflicted nc files, if T we then will merge those, if F we will jump to the next.