Skip to content
Snippets Groups Projects
Unverified Commit 5172b5f5 authored by Hernán Asorey's avatar Hernán Asorey
Browse files

Testing writing in onedata

parent 9f6f4540
No related branches found
No related tags found
No related merge requests found
...@@ -343,7 +343,7 @@ fi ...@@ -343,7 +343,7 @@ fi
echo -e "# INFO : Executable file is ($corsika_bin)" 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... # It is important to now the total time in onedata. Adding total simulation time to the project name...
$prj = "$prj_$tim" $prj = "$prj_$(printf "%06d" $tim)"
direct=$wdir/$prj direct=$wdir/$prj
basearti=${ARTI} basearti=${ARTI}
#helium -> Usually for 1 hour flux, 4 different procces is enough #helium -> Usually for 1 hour flux, 4 different procces is enough
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment