read.ensemble.output.RdReads output from model ensemble
read.ensemble.output(ensemble.size, pecandir, outdir, start.year, end.year, variable, ens.run.ids = NULL)
| 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 |
| variable | target variables for ensemble analysis |
| ens.run.ids | dataframe. Must contain a column named "id" giving the run IDs to be read.
If NULL, will attempt to read IDs from a file named "samples.Rdata" in |
a list of ensemble model output
Reads output for an ensemble of length specified by ensemble.size and bounded by start.year
and end.year