Skip to contents

Convert PEPRMT output to netCDF

Usage

model2netcdf.PEPRMT(
  outdir,
  sitelat,
  sitelon,
  start_date,
  end_date,
  delete_raw = FALSE
)

Arguments

outdir

Location of PEPRMT 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 out.csv after converting?

Details

Converts all output contained in a folder to netCDF.

Author

Abigail Lewis