Changeset 2112
- Timestamp:
- Dec 2, 2005, 8:53:11 PM (19 years ago)
- Location:
- inundation/pyvolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/data_manager.py
r2105 r2112 2583 2583 Usage: domain = sww2domain('file.sww',t=time (default = last time in file)) 2584 2584 2585 Boundary is not recommended if dom ian.smooth is not selected, as it2585 Boundary is not recommended if domain.smooth is not selected, as it 2586 2586 uses unique coordinates, but not unique boundaries. This means that 2587 the boundary file will not be compatable with the coordi antes, and will2587 the boundary file will not be compatable with the coordinates, and will 2588 2588 give a different final boundary, or crash. 2589 2589 """ … … 3786 3786 'cellsize':cellsize, 3787 3787 'NODATA_value':NODATA_value}, grid 3788 -
inundation/pyvolution/shallow_water.py
r2014 r2112 115 115 self.visualiser.setup['elevation']=True 116 116 self.visualise = True 117 if self.visualise_color_stage == True: 118 self.visualiser.coloring['stage'] = True 117 119 118 120 def check_integrity(self): … … 205 207 if self.visualise is True and self.time == 0.0: 206 208 #pass 207 import realtime_visualisation_new as visualise209 #import realtime_visualisation_new as visualise 208 210 #visualise.create_surface(self) 209 211 self.initialise_visualiser()
Note: See TracChangeset
for help on using the changeset viewer.