Changeset 1585 for inundation/ga/storm_surge/pyvolution/netherlands.py
- Timestamp:
- Jul 6, 2005, 9:55:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/netherlands.py
r1510 r1585 9 9 # Module imports 10 10 # 11 import rpdb 12 rpdb.set_active() 13 11 14 from shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\ 12 15 Transmissive_boundary, Constant_height, Constant_stage … … 158 161 159 162 163 160 164 for t in domain.evolve(yieldstep = 0.1, finaltime = 15.0): 161 165 domain.write_time() 166 rpdb.set_active() 162 167 #domain.visualiser.scale_z = 1.0 163 168 #domain.visualiser.update_quantity_color('xmomentum',scale_z = 4.0)
Note: See TracChangeset
for help on using the changeset viewer.