Ignore:
Timestamp:
Aug 28, 2007, 6:00:20 PM (17 years ago)
Author:
ole
Message:

Steep point back log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/shark_bay_2007/project.py

    r4625 r4689  
    3737# For frequency response study
    3838amplitude = 0.5
    39 period = 6
     39period = 3000
    4040
    4141#momentum_scale=50 # Experiment
     
    4646friction=0.01
    4747finaltime=40000
    48 starttime=6000 # Action starts around 9000
     48starttime=8000 # Action starts around 9000
    4949setup='final'
    5050#setup='trial'
     
    6868    print'final'
    6969    res_factor=1.0
    70     time_thinning=4
    71     yieldstep=60
     70    time_thinning=1
     71    yieldstep=10
    7272
    7373
    7474
    7575#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'
    7777
    7878dir_comment='_'+setup+'_'+str(tide)+'_'+str(source)+'_'+\
    79              str(user)+'_'+boundary_event+'_X'+str(momentum_scale)+'_fixedbathy'
     79             str(user)+'_'+boundary_event
     80
     81
     82if boundary_event == 'experimental':
     83    dir_comment += '_A'+str(amplitude)+'_T'+str(period)
     84   
    8085
    8186# elevation data filenames
Note: See TracChangeset for help on using the changeset viewer.