Changeset 6813


Ignore:
Timestamp:
Apr 15, 2009, 12:23:02 PM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/darwin/run_model.py

    r6674 r6813  
    9999               'ocean': range(num_ocean_segments)}
    100100
     101print 'boundary_tags ', boundary_tags
     102
    101103# Build mesh and domain
    102104domain = create_domain_from_regions(bounding_polygon_sts,
     
    157159                        verbose=True)
    158160    domain.set_boundary({'back': Br,
    159                      'side': Bt,
    160                      'ocean': Bf})
     161                         'side': Bt,
     162                         'ocean': Bf})
    161163   
    162164elif project.wave == 'Tb':
Note: See TracChangeset for help on using the changeset viewer.