source: issm/oecreview/Archive/21724-22754/ISSM-21994-21995.diff@ 22755

Last change on this file since 22755 was 22755, checked in by Mathieu Morlighem, 7 years ago

CHG: added 21724-22754

File size: 996 bytes
  • ../trunk-jpl/src/m/classes/levelset.m

     
    3535                end % }}}
    3636                function self = setdefaultparameters(self) % {{{
    3737
    38                         %stabilization = 2 by default
    39                         self.stabilization    = 2;
     38                        %stabilization = 1 by default
     39                        self.stabilization    = 1;
    4040                        self.reinit_frequency = 5;
    4141                        self.calving_max      = 3000.;
    4242
  • ../trunk-jpl/src/m/classes/levelset.py

     
    3737        #}}}
    3838        def setdefaultparameters(self): # {{{
    3939
    40                 #stabilization = 2 by default
    41                 self.stabilization = 2
     40                #stabilization = 1 by default
     41                self.stabilization = 1
    4242                self.reinit_frequency = 5
    4343                self.calving_max      = 3000
    4444
Note: See TracBrowser for help on using the repository browser.