source: issm/oecreview/Archive/23390-24306/ISSM-23702-23703.diff@ 24307

Last change on this file since 24307 was 24307, checked in by Mathieu Morlighem, 5 years ago

NEW: adding Archive/23390-24306

File size: 1.5 KB
  • ../trunk-jpl/src/m/classes/matdamageice.py

     
    100100                self.temperateiceconductivity=0.24
    101101
    102102                #computation of effective conductivity
    103                 self.effectiveconductivity_averaging=2
     103                self.effectiveconductivity_averaging=1
    104104       
    105105                #the melting point of ice at 1 atmosphere of pressure in K
    106106                self.meltingpoint=273.15
  • ../trunk-jpl/src/m/classes/matestar.py

     
    104104                self.temperateiceconductivity=.24
    105105
    106106                #computation of effective conductivity
    107                 self.effectiveconductivity_averaging=2
     107                self.effectiveconductivity_averaging=1
    108108       
    109109                #the melting point of ice at 1 atmosphere of pressure in K
    110110                self.meltingpoint=273.15
  • ../trunk-jpl/src/m/classes/matenhancedice.py

     
    101101                self.temperateiceconductivity=0.24
    102102       
    103103                #computation of effective conductivity
    104                 self.effectiveconductivity_averaging=2
     104                self.effectiveconductivity_averaging=1
    105105
    106106                #the melting point of ice at 1 atmosphere of pressure in K
    107107                self.meltingpoint=273.15
Note: See TracBrowser for help on using the repository browser.