Changeset 9012


Ignore:
Timestamp:
Oct 31, 2013, 9:49:52 AM (12 years ago)
Author:
davies
Message:

Updates

Location:
trunk/anuga_work/development/gareth
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/gareth/experimental/bal_and/swb2_domain_ext.c

    r9011 r9012  
    625625            // GD HACK
    626626            // Option to limit advective fluxes
    627             if(hc > H0){
     627            //if(hc > H0){
    628628                stage_explicit_update[k] += edgeflux_store[ki3+0];
    629629                xmom_explicit_update[k] += edgeflux_store[ki3+1];
    630630                ymom_explicit_update[k] += edgeflux_store[ki3+2];
    631             }else{
    632                 stage_explicit_update[k] += edgeflux_store[ki3+0];
    633             }
     631            //}else{
     632            //    stage_explicit_update[k] += edgeflux_store[ki3+0];
     633            //}
    634634
    635635
  • trunk/anuga_work/development/gareth/tests/channel_floodplain/plotme.py

    r9011 r9012  
    66# Time-index to plot outputs from
    77#index=40
    8 index=900
     8index=700
    99
    1010#p2 = util.get_output('channel_floodplain1_bal_dev.sww', minimum_allowed_height=0.01)
  • trunk/anuga_work/development/gareth/tests/shallow_steep_slope/channel_SU_sparse.py

    r9010 r9012  
    3636#------------------------------------------------------------------------------
    3737def topography(x, y):
    38         return -x/10.  #+ 1.*(numpy.sin(x/10.) +abs(y-50.)/10.) -0.*(x>80.) # linear bed slope
     38        return -x/10.  + 1.*(numpy.sin(x/10.) +abs(y-50.)/10.) -0.*(x>80.) # linear bed slope
    3939
    4040def stagetopo(x,y):
Note: See TracChangeset for help on using the changeset viewer.