From 92288843c995e96012355773e8c63bf1729bcd7b Mon Sep 17 00:00:00 2001 From: vagudets Date: Fri, 27 Jun 2025 10:54:05 +0200 Subject: [PATCH] Bugfix in SUNSET-oper.sh --- SUNSET-oper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SUNSET-oper.sh b/SUNSET-oper.sh index d10f3b57..25e57937 100755 --- a/SUNSET-oper.sh +++ b/SUNSET-oper.sh @@ -89,9 +89,9 @@ function launch_auto { cd ${code_dir} source MODULES launcher_args=$(Rscript recipe_maker.R ${recipe_template} --sd=${sdate[@]} --horizon=${horizon} --expid=${expid}) - bash ${code_dir}/launch_SUNSET.R ${launcher_args} --disable_unique_ID + bash ${code_dir}/launch_SUNSET.sh ${launcher_args} --disable_unique_ID - ## TODO: Set up ssh to AS machine; or do it directly as part of launch_SUNSET.R? + ## TODO: Set up ssh to AS machine; or do it directly as part of launch_SUNSET.sh? username=$(whoami) ssh ${username}@bscesautosubmit04.bsc.es "module load autosubmit/4.1.14-foss-2023b-Python-3.11.5; autosubmit create ${expid} --noplot; -- GitLab