* To return to follow mode, use keyboard: '''Shift+f'''
* To exit, use keyboard: '''Ctrl+c'''    and then: '''q'''
 
== 13_Model_2-5 - Run Model 2 to 5 ==
When Model 1 is completed, then make 4 terminal windows and run them at the 
same time.
 
<source lang="bash">
tmux new -s m2
relax 13_Model_2_II_sphere.py -t 13_Model_2_II_sphere.log
</source>
 
<source lang="bash">
tmux new -s m3
relax 13_Model_3_III_prolate.py -t 13_Model_3_III_prolate.log
</source>
 
<source lang="bash">
tmux new -s m4
relax 13_Model_4_IV_oblate.py -t 13_Model_4_IV_oblate.log
</source>
 
<source lang="bash">
tmux new -s m5
relax 13_Model_5_V_ellipsoid.py -t 13_Model_5_V_ellipsoid.log
</source>
= To run on Haddock =