Ignore:
Timestamp:
Jun 10, 2009, 6:32:03 PM (16 years ago)
Author:
myall
Message:

setup june 2009

Location:
anuga_work/production/Broome_2009
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • anuga_work/production/Broome_2009/run_model.py

    r7159 r7179  
    8989# 4 points equals 5 segments start at N
    9090boundary_tags={'back': range(num_ocean_segments+1,
    91                              num_ocean_segments+num_land_points),
     91                             num_ocean_segments+num_land_points-1), #last segment will be side
    9292               'side': [num_ocean_segments,
     93                        num_ocean_segments+num_land_points-1, # three side segments total
    9394                        num_ocean_segments+num_land_points],
    9495               'ocean': range(num_ocean_segments)}
     
    141142                    domain, mean_stage=project.tide,
    142143                    time_thinning=1,
    143                     default_boundary=Bd,
     144                    default_boundary=Dirichlet_boundary([0, 0, 0]),
    144145                    boundary_polygon=bounding_polygon_sts,                   
    145146                    use_cache=True,
Note: See TracChangeset for help on using the changeset viewer.