Changeset 26065


Ignore:
Timestamp:
03/10/21 11:19:14 (4 years ago)
Author:
jdquinn
Message:

BUG: Missed class member variable removal; clean up

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

Legend:

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

    r26059 r26065  
    7272                        %ice thermal conductivity (W/m/K)
    7373                        self.thermalconductivity=2.4;
    74                        
     74
    7575                        %wet ice thermal conductivity (W/m/K)
    7676                        self.temperateiceconductivity=.24;
     
    7878                        %computation of effective conductivity
    7979                        self.effectiveconductivity_averaging=1;
    80            
     80
    8181                        %the melting point of ice at 1 atmosphere of pressure in K
    8282                        self.meltingpoint=273.15;
  • issm/trunk-jpl/src/m/classes/matdamageice.py

    r26059 r26065  
    114114        md = checkfield(md, 'fieldname', 'materials.rheology_law', 'values', ['None', 'BuddJacka', 'Cuffey', 'CuffeyTemperate', 'Paterson', 'Arrhenius', 'LliboutryDuval'])
    115115        md = checkfield(md, 'fieldname', 'materials.effectiveconductivity_averaging', 'numel', [1], 'values', [0, 1, 2])
    116         md = checkfield(md, 'fieldname', 'materials.lithosphere_shear_modulus', '>', 0, 'numel', [1])
    117         md = checkfield(md, 'fieldname', 'materials.lithosphere_density', '>', 0, 'numel', [1])
    118         md = checkfield(md, 'fieldname', 'materials.mantle_shear_modulus', '>', 0, 'numel', [1])
    119         md = checkfield(md, 'fieldname', 'materials.mantle_density', '>', 0, 'numel', [1])
    120         md = checkfield(md, 'fieldname', 'materials.earth_density', '>', 0, 'numel', [1])
    121116
    122117        if 'SealevelriseAnalysis' in analyses:
Note: See TracChangeset for help on using the changeset viewer.