Skip to contents

Read Restart for LPJGUESS

Usage

read_restart.LPJGUESS(outdir, runid, stop.time, settings, var.names, params)

Arguments

outdir

output directory

runid

run ID

stop.time

year that is being read

settings

PEcAn settings object

var.names

var.names to be extracted

params

passed on to return value

Value

X_tmp vector of forecasts

Author

Istem Fer, Yinghao Sun

Examples

if (FALSE) { # \dontrun{
  rx <- read_restart.LPJGUESS(
           outdir   = "/projectnb/…/LPJ_output",
           runid    = "123456",
           stop.time = as.POSIXct("2001-12-31 23:59:59", tz = "UTC"),
           settings = settings,
           var.names = c("AGB.pft"),
           params = params)
} # }