aboutsummaryrefslogtreecommitdiff
path: root/man/create_run_list.Rd
blob: 3151165f03e796e913ea3c3a35daeed124cb051e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/PELMO_runs.R
\name{create_run_list}
\alias{create_run_list}
\title{Create a list of runs that we can traverse}
\usage{
create_run_list(runs, psm_dir = ".", check_psm_files = FALSE)
}
\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{check_psm_files}{Should we check if the psm file exists}
}
\description{
Create a list of runs that we can traverse
}

Contact - Imprint