Changeset 4308 for anuga_work/production/dampier_2006/run_dampier.py
- Timestamp:
- Mar 21, 2007, 2:17:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/dampier_2006/run_dampier.py
r4282 r4308 166 166 # filename = project.combined_dir_name + '.pts', 167 167 # MUST USE TXT FILES FOR CACHING TO WORK! 168 filename = project.combined_smalle r_dir_name + '.txt',168 filename = project.combined_smallest_dir_name + '.txt', 169 169 use_cache = True, 170 170 verbose = True, … … 203 203 print 'Reading Boundary file',project.boundaries_dir_name4 + '.sww' 204 204 #Bf = File_boundary(boundaries_dir_name + '.sww', 205 Bf = File_boundary(project.boundaries_dir_name 4+ '.sww',206 domain, time_thinning= 4, use_cache=True, verbose=True)205 Bf = File_boundary(project.boundaries_dir_name3 + '.sww', 206 domain, time_thinning=24, use_cache=True, verbose=True) 207 207 208 208 print 'finished reading boundary file' … … 226 226 t0 = time.time() 227 227 228 for t in domain.evolve(yieldstep = 60, finaltime = 9000):228 for t in domain.evolve(yieldstep = 60, finaltime = 3400): 229 229 domain.write_time() 230 230 domain.write_boundary_statistics(tags = 'ocean') … … 233 233 # domain.write_time() 234 234 # domain.write_boundary_statistics(tags = 'ocean') 235 235 ''' 236 236 for t in domain.evolve(yieldstep = 60, finaltime = 28800 237 237 ,skip_initial_step = True): … … 243 243 domain.write_time() 244 244 domain.write_boundary_statistics(tags = 'ocean') 245 245 ''' 246 246 x, y = domain.get_maximum_inundation_location() 247 247 q = domain.get_maximum_inundation_elevation()
Note: See TracChangeset
for help on using the changeset viewer.