~fluidity-core/fluidity/refactor-netcdf

« back to all changes in this revision

Viewing changes to tests/shallow_water_adjoint_default_controls/Makefile

  • Committer: Jon Hill
  • Date: 2013-02-16 09:01:40 UTC
  • mfrom: (3981.7.159 fluidity)
  • Revision ID: jon.hill@imperial.ac.uk-20130216090140-bplzxqzdk1eik4za
Megre from trunk, fixing several conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
input: meshes copy_tests clean
 
1
input: meshes copy_tests clean_input
2
2
 
3
3
meshes:
4
4
        cd src; make
9
9
        cp adjoint_A.swml adjoint_D.swml; sed -i 's/_A/_D/' adjoint_D.swml; spud-set adjoint_D.swml /timestepping/timestep 0.03125
10
10
        cp adjoint_A.swml adjoint_E.swml; sed -i 's/_A/_E/' adjoint_E.swml; spud-set adjoint_E.swml /timestepping/timestep 0.015625
11
11
 
 
12
clean_input:
 
13
        rm -f *.vtu *.stat *~*~ *.html *.pyc *.pkl 
 
14
 
12
15
clean:
13
 
        rm -f *.vtu *.stat *~*~ *.html *.pyc *.pkl 
14
 
 
15
 
clean_all:
16
 
        rm -f *.vtu *.stat *~*~ *.html *.pyc adjoint_B.swml adjoint_C.swml adjoint_D.swml adjoint_E.swml
17
 
        cd src; rm *ele *node *bound *~*~
 
16
        rm -f *.vtu *.stat *~*~ *.html *.pyc *.pkl adjoint_B.swml adjoint_C.swml adjoint_D.swml adjoint_E.swml
 
17
        cd src; rm -f *ele *node *bound *~*~