Changeset 3842 for anuga_core/source/anuga/examples/netherlands.py
- Timestamp:
- Oct 23, 2006, 9:02:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/examples/netherlands.py
r3689 r3842 83 83 N = 130 #size = 33800 84 84 N = 600 #Size = 720000 85 N = 10085 N = 50 86 86 87 87 … … 166 166 # 167 167 print 'Initial condition' 168 domain.set_quantity('stage', expression=' Z+ 0.0')168 domain.set_quantity('stage', expression='elevation + 0.0') 169 169 170 170 #Evolve
Note: See TracChangeset
for help on using the changeset viewer.