From dc5f3cf5f691dca166b61496f2abfd20a790f2ae Mon Sep 17 00:00:00 2001 From: Peter Alexander <p.m.w.alexander@gmail.com> Date: Thu, 9 Feb 2017 11:49:56 +0000 Subject: [PATCH] Added and removed scripts --- scripts/common.properties | 8 -------- scripts/stopRange.sh | 11 +++++++++++ scripts/testScenarios | 6 ------ 3 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 scripts/common.properties create mode 100755 scripts/stopRange.sh delete mode 100644 scripts/testScenarios diff --git a/scripts/common.properties b/scripts/common.properties deleted file mode 100644 index b772e6ba..00000000 --- a/scripts/common.properties +++ /dev/null @@ -1,8 +0,0 @@ -DATA_DIR=<somewhere common for the data> -GAMS_MODEL=<where the gams code file is located> - -SPATIAL_DIR_NAME=halfdeg -CELL_SIZE_X=0.5 - -YIELD_DIR=<might actually need to be in scenario specific one, or change to have a base plus RCP specific dir or something>LPJG_PLUM_expt1.2_rcp26_forED - diff --git a/scripts/stopRange.sh b/scripts/stopRange.sh new file mode 100755 index 00000000..3b343904 --- /dev/null +++ b/scripts/stopRange.sh @@ -0,0 +1,11 @@ +#!/bin/sh +if [ $# -ne 2 ]; then + echo need 2 argument to specify parameters + exit 0 +fi + +for ((i=$1; i<=$2; i++ )) +do + #echo "qdel $i" + qdel $i +done diff --git a/scripts/testScenarios b/scripts/testScenarios deleted file mode 100644 index 8541a71b..00000000 --- a/scripts/testScenarios +++ /dev/null @@ -1,6 +0,0 @@ -scenario,SSP_SCENARIO,MAX_IMPORT_CHANGE,TECHNOLOGY_CHANGE_ANNUAL_RATE,FRED -s1,SSP2_v9_130325,0.3,0.01,F1 -s2,SSP1_v9_130325,0.5,0.04,F2 -s3,SSP1_v9_130325,0.5,0.04,F3 -s4,SSP1_v9_130325,0.5,0.04,F3 -s5,SSP1_v9_130325,0.5,0.04,F3 -- GitLab