~fluidity-core/fluidity/shallow-water-dev

« back to all changes in this revision

Viewing changes to tests/bdfm1_rossby_wave/channel_viscous.py

  • Committer: Jemma Shipton
  • Date: 2012-10-23 12:39:04 UTC
  • mfrom: (3574.2.151 bdfm1-nonlinear-sw)
  • Revision ID: jshipton@ic.ac.uk-20121023123904-oalpymh8vx716nj6
merging changes from Colin's bdfm1-nonlinear-sw branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                 ).replace('<layers>',str(layers)))
51
51
 
52
52
    os.system("gmsh -3 "+name+".geo")
53
 
    os.system("../../scripts/gmsh2triangle "+name+".msh")
 
53
    os.system("../../tools/gmsh2triangle.py "+name+".msh")
54
54
 
55
55
def generate_meshfile_rot(name,layers):
56
56