Changeset 4689


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

Steep point back log

Location:
anuga_work/production/shark_bay_2007
Files:
3 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
  • anuga_work/production/shark_bay_2007/run_shark_bay.py

    r4631 r4689  
    222222   
    223223
    224     for t in domain.evolve(yieldstep = kwargs['yieldstep'], finaltime = 21600
     224    for t in domain.evolve(yieldstep = kwargs['yieldstep'], finaltime = 18000
    225225                       ,skip_initial_step = True):
    226226        domain.write_time()
  • anuga_work/production/shark_bay_2007/run_shark_bay_frequency_sweep.py

    r4631 r4689  
    106106                                 interior_regions=project.interior_regions,
    107107                                 filename=project.mesh_name+'.msh',
     108                                 fail_if_polygons_outside=False,
    108109                                 use_cache=False,
    109110                                 verbose=True)
     
    215216
    216217    for t in domain.evolve(yieldstep = 5,
    217                            finaltime = kwargs['finaltime']):
     218                           finaltime = 10000):
    218219        domain.write_time()
    219220        domain.write_boundary_statistics(tags = 'ocean')     
Note: See TracChangeset for help on using the changeset viewer.