From 4a878e456eff93ae239ddb4d2f5b96463c3b372e Mon Sep 17 00:00:00 2001
From: "ED\\rhenry2" <roslyn.henry@ed.ac.uk>
Date: Mon, 21 Nov 2016 08:42:31 +0000
Subject: [PATCH] no message

---
 config.properties       |  2 ++
 debug_config.properties | 31 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 config.properties
 create mode 100644 debug_config.properties

diff --git a/config.properties b/config.properties
new file mode 100644
index 00000000..3d21c640
--- /dev/null
+++ b/config.properties
@@ -0,0 +1,2 @@
+BASE_DIR=C:\\Eclipse_workspace\\plum_st
+YIELD_DIR=C:\\Eclipse_workspace\\plum_st\\LJP\\LPJ_output
diff --git a/debug_config.properties b/debug_config.properties
new file mode 100644
index 00000000..53564991
--- /dev/null
+++ b/debug_config.properties
@@ -0,0 +1,31 @@
+BASE_DIR=/Users/peteralexander/Documents/R_Workspace/UNPLUM
+#YIELD_DIR=/Users/peteralexander/Documents/LURG/LPJ/yield_anpp_rcps-2016-01-29/rcp8p5_past_fert/output-2016-01-29
+
+YIELD_DIR=/Users/peteralexander/Documents/LURG/LPJ/sam-03Nov2016
+SPATIAL_DIR_NAME=halfdeg
+CELL_SIZE_X=0.5
+ANPP_FILENAME=anpp.out.2011-2015
+YIELD_FILENAME=yield.out.2011-2015
+IRRIG_MAX_WATER_FILENAME=gsirrigation.out.2011-2015
+MIN_FERT_AMOUNT=0
+MID_FERT_AMOUNT=200
+MAX_FERT_AMOUNT=1000
+FERT_AMOUNT_PADDING=4
+PASTURE_FERT_RESPONSE_FROM_LPJ=false
+
+CLEANUP_GAMS_DIR=false
+
+# Properties for testing
+CHANGE_YIELD_DATA_YEAR=false
+CHANGE_DEMAND_YEAR=false
+DEBUG_LIMIT_COUNTRIES=false
+SSP_SCENARIO=SSP2_v9_130325
+MAX_IMPORT_CHANGE=0
+
+END_TIMESTEP=18
+TIMESTEP_SIZE=5
+
+NUM_CEREAL_CATEGORIES=5
+NUM_PASTURE_CATEGORIES=3
+
+INTERPOLATE_OUTPUT_YEARS = false
\ No newline at end of file
-- 
GitLab