Skip to content
Snippets Groups Projects
Commit d6791381 authored by Christoph Knote's avatar Christoph Knote
Browse files

Fix naming issue

parent a143b8b6
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@
${mpiCommandMain} ./wrf.exe
mkdir run_out
mv rsl* run_out
mkdir main_out
mv rsl* main_out/
# test if simulation ended successfully
grep "SUCCESS COMPLETE WRF" run_out/rsl.out.0000
grep "SUCCESS COMPLETE WRF" main_out/rsl.out.0000
successfulSimulation=$?
exit $successfulSimulation
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