From e78a84d22da8dea7735d1246f4d20185fefd09ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Asorey?= <asoreyh@gmail.com> Date: Sun, 16 Oct 2022 23:03:07 +0200 Subject: [PATCH] Docker version is now ready. It runs a complete simulation without an ARTI compatible docker just by calling do_sims.sh --- eas/do_sims.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eas/do_sims.sh b/eas/do_sims.sh index 48d2cd5..3ee3961 100755 --- a/eas/do_sims.sh +++ b/eas/do_sims.sh @@ -359,7 +359,7 @@ fi echo -e "# INFO: Executable file is ($corsika_bin)" # It is important to now the total time in onedata. Adding total simulation time to the project name... -prj="${prj}_$(printf "%06d" ${tim})" +prj="${prj}_$(printf "%06d" ${tim})_$(printf "%06d" ${altitude})" direct=$wdir/$prj basearti=${ARTI} #helium -> Usually for 1 hour flux, 4 different procces is enough -- GitLab