Changeset 4689
- Timestamp:
- Aug 28, 2007, 6:00:20 PM (17 years ago)
- Location:
- anuga_work/production/shark_bay_2007
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/shark_bay_2007/project.py
r4625 r4689 37 37 # For frequency response study 38 38 amplitude = 0.5 39 period = 639 period = 3000 40 40 41 41 #momentum_scale=50 # Experiment … … 46 46 friction=0.01 47 47 finaltime=40000 48 starttime= 6000 # Action starts around 900048 starttime=8000 # Action starts around 9000 49 49 setup='final' 50 50 #setup='trial' … … 68 68 print'final' 69 69 res_factor=1.0 70 time_thinning= 471 yieldstep= 6070 time_thinning=1 71 yieldstep=10 72 72 73 73 74 74 75 75 #dir_comment='_'+setup+'_'+str(tide)+'_'+str(source)+'_'+\ 76 # str(user)+'_'+boundary_event+'_ A'+str(amplitude)+'_T'+str(period)76 # str(user)+'_'+boundary_event+'_X'+str(momentum_scale)+'_fixedbathy' 77 77 78 78 dir_comment='_'+setup+'_'+str(tide)+'_'+str(source)+'_'+\ 79 str(user)+'_'+boundary_event+'_X'+str(momentum_scale)+'_fixedbathy' 79 str(user)+'_'+boundary_event 80 81 82 if boundary_event == 'experimental': 83 dir_comment += '_A'+str(amplitude)+'_T'+str(period) 84 80 85 81 86 # elevation data filenames -
anuga_work/production/shark_bay_2007/run_shark_bay.py
r4631 r4689 222 222 223 223 224 for t in domain.evolve(yieldstep = kwargs['yieldstep'], finaltime = 21600224 for t in domain.evolve(yieldstep = kwargs['yieldstep'], finaltime = 18000 225 225 ,skip_initial_step = True): 226 226 domain.write_time() -
anuga_work/production/shark_bay_2007/run_shark_bay_frequency_sweep.py
r4631 r4689 106 106 interior_regions=project.interior_regions, 107 107 filename=project.mesh_name+'.msh', 108 fail_if_polygons_outside=False, 108 109 use_cache=False, 109 110 verbose=True) … … 215 216 216 217 for t in domain.evolve(yieldstep = 5, 217 finaltime = kwargs['finaltime']):218 finaltime = 10000): 218 219 domain.write_time() 219 220 domain.write_boundary_statistics(tags = 'ocean')
Note: See TracChangeset
for help on using the changeset viewer.