Ignore:
Timestamp:
Aug 25, 2006, 4:51:49 PM (18 years ago)
Author:
duncan
Message:

Tidy up dam simulation and minimum depth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/pyvolution/shallow_water.py

    r3532 r3533  
    142142            #self.reduction = min  #Looks better near steep slopes
    143143
     144
     145    def set_minimum_sww_depth(self, minimum_sww_depth):
     146        """
     147        Set the minimum depth that will be recognised when writing
     148        to an sww file. This is useful for removing thin water layers
     149        that seems to be caused by friction creep.
     150
     151        The minimum allowed sww depth is in meters.
     152        """
     153        self.minimum_sww_depth = minimum_sww_depth
    144154
    145155
Note: See TracChangeset for help on using the changeset viewer.