Ignore:
Timestamp:
Jul 6, 2005, 9:55:40 PM (19 years ago)
Author:
steve
Message:

Better partitioning of meribula data set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/netherlands.py

    r1510 r1585  
    99# Module imports
    1010#
     11import rpdb
     12rpdb.set_active()
     13
    1114from shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\
    1215     Transmissive_boundary, Constant_height, Constant_stage
     
    158161
    159162
     163
    160164for t in domain.evolve(yieldstep = 0.1, finaltime = 15.0):
    161165    domain.write_time()
     166    rpdb.set_active()
    162167    #domain.visualiser.scale_z = 1.0
    163168    #domain.visualiser.update_quantity_color('xmomentum',scale_z = 4.0)
Note: See TracChangeset for help on using the changeset viewer.