Changeset 5404 for anuga_work/development/boxingday08/run_boxingday_most.py
- Timestamp:
- Jun 13, 2008, 3:50:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/boxingday08/run_boxingday_most.py
r5401 r5404 112 112 #, evaluate=True 113 113 ) 114 115 114 116 115 #------------------------------------------------------------------------------ … … 197 196 198 197 print 'Available boundary tags', domain.get_boundary_tags() 199 Bf = File_boundary(project.boundary_most_out+'.sww',200 domain, time_thinning=1, use_cache=True,verbose = True)198 #Bf = File_boundary(project.boundary_most_out+'.sww', 199 # domain, time_thinning=1, use_cache=True,verbose = True) 201 200 Br = Reflective_boundary(domain) 202 201 Bd = Dirichlet_boundary([tide,0.0,0.0]) 203 202 204 domain.set_boundary({'ocean': B f,203 domain.set_boundary({'ocean': Bd, 205 204 'otherocean': Bd, 206 205 'land': Br,
Note: See TracChangeset
for help on using the changeset viewer.