Function to convert MAAT model output to standard netCDF format

model2netcdf.MAAT(
  rundir,
  outdir,
  sitelat = -999,
  sitelon = -999,
  start_date = NULL,
  end_date = NULL
)

Arguments

rundir

Location of MAAT model run (i.e. MAAT project) directory with all required model run inputs. This is needed to identify model runs with and without met drivers and control the model output conversion process

outdir

Location of MAAT 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

Author

Shawn Serbin, Anthony Walker, Alexey Shiklomanov