Ignore:
Timestamp:
10/18/13 08:17:30 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed tutorials with new mask and solution names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/examples/Jakobshavn/Jks.par

    r11995 r16454  
    4444disp('   Construct basal friction parameters');
    4545md.friction.coefficient=30*ones(md.mesh.numberofvertices,1);
    46 pos=find(md.mask.vertexonfloatingice);
    47 md.friction.coefficient(pos)=0; %no friction applied on floating ice
     46md.friction.coefficient(find(md.mask.groundedice_levelset<0.))=0.;
    4847md.friction.p=ones(md.mesh.numberofelements,1);
    4948md.friction.q=ones(md.mesh.numberofelements,1);
     
    5857disp('   Set other boundary conditions');
    5958md=SetMarineIceSheetBC(md,'./Front.exp');
    60 md.diagnostic.icefront(:,end)=1; %Apply water pressure at the ice front
    6159md.basalforcings.melting_rate=zeros(md.mesh.numberofvertices,1);
Note: See TracChangeset for help on using the changeset viewer.