Changeset 20779


Ignore:
Timestamp:
06/20/16 13:57:07 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/examples/IceflowModels/eismint.m

    r18198 r20779  
    1111
    1212%We extrude the model to have a 3d model
    13 md=extrude(md,10,1);
     13md=extrude(md,5,1);
    1414
    1515%Set ice flow approximation
    16 md=setflowequation(md,'SIA','all');
     16md=setflowequation(md,'HO','all');
    1717
    1818%Create boundary conditions: zero velocity on the bed
     
    4545plot(sqrt((md.mesh.x2d).^2+(md.mesh.y2d).^2),vel_obs,'b.');
    4646title('Analytical vs calculated velocity');
    47 xlabel('distance to the center of the icesheet [m]');
     47xlabel('distance to the center of the ice sheet (m)');
    4848ylabel('velocity (m/yr)');
    4949legend('calculated velocity','exact velocity');
Note: See TracChangeset for help on using the changeset viewer.