Changeset 3876 for anuga_core/source/anuga/examples/netherlands.py
- Timestamp:
- Oct 26, 2006, 5:31:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/examples/netherlands.py
r3846 r3876 83 83 N = 130 #size = 33800 84 84 N = 600 #Size = 720000 85 N = 50 85 N = 40 86 86 87 87 88 … … 105 106 domain.beta_vh = 1.0 106 107 domain.beta_vh_dry = 0.2 108 109 domain.alpha_balance = 10.0 107 110 108 111 #Output params … … 139 142 vis.updating['stage'] = True 140 143 vis.qcolor['stage'] = (0.0,0.0,0.8) 141 vis.coloring['stage']= True144 vis.coloring['stage']= False 142 145 143 146
Note: See TracChangeset
for help on using the changeset viewer.