Changeset 4877
- Timestamp:
- 07/29/10 11:02:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m
r3994 r4877 31 31 pos=find(md.gridonboundary & ~gridonicefront); 32 32 if isempty(pos), 33 error('SetMarineIceSheetBC error message: ice front all around the glacier, no dirichlet found. Set BCmanually')33 warning('SetMarineIceSheetBC warning: ice front all around the glacier, no dirichlet found. Dirichlet must be added manually') 34 34 end 35 35 md.spcvelocity=zeros(md.numberofgrids,6);
Note:
See TracChangeset
for help on using the changeset viewer.