From 36036b5901223591e7e21e8b73d8cd1fb034f4cb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 16 May 2017 15:43:50 +0200 Subject: Finish the Step 1 calculator including tests Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer --- docs/reference/create_run_list.html | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) (limited to 'docs/reference/create_run_list.html') diff --git a/docs/reference/create_run_list.html b/docs/reference/create_run_list.html index b2c9798..dfd7ca5 100644 --- a/docs/reference/create_run_list.html +++ b/docs/reference/create_run_list.html @@ -25,12 +25,14 @@ - + + + @@ -73,21 +75,28 @@

Create a list of runs that we can traverse

-
create_run_list(runs, psm_dir = ".", check_psm_files = FALSE)
+
create_run_list(runs, psm_dir = ".", check_psm_files = FALSE)

Arguments

-
-
runs
-
A list of lists. Each inner lists has an element named 'psm' + + + + + + + + + + + + + + +
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 FOCUS_PELMO_crops, that hold character vectors of three letter scenario acronyms -as used in FOCUS_GW_scenarios_2012. -

psm_dir
-
The directory where the psm files are located
-
check_psm_files
-
Should we check if the psm file exists
- +as used in FOCUS_GW_scenarios_2012.

psm_dir

The directory where the psm files are located

check_psm_files

Should we check if the psm file exists

-- cgit v1.2.1