Ignore:
Timestamp:
Jun 13, 2008, 3:50:07 PM (15 years ago)
Author:
ole
Message:

Fixed clipping of polygons.
Updated polygon files
Played with resolutions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/boxingday08/run_boxingday_most.py

    r5401 r5404  
    112112          #, evaluate=True
    113113          )
    114 
    115114
    116115#------------------------------------------------------------------------------
     
    197196
    198197print 'Available boundary tags', domain.get_boundary_tags()
    199 Bf = File_boundary(project.boundary_most_out+'.sww',
    200                     domain, time_thinning=1, use_cache=True,verbose = True)
     198#Bf = File_boundary(project.boundary_most_out+'.sww',
     199#                    domain, time_thinning=1, use_cache=True,verbose = True)
    201200Br = Reflective_boundary(domain)
    202201Bd = Dirichlet_boundary([tide,0.0,0.0])
    203202
    204 domain.set_boundary({'ocean': Bf,
     203domain.set_boundary({'ocean': Bd,
    205204                     'otherocean': Bd,
    206205                     'land': Br,
Note: See TracChangeset for help on using the changeset viewer.