Changeset 20779
- Timestamp:
- 06/20/16 13:57:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/IceflowModels/eismint.m
r18198 r20779 11 11 12 12 %We extrude the model to have a 3d model 13 md=extrude(md, 10,1);13 md=extrude(md,5,1); 14 14 15 15 %Set ice flow approximation 16 md=setflowequation(md,' SIA','all');16 md=setflowequation(md,'HO','all'); 17 17 18 18 %Create boundary conditions: zero velocity on the bed … … 45 45 plot(sqrt((md.mesh.x2d).^2+(md.mesh.y2d).^2),vel_obs,'b.'); 46 46 title('Analytical vs calculated velocity'); 47 xlabel('distance to the center of the ice sheet [m]');47 xlabel('distance to the center of the ice sheet (m)'); 48 48 ylabel('velocity (m/yr)'); 49 49 legend('calculated velocity','exact velocity');
Note:
See TracChangeset
for help on using the changeset viewer.