Ignore:
Timestamp:
Mar 13, 2009, 11:24:32 AM (16 years ago)
Author:
ole
Message:

Highlighted issue with default boundary being counted twice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/carnarvon/run_carnarvon.py

    r6022 r6503  
    177177
    178178    Br = Reflective_boundary(domain)
    179     Bd = Dirichlet_boundary([kwargs['tide'],0,0])
     179    Bs = Dirichlet_boundary([kwargs['tide'],0,0])
    180180   
    181181    print 'Available boundary tags', domain.get_boundary_tags()
    182182    Bf = Field_boundary(boundary_urs_out+'.sts',  # Change from file_boundary
    183                    domain, mean_stage= project.tide,
     183                   domain, mean_stage=project.tide,
    184184                   time_thinning=1,
    185                    default_boundary=Bd,
     185                   default_boundary=Dirichlet_boundary(0,0,0]),
    186186                   use_cache=True,
    187                    verbose = True,
     187                   verbose=True,
    188188                   boundary_polygon=bounding_polygon)
    189189
    190190    domain.set_boundary({'back': Br,
    191                          'side': Bd,
     191                         'side': Bs,
    192192                         'ocean': Bf})
    193193
Note: See TracChangeset for help on using the changeset viewer.