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

Docker version is now ready. It runs a complete simulation without an ARTI...

Docker version is now ready. It runs a complete simulation without an ARTI compatible docker just by calling do_sims.sh
parent 4fa81726
No related branches found
No related tags found
No related merge requests found
...@@ -420,9 +420,9 @@ a=$(echo $prj) ...@@ -420,9 +420,9 @@ a=$(echo $prj)
cp $basearti/sims/rain.pl $wdir/ cp $basearti/sims/rain.pl $wdir/
if $cta; then if $cta; then
rain="./rain.pl -z" rain="${wdir}/rain.pl -z"
else else
rain="./rain.pl " rain="${wdir}/rain.pl "
fi fi
rain="$rain -i" # disable PLOT mode (not use PLOTSH and COMOUT) rain="$rain -i" # disable PLOT mode (not use PLOTSH and COMOUT)
......
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