Ignore:
Timestamp:
Aug 3, 2009, 2:40:59 PM (15 years ago)
Author:
kristy
Message:

Updating script to look better!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2009/For_DVD/run_model.py

    r7305 r7324  
    137137Br = Reflective_boundary(domain)
    138138Bt = Transmissive_stage_zero_momentum_boundary(domain)
    139 Bd = Dirichlet_boundary([project.tide, 0, 0])
    140139Bf = Field_boundary(project.event_sts+'.sts',
    141140                    domain, mean_stage=project.tide,
    142141                    time_thinning=1,
    143                     default_boundary=Bd,
     142                    default_boundary=Dirichlet_boundary([0, 0, 0]),
    144143                    boundary_polygon=bounding_polygon_sts,                   
    145144                    use_cache=True,
Note: See TracChangeset for help on using the changeset viewer.