~fluidity-core/fluidity/tidal-velocity-bcs-doodson

« back to all changes in this revision

Viewing changes to examples/rotating_channel/Makefile

Merging in moving mesh checkpoint fix, so we can checkpoint our tidal runs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
run:
13
13
        @echo **********Running simulation for each refinement.
14
 
        @$(foreach layers, 4 8 16 32 64, \
 
14
        @$(foreach layers, 4 8 16, \
15
15
                cd channel-$(layers); \
16
16
                echo **********Running simulation for $(layers) layer mesh.;\
17
17
                echo ../../../bin/fluidity channel.flml; \