From 9f6f45407a90ccc8db41cd5cde852ed342b6ff42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Asorey?= <asoreyh@gmail.com> Date: Sun, 16 Oct 2022 13:17:42 +0200 Subject: [PATCH] Testing writing in onedata --- eas/do_sims.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eas/do_sims.sh b/eas/do_sims.sh index 8a5e386..11222e5 100755 --- a/eas/do_sims.sh +++ b/eas/do_sims.sh @@ -342,7 +342,8 @@ if [ ! -e $wdir/$corsika_bin ]; then 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_$tim" direct=$wdir/$prj basearti=${ARTI} #helium -> Usually for 1 hour flux, 4 different procces is enough -- GitLab