Changeset 25842


Ignore:
Timestamp:
12/08/20 14:34:23 (4 years ago)
Author:
Cheng Gong
Message:

CHG: change the default maximum migration rate in the levelset function to be 1e12, instead of 3000 for VM and none for the rest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/levelset.m

    r25741 r25842  
    4242                        self.reinit_frequency = 5;
    4343                        self.kill_icebergs    = 1;
    44                         self.migration_max      = 3000.;
     44                        self.migration_max      = 1e12; % No need for general cases, unless specified
    4545
    4646                        %Linear elements by default
Note: See TracChangeset for help on using the changeset viewer.