~fluidity-core/fluidity/sea-ice-coupling

« back to all changes in this revision

Viewing changes to tests/shallow_water_adjoint_eta/Makefile

  • Committer: Simon Mouradian
  • Date: 2012-10-09 20:00:15 UTC
  • Revision ID: mouradian@gmail.com-20121009200015-7hztzrng2bkqgz1t
revert last trunk merge, something broke

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
input: meshes copy_tests clean_input
 
1
input: meshes copy_tests clean
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:
 
12
clean:
13
13
        rm -f *.vtu *.stat *~*~ *.html *.pyc 
14
14
 
15
 
clean:
 
15
clean_all:
16
16
        rm -f *.vtu *.stat *~*~ *.html *.pyc adjoint_B.swml adjoint_C.swml adjoint_D.swml adjoint_E.swml
17
 
        cd src; rm -f *ele *node *bound *~*~
 
17
        cd src; rm *ele *node *bound *~*~