Changeset 5121


Ignore:
Timestamp:
Mar 5, 2008, 9:41:28 AM (17 years ago)
Author:
nick
Message:

updates to busselton

Location:
anuga_work/production/busselton
Files:
2 edited

Legend:

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

    r5000 r5121  
    4242export_cellsize=50
    4343setup='final'
    44 source='other'
     44source='test'
    4545
    4646
     
    115115    boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'exmouth'+sep+'1_10000'+sep
    116116
    117 if source=='other':
    118     boundaries_name = 'other' #exmouth gun
     117if source=='test':
     118    boundaries_name = 'test' #exmouth gun
    119119    boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'exmouth'+sep+'1_10000'+sep
    120120
     
    127127#output locations
    128128output_dir = anuga_dir+'outputs'+sep
    129 output_build_time_dir = output_dir+build_time+'_'+source+sep
     129output_build_time_dir = output_dir+build_time+dir_comment+sep
    130130#output_run_time_dir = output_dir +run_time+dir_comment+sep
    131 output_run_time_dir = home+sep+state+sep+scenario+sep+'anuga'+sep+'outputs'+sep+run_time+sep
     131output_run_time_dir = anuga_dir+sep+'outputs'+sep+run_time+dir_comment+sep
    132132output_run_time_dir_name = output_run_time_dir + scenario_name  #Used by post processing
    133133
  • anuga_work/production/busselton/run_busselton.py

    r5000 r5121  
    157157    domain.set_store_vertices_uniquely(False)
    158158    domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum'])
    159     domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK)
     159    domain.tight_slope_limiters = 1
     160    #domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK)
    160161    print 'domain id', id(domain)
    161162    domain.beta_h = 0
    162     #domain.tight_slope_limiters = 1
    163163
    164164    #-------------------------------------------------------------------------
     
    169169    #print 'Reading Boundary file',project.boundaries_dir_namea + '.sww'
    170170
    171     if project.source != 'other':
     171    if project.source != 'test':
    172172        Bf = Field_boundary(kwargs['boundary_file'],
    173173                    domain, time_thinning=kwargs['time_thinning'], mean_stage=kwargs['tide'],
Note: See TracChangeset for help on using the changeset viewer.