~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to examples/stokes_square_convection/Makefile

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
preprocess: 
 
2
        @echo **********Generating structured meshes using gmsh in 2d:
 
3
        gmsh -2 mesh/square_24.geo
 
4
        gmsh2triangle --2d mesh/square_24.msh
 
5
        gmsh -2 mesh/square_48.geo
 
6
        gmsh2triangle --2d mesh/square_48.msh
 
7
 
 
8
run:
 
9
        @echo **********To run this case at a grid resolution of 24x24, use make run_24.
 
10
        @echo **********To run this case at a grid resolution of 48x48, use make run_48.
 
11
 
 
12
run_24:
 
13
        @echo **********Calling fluidity with verbose log output enabled:
 
14
        ../../bin/fluidity -v2 -l stokes-square-convection-24.flml
 
15
 
 
16
run_48:
 
17
        @echo **********Calling fluidity with verbose log output enabled:
 
18
        ../../bin/fluidity -v2 -l stokes-square-convection-48.flml
 
19
 
 
20
postprocess:
 
21
        @echo **********Calling the python plotting scripts:
 
22
        ./Plot_RMS.py
 
23
        ./Plot_Nusselt.py
 
24
 
 
25
input: clean preprocess
 
26
 
 
27
clean:
 
28
        @echo **********Cleaning the output from previous fluidity runs:
 
29
        rm -rf *.pdf *.stat *.vtu *checkpoint* *.log-0 *.err-0 matrixdump* mesh/*.msh *.edge *.ele *.node