From a6c13f70f6c6669a8088827a602ac475fdf9b624 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 29 Jan 2017 16:58:53 +0100 Subject: Setting up PELMO runs, execution and evaluation It all works! --- docs/reference/create_run_list.html | 116 ++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 docs/reference/create_run_list.html (limited to 'docs/reference/create_run_list.html') diff --git a/docs/reference/create_run_list.html b/docs/reference/create_run_list.html new file mode 100644 index 0000000..b2c9798 --- /dev/null +++ b/docs/reference/create_run_list.html @@ -0,0 +1,116 @@ + + + + + + + + +Create a list of runs that we can traverse — create_run_list • pfm + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

Create a list of runs that we can traverse

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

Arguments

+
+
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
+
+ + +
+ +
+ + +
+ + + -- cgit v1.2.1