Ignore:
Timestamp:
Jul 25, 2008, 4:36:05 PM (15 years ago)
Author:
duncan
Message:

Current Hinwood scenario calculating RMSD's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/Hinwood_2008/create_mesh.py

    r5370 r5577  
    99
    1010
    11 def generate(mesh_filename, slope, maximum_triangle_area=0.01):
     11def generate(mesh_filename, slope, width,
     12             maximum_triangle_area=0.01):
    1213    """
    1314    Generate mesh for Monash University wave generation flume.
     
    2425    xbeach = slope['xbeach'][0]
    2526    xright = slope['xright'][0]
    26     ybottom = 0
    27     ytop    = 1.00
     27    ytop    = width/2.0
     28    ybottom = -ytop
    2829    ###xslope = slope
    2930
Note: See TracChangeset for help on using the changeset viewer.