Changeset 5121 for anuga_work/production/busselton/run_busselton.py
- Timestamp:
- Mar 5, 2008, 9:41:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/run_busselton.py
r5000 r5121 157 157 domain.set_store_vertices_uniquely(False) 158 158 domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum']) 159 domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK) 159 domain.tight_slope_limiters = 1 160 #domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK) 160 161 print 'domain id', id(domain) 161 162 domain.beta_h = 0 162 #domain.tight_slope_limiters = 1163 163 164 164 #------------------------------------------------------------------------- … … 169 169 #print 'Reading Boundary file',project.boundaries_dir_namea + '.sww' 170 170 171 if project.source != ' other':171 if project.source != 'test': 172 172 Bf = Field_boundary(kwargs['boundary_file'], 173 173 domain, time_thinning=kwargs['time_thinning'], mean_stage=kwargs['tide'],
Note: See TracChangeset
for help on using the changeset viewer.