Changeset 4877


Ignore:
Timestamp:
07/29/10 11:02:37 (15 years ago)
Author:
seroussi
Message:

allow to put ice front everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m

    r3994 r4877  
    3131pos=find(md.gridonboundary & ~gridonicefront);
    3232if isempty(pos),
    33         error('SetMarineIceSheetBC error message: ice front all around the glacier, no dirichlet found. Set BC manually')
     33        warning('SetMarineIceSheetBC warning: ice front all around the glacier, no dirichlet found. Dirichlet must be added manually')
    3434end
    3535md.spcvelocity=zeros(md.numberofgrids,6);
Note: See TracChangeset for help on using the changeset viewer.