Changeset 24729
- Timestamp:
- 04/23/20 10:47:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/slr.m
r24519 r24729 101 101 return; 102 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'); 108 end 109 103 110 md = checkfield(md,'fieldname','slr.deltathickness','NaN',1,'Inf',1,'size',[md.mesh.numberofelements 1]); 104 111 md = checkfield(md,'fieldname','slr.sealevel','NaN',1,'Inf',1,'size',[md.mesh.numberofvertices 1]); … … 151 158 end 152 159 end 153 154 160 155 161 end % }}}
Note:
See TracChangeset
for help on using the changeset viewer.