Ignore:
Timestamp:
Mar 13, 2009, 12:07:17 PM (16 years ago)
Author:
ole
Message:

Updated Patong with correct default seaward boundary where input data has run out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/patong/new_version/run_model.py

    r6431 r6507  
    171171Bd = Dirichlet_boundary([project.tide, 0, 0])
    172172Bf = Field_boundary(project.event_sts+'.sts',
    173                     domain, mean_stage=project.tide,
     173                    domain,
     174                    mean_stage=project.tide,
    174175                    time_thinning=1,
    175                     default_boundary=Bd,
     176                    default_boundary=Dirichlet_boundary([0, 0, 0])
    176177                    boundary_polygon=bounding_polygon_sts,                   
    177178                    use_cache=True,
Note: See TracChangeset for help on using the changeset viewer.