Changeset 6507 for anuga_work/production/patong
- Timestamp:
- Mar 13, 2009, 12:07:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/new_version/run_model.py
r6431 r6507 171 171 Bd = Dirichlet_boundary([project.tide, 0, 0]) 172 172 Bf = Field_boundary(project.event_sts+'.sts', 173 domain, mean_stage=project.tide, 173 domain, 174 mean_stage=project.tide, 174 175 time_thinning=1, 175 default_boundary= Bd,176 default_boundary=Dirichlet_boundary([0, 0, 0]) 176 177 boundary_polygon=bounding_polygon_sts, 177 178 use_cache=True,
Note: See TracChangeset
for help on using the changeset viewer.