From d842e2436e0f7fcc718f0bd4bdf9930a04355075 Mon Sep 17 00:00:00 2001
From: Maria Voigt <maria.voigt@idiv.de>
Date: Wed, 1 Mar 2017 18:19:47 +0100
Subject: [PATCH] fixing the name and indir path

---
 src/pipeline/submit_pipeline_model.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pipeline/submit_pipeline_model.sh b/src/pipeline/submit_pipeline_model.sh
index 326a5f5..2bf92d1 100644
--- a/src/pipeline/submit_pipeline_model.sh
+++ b/src/pipeline/submit_pipeline_model.sh
@@ -6,9 +6,9 @@
 
 
 # here somehow write the prefix depending on what we are testing
-JOB_NAME_PREFIX=ppln_ae75m_80
+JOB_NAME_PREFIX=ppln_ae75m_50
 
-INPUT_PATH='/work/voigtma/ppln_ae75m_80-2017-02-18T22-34-53'
+INPUT_PATH='/work/voigtma/ppln_ae75m_50-2017-02-14T16-39-11'
 NAME=$JOB_NAME_PREFIX-$(date +%FT%H-%M-%S)
 
 OUTPUT_PATH=$INPUT_PATH
-- 
GitLab