Changeset 7179 for anuga_work/production/Broome_2009/run_model.py
- Timestamp:
- Jun 10, 2009, 6:32:03 PM (16 years ago)
- 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 89 89 # 4 points equals 5 segments start at N 90 90 boundary_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 92 92 'side': [num_ocean_segments, 93 num_ocean_segments+num_land_points-1, # three side segments total 93 94 num_ocean_segments+num_land_points], 94 95 'ocean': range(num_ocean_segments)} … … 141 142 domain, mean_stage=project.tide, 142 143 time_thinning=1, 143 default_boundary= Bd,144 default_boundary=Dirichlet_boundary([0, 0, 0]), 144 145 boundary_polygon=bounding_polygon_sts, 145 146 use_cache=True,
Note: See TracChangeset
for help on using the changeset viewer.