Ignore:
Timestamp:
05/22/20 10:13:54 (5 years ago)
Author:
Eric.Larour
Message:

CHG: removed maskpsl, switched groundedice_levelset to ocean_levelset (thanks Mathieu!).
Adapted tests 2002 to 2010

File:
1 edited

Legend:

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

    r24729 r24889  
    100100                        if ~ismember('SealevelriseAnalysis',analyses) | (strcmp(solution,'TransientSolution') & md.transient.isslr==0),
    101101                                return;
    102                         end
    103 
    104                         %check that the mask is a maskpsl class type, otherwise, we won't be able to run very far
    105                         %with the slr solution:
    106                         if ~strcmpi(class(md.mask),'maskpsl'),
    107                                 error('slr error message: model mask should be of the ''maskpsl'' class');
    108102                        end
    109103
Note: See TracChangeset for help on using the changeset viewer.