read_restart.ED2.RdState data assimilation read-restart for ED2
read_restart.ED2(outdir, runid, stop.time, settings, var.names, params)
| outdir | Output directory |
|---|---|
| runid | Run ID |
| stop.time | Year that is being read |
| settings | PEcAn settings object |
| var.names | Variable names to be extracted |
| params | Any parameters required for state calculations |
# NOT RUN { outdir <- "~/sda-hackathon/outputs" runid <- "99000000020" settings_file <- "outputs/pecan.CONFIGS.xml" settings <- PEcAn.settings::read.settings(settings_file) forecast <- read_restart.ED2(...) # }# NOT RUN { # }