Changeset 2112


Ignore:
Timestamp:
Dec 2, 2005, 8:53:11 PM (19 years ago)
Author:
steve
Message:

Extension to colouring stage

Location:
inundation/pyvolution
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/data_manager.py

    r2105 r2112  
    25832583    Usage: domain = sww2domain('file.sww',t=time (default = last time in file))
    25842584
    2585     Boundary is not recommended if domian.smooth is not selected, as it
     2585    Boundary is not recommended if domain.smooth is not selected, as it
    25862586    uses unique coordinates, but not unique boundaries. This means that
    2587     the boundary file will not be compatable with the coordiantes, and will
     2587    the boundary file will not be compatable with the coordinates, and will
    25882588    give a different final boundary, or crash.
    25892589    """
     
    37863786            'cellsize':cellsize,
    37873787            'NODATA_value':NODATA_value}, grid
    3788 
  • inundation/pyvolution/shallow_water.py

    r2014 r2112  
    115115            self.visualiser.setup['elevation']=True
    116116        self.visualise = True
     117        if self.visualise_color_stage == True:
     118            self.visualiser.coloring['stage'] = True
    117119
    118120    def check_integrity(self):
     
    205207        if self.visualise is True and self.time == 0.0:
    206208            #pass
    207             import realtime_visualisation_new as visualise
     209            #import realtime_visualisation_new as visualise
    208210            #visualise.create_surface(self)
    209211            self.initialise_visualiser()
Note: See TracChangeset for help on using the changeset viewer.