Changeset 7648


Ignore:
Timestamp:
03/15/11 09:06:20 (14 years ago)
Author:
Eric.Larour
Message:

new boundary conditions for hydrology runs

File:
1 edited

Legend:

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

    r7335 r7648  
    3737md.spcvelocity=zeros(md.numberofgrids,6);
    3838md.spcvelocity(pos,1:3)=1;
     39
     40md.spcwatercolumn=zeros(md.numberofgrids,2);
     41pos=find(md.gridonboundary);
     42md.spcwatercolumn(pos,:)=[1 0];
    3943
    4044%Dirichlet Values
Note: See TracChangeset for help on using the changeset viewer.