From b935273d651301b271e0cb66bf36c2bbc1d15b32 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Jan 2019 01:40:24 +0100 Subject: Separate out PELMO utilities into rPELMO --- man/create_run_list.Rd | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 man/create_run_list.Rd (limited to 'man/create_run_list.Rd') diff --git a/man/create_run_list.Rd b/man/create_run_list.Rd deleted file mode 100644 index 3151165..0000000 --- a/man/create_run_list.Rd +++ /dev/null @@ -1,22 +0,0 @@ -% 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 -} -- cgit v1.2.1