Ignore:
Timestamp:
Aug 7, 2009, 1:58:22 PM (15 years ago)
Author:
kristy
Message:

to reflect scripts in sandpit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DVD_images/extra_files/Hobart/project/run_model.py

    r7300 r7333  
    136136Br = Reflective_boundary(domain)
    137137Bt = Transmissive_stage_zero_momentum_boundary(domain)
    138 Bd = Dirichlet_boundary([project.tide, 0, 0])
    139138Bf = Field_boundary(project.event_sts+'.sts',
    140139                    domain, mean_stage=project.tide,
    141140                    time_thinning=1,
    142                     default_boundary=Bd,
     141                    default_boundary=Dirichlet_boundary([0, 0, 0]),
    143142                    boundary_polygon=bounding_polygon_sts,                   
    144143                    use_cache=True,
Note: See TracChangeset for help on using the changeset viewer.