Changeset 16454 for issm/trunk/examples/Jakobshavn/Jks.par
- Timestamp:
- 10/18/13 08:17:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/examples/Jakobshavn/Jks.par
r11995 r16454 44 44 disp(' Construct basal friction parameters'); 45 45 md.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 46 md.friction.coefficient(find(md.mask.groundedice_levelset<0.))=0.; 48 47 md.friction.p=ones(md.mesh.numberofelements,1); 49 48 md.friction.q=ones(md.mesh.numberofelements,1); … … 58 57 disp(' Set other boundary conditions'); 59 58 md=SetMarineIceSheetBC(md,'./Front.exp'); 60 md.diagnostic.icefront(:,end)=1; %Apply water pressure at the ice front61 59 md.basalforcings.melting_rate=zeros(md.mesh.numberofvertices,1);
Note:
See TracChangeset
for help on using the changeset viewer.