Changeset 18260


Ignore:
Timestamp:
07/17/14 13:23:17 (11 years ago)
Author:
schlegel
Message:

CHG: use mdHO to plot in step 7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/examples/Pig/runme.m

    r18202 r18260  
    11%Which steps to be performed
    2 steps=[1:5] ;
     2steps=[1] ;
    33
    44%Run Steps
     
    191191        % Disable inversion
    192192
    193         %Extrude Mesh
     193        % Extrude Mesh
    194194
    195195        % Set Flowequation
     
    211211        surf=find(mdHO.mesh.vertexonsurface);
    212212
    213         plotmodel(md,'nlines',3,'ncols',2,'unit#all','km','axis#all','equal',...
    214                                                 'xlim#all',[min(md.mesh.x) max(md.mesh.x)]/10^3,...
    215                                                 'ylim#all',[min(md.mesh.y) max(md.mesh.y)]/10^3,...
     213        plotmodel(mdHO,'nlines',3,'ncols',2,'unit#all','km','axis#all','equal',...
     214                                                'xlim#all',[min(mdHO.mesh.x) max(mdHO.mesh.x)]/10^3,...
     215                                                'ylim#all',[min(mdHO.mesh.y) max(mdHO.mesh.y)]/10^3,...
    216216                                                'FontSize#all',12,...
    217217                                                'data',mdHO.initialization.vel,'title','Observed velocity',...
Note: See TracChangeset for help on using the changeset viewer.