Reads output from model ensemble

read.ensemble.output(ensemble.size, pecandir, outdir, start.year, end.year,
  variable, ens.run.ids = NULL)

Arguments

ensemble.size

the number of ensemble members run

pecandir

specifies where pecan writes its configuration files

outdir

directory with model output to use in ensemble analysis

start.year

first year to include in ensemble analysis

end.year

last year to include in ensemble analysis

variables

target variables for ensemble analysis

Value

a list of ensemble model output

Details

Reads output for an ensemble of length specified by ensemble.size and bounded by start.year and end.year

DEPRECATED: This function has been moved to the PEcAn.uncertainty package. The version in PEcAn.utils is deprecated, will not be updated to add any new features, and will be removed in a future release of PEcAn. Please use PEcAn.uncertainty::read.ensemble.output instead.