aboutsummaryrefslogtreecommitdiff
path: root/man/PELMO_runs.Rd
blob: 1d81e6d7af6cfe331b228578d92330abd6ffc5a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/PELMO_runs.R
\name{PELMO_runs}
\alias{PELMO_runs}
\alias{run_PELMO}
\alias{evaluate_PELMO}
\title{Set up runs for FOCUS PELMO}
\usage{
PELMO_runs(runs, psm_dir = ".", version = "5.5.3", PELMO_base = "auto",
  execute = TRUE, cores = getOption("mc.cores", 2L), evaluate = TRUE,
  overwrite = FALSE)

run_PELMO(runs, version = "5.5.3", PELMO_base = "auto",
  cores = getOption("mc.cores", 2L))

evaluate_PELMO(runs, version = "5.5.3", PELMO_base = "auto")
}
\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{execute}{Should PELMO be executed directly?}

\item{cores}{The number of cores to execute PELMO runs in parallel}

\item{evaluate}{Should the results be returned?}

\item{overwrite}{Should an existing run directories be overwritten}
}
\description{
Per default, the runs are also executed with FOCUS PELMO, and the results are processed
and returned. Currently, only FOCUS PELMO as installed on Linux (or other Unix systems)
using the \code{\link{install_PELMO}} from the \code{PELMO.installeR} package
maintained on github is supported. In such installations, FOCUS PELMO is installed into
package installation directory of \code{PELMO.installeR} and run with \code{wine}.
}
\references{
PELMO.installeR \url{https://jranke.github.io/PELMO.installeR}

Wine \url{https://winehq.org}
}

Contact - Imprint