From 5b7bb8dd4ac24c3b0b7325f87d4ac190ce6cdf3a Mon Sep 17 00:00:00 2001
From: Voigt Aiko <avoigt_teach@l48.vsc.xcat>
Date: Tue, 9 Apr 2024 16:00:05 +0200
Subject: [PATCH] Corrects path for RUNSCRIPTDIR

---
 runs/amip/exp.amip.run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runs/amip/exp.amip.run b/runs/amip/exp.amip.run
index 24fd9ca..4e70d6a 100755
--- a/runs/amip/exp.amip.run
+++ b/runs/amip/exp.amip.run
@@ -39,7 +39,7 @@ nproma=16
 EXP=amip
 
 ICONFOLDER=/home/fs72044/avoigt_teach/climlab_s2024/icon-esm-univie       # DIRECTORY OF ICON MODEL CODE
-RUNSCRIPTDIR=/home/fs72044/avoigt_teach/climlab_s2024/runs/amip
+RUNSCRIPTDIR=/home/fs72044/avoigt_teach/climlab_s2024/msc-climmodlab-s2024/runs/amip/
 basedir=$ICONFOLDER # icon base directory
 
 . ${ICONFOLDER}/run/add_run_routines
-- 
GitLab