Changeset 3637


Ignore:
Timestamp:
Sep 20, 2006, 4:51:01 PM (18 years ago)
Author:
ole
Message:

Okushiri mesh from 18 August 2005 recreated.

Location:
anuga_validation/okushiri_2005
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/create_mesh.py

    r3636 r3637  
    128128
    129129    gulleys = m.addRegionEN(p0[0]+0.1, p0[1]+0.1)
    130     gulleys.setMaxArea(0.00005*base_resolution)
     130    gulleys.setMaxArea(0.00002*base_resolution)
    131131
    132132
  • anuga_validation/okushiri_2005/lwru2.py

    r3563 r3637  
    1515
    1616
    17 import sys
    18 from os import sep
    19 sys.path.append('..'+sep+'..'+sep) #FIXME: Shouldn't be necessary
     17#import sys
     18#from os import sep
     19#sys.path.append('..'+sep+'..'+sep) #FIXME: Shouldn't be necessary
    2020
    2121def prepare_timeboundary(filename):
     
    134134domain.set_quantity('elevation',
    135135                    filename = project.bathymetry_filename[:-4] + '.pts',
    136                     alpha = 0.001,
     136                    #alpha = 0.01,
     137                    alpha = 0.02,                   
    137138                    verbose = True,
    138139                    use_cache = True)
Note: See TracChangeset for help on using the changeset viewer.