Changeset 4689 for anuga_work/production/shark_bay_2007/project.py
- Timestamp:
- Aug 28, 2007, 6:00:20 PM (17 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.