Changeset 23702


Ignore:
Timestamp:
02/06/19 08:07:17 (6 years ago)
Author:
seroussi
Message:

CHG: put default back to harmonic mean to test runs

Location:
issm/trunk-jpl/src/m/classes
Files:
4 edited

Legend:

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

    r23697 r23702  
    8383
    8484                        %computation of effective conductivity
    85                         self.effectiveconductivity_averaging=2;
     85                        self.effectiveconductivity_averaging=1;
    8686           
    8787                        %the melting point of ice at 1 atmosphere of pressure in K
  • issm/trunk-jpl/src/m/classes/matenhancedice.m

    r23697 r23702  
    8585
    8686                        %computation of effective conductivity
    87                         self.effectiveconductivity_averaging=2;
     87                        self.effectiveconductivity_averaging=1;
    8888           
    8989                        %the melting point of ice at 1 atmosphere of pressure in K
  • issm/trunk-jpl/src/m/classes/matestar.m

    r23697 r23702  
    9292
    9393                        %computation of effective conductivity
    94                         self.effectiveconductivity_averaging=2;
     94                        self.effectiveconductivity_averaging=1;
    9595           
    9696                        %the melting point of ice at 1 atmosphere of pressure in K
  • issm/trunk-jpl/src/m/classes/matice.m

    r23697 r23702  
    8383                       
    8484                        %computation of effective conductivity
    85                         self.effectiveconductivity_averaging=2;
     85                        self.effectiveconductivity_averaging=1;
    8686
    8787                        %the melting point of ice at 1 atmosphere of pressure in K
Note: See TracChangeset for help on using the changeset viewer.