Last change
on this file since 22755 was 22755, checked in by Mathieu Morlighem, 7 years ago |
CHG: added 21724-22754
|
File size:
568 bytes
|
Rev | Line | |
---|
[22755] | 1 | Index: ../trunk-jpl/src/m/classes/mask.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/classes/mask.m (revision 21978)
|
---|
| 4 | +++ ../trunk-jpl/src/m/classes/mask.m (revision 21979)
|
---|
| 5 | @@ -37,6 +37,7 @@
|
---|
| 6 |
|
---|
| 7 | end % }}}
|
---|
| 8 | function md = checkconsistency(self,md,solution,analyses) % {{{
|
---|
| 9 | + if strcmpi(solution,'LoveSolution'), return; end;
|
---|
| 10 |
|
---|
| 11 | md = checkfield(md,'fieldname','mask.groundedice_levelset','forcing',1,'NaN',1);
|
---|
| 12 | md = checkfield(md,'fieldname','mask.ice_levelset','NaN',1,'size',[md.mesh.numberofvertices 1]);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.