diff --git a/SUNSET-oper.sh b/SUNSET-oper.sh index d10f3b571ba52da6f56912d8b39de716484760d7..25e579373dd72b6547aa88d72381edbf88a46790 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;