source: issm/oecreview/Archive/17984-18295/ISSM-18259-18260.diff@ 18296

Last change on this file since 18296 was 18296, checked in by Mathieu Morlighem, 11 years ago

Added 17984-18295

File size: 1.1 KB
  • ../trunk-jpl/examples/Pig/runme.m

     
    11%Which steps to be performed
    2 steps=[1:5] ;
     2steps=[1] ;
    33
    44%Run Steps
    55
     
    190190
    191191        % Disable inversion
    192192
    193         %Extrude Mesh
     193        % Extrude Mesh
    194194
    195195        % Set Flowequation
    196196
     
    210210        basal=find(mdHO.mesh.vertexonbase);
    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',...
    218218                                                'data',(mdHO.results.StressbalanceSolution.Vel(surf)-mdHO.initialization.vel(surf)),'title','(HO-observed) velocities',...
Note: See TracBrowser for help on using the repository browser.