This functions reads the gmacsall.out file as a named list within R.

readGMACSallOUT(
  FileName = NULL,
  verbose = TRUE,
  DatFile = NULL,
  CtlFile = NULL,
  GmacsFile = NULL,
  nyrRetro = NULL
)

Arguments

FileName

(character string)- path and name (by default, gmacsAll.out) of the file to read.

verbose

(logical)- (TRUE/FALSE); flag to print processing information

DatFile

(list)- Object containing the .dat file - This is the output of the readGMACSdat() function.

CtlFile

(list)- Object containing the .ctl file - This is the output of the readGMACSctl() function.

GmacsFile

(list)- Object containing the gmacs.dat file - This is the output of the readGMACS.dat() function.

nyrRetro

(integer)- Number of year for the retrospective analysis

Value

the gmacsall.out file as a named list.