Changeset 4943


Ignore:
Timestamp:
Jan 16, 2008, 9:59:08 AM (16 years ago)
Author:
nick
Message:

update run_pt_hedland

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/pt_hedland_2006/run_pt_hedland_urs.py

    r4942 r4943  
    159159    domain.set_store_vertices_uniquely(False)
    160160    domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum'])
    161 #    domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK)
     161    domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK)
    162162    domain.beta_h = 0 #sets the surface of the triangle to follow the bathy
    163163    #domain.H0=0.01 #controls the flux limiter (limiter2007)
    164     #domain.tight_slope_limiters = 1 #minimises creep
     164    domain.tight_slope_limiters = 1 #minimises creep
    165165
    166166    #-------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.