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

updates to busselton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.