Changeset 18048
- Timestamp:
- 05/22/14 10:27:54 (11 years ago)
- Location:
- issm/workshop/04IceflowModels
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/workshop/04IceflowModels/EISMINT.par
r18047 r18048 43 43 %Deal with boundary conditions: 44 44 disp(' boundary conditions for stressbalance model:'); 45 md=SetMarineIceSheetBC(md,'./RoundFront EISMINT.exp');45 md=SetMarineIceSheetBC(md,'./RoundFront.exp'); 46 46 47 47 radius=sqrt((md.mesh.x).^2+(md.mesh.y).^2); -
issm/workshop/04IceflowModels/SquareShelf.par
r18047 r18048 49 49 50 50 %Boundary conditions: 51 md=SetIceShelfBC(md,'. ./Exp/SquareFront.exp');51 md=SetIceShelfBC(md,'./SquareFront.exp'); 52 52 53 53 %Change name so that no test have the same name -
issm/workshop/04IceflowModels/eismint.m
r18047 r18048 17 17 18 18 %Create boundary conditions: zero velocity on the bed 19 pos=find(md.mesh.vertexonb ed);19 pos=find(md.mesh.vertexonbase); 20 20 md.stressbalance.spcvx(pos)=0; 21 21 md.stressbalance.spcvy(pos)=0; -
issm/workshop/04IceflowModels/runme.m
r18047 r18048 1 md=triangle(model(),'Square.exp', 50000.);1 md=triangle(model(),'Square.exp',80000.); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'SquareShelf.par');
Note:
See TracChangeset
for help on using the changeset viewer.