diff options
Diffstat (limited to 'man/run_PELMO.Rd')
-rw-r--r-- | man/run_PELMO.Rd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/man/run_PELMO.Rd b/man/run_PELMO.Rd new file mode 100644 index 0000000..a286c5c --- /dev/null +++ b/man/run_PELMO.Rd @@ -0,0 +1,27 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/PELMO_runs.R +\name{run_PELMO} +\alias{run_PELMO} +\title{Run PELMO} +\usage{ +run_PELMO(runs, psm_dir = ".", version = "5.5.3", PELMO_base = "auto", + cores = getOption("mc.cores", 2L)) +} +\arguments{ +\item{runs}{A list of lists. Each inner lists has an element named 'psm' +that holds the psm string, and elements named using three letter crop acronyms, +as used in \code{\link{FOCUS_PELMO_crops}}, +that hold character vectors of three letter scenario acronyms +as used in \code{\link{FOCUS_GW_scenarios_2012}}.} + +\item{psm_dir}{The directory where the psm files are located} + +\item{version}{The FOCUS PELMO version} + +\item{PELMO_base}{Where the FOCUS PELMO installation is located} + +\item{cores}{The number of cores to execute PELMO runs in parallel} +} +\description{ +Run PELMO +} |