Ignore:
Timestamp:
Oct 26, 2006, 5:31:27 PM (18 years ago)
Author:
steve
Message:

Added parameter alpha_balance to config.py to deal with large jumps in bed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/examples/netherlands.py

    r3846 r3876  
    8383N = 130 #size = 33800
    8484N = 600 #Size = 720000
    85 N = 50
     85N = 40
     86
    8687
    8788
     
    105106domain.beta_vh     = 1.0
    106107domain.beta_vh_dry = 0.2
     108
     109domain.alpha_balance = 10.0
    107110
    108111#Output params
     
    139142    vis.updating['stage'] = True
    140143    vis.qcolor['stage'] = (0.0,0.0,0.8)
    141     vis.coloring['stage']= True
     144    vis.coloring['stage']= False
    142145
    143146
Note: See TracChangeset for help on using the changeset viewer.