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
RevLine 
[18296]1Index: ../trunk-jpl/examples/Pig/runme.m
2===================================================================
3--- ../trunk-jpl/examples/Pig/runme.m (revision 18259)
4+++ ../trunk-jpl/examples/Pig/runme.m (revision 18260)
5@@ -1,5 +1,5 @@
6 %Which steps to be performed
7-steps=[1:5] ;
8+steps=[1] ;
9
10 %Run Steps
11
12@@ -190,7 +190,7 @@
13
14 % Disable inversion
15
16- %Extrude Mesh
17+ % Extrude Mesh
18
19 % Set Flowequation
20
21@@ -210,9 +210,9 @@
22 basal=find(mdHO.mesh.vertexonbase);
23 surf=find(mdHO.mesh.vertexonsurface);
24
25- plotmodel(md,'nlines',3,'ncols',2,'unit#all','km','axis#all','equal',...
26- 'xlim#all',[min(md.mesh.x) max(md.mesh.x)]/10^3,...
27- 'ylim#all',[min(md.mesh.y) max(md.mesh.y)]/10^3,...
28+ plotmodel(mdHO,'nlines',3,'ncols',2,'unit#all','km','axis#all','equal',...
29+ 'xlim#all',[min(mdHO.mesh.x) max(mdHO.mesh.x)]/10^3,...
30+ 'ylim#all',[min(mdHO.mesh.y) max(mdHO.mesh.y)]/10^3,...
31 'FontSize#all',12,...
32 'data',mdHO.initialization.vel,'title','Observed velocity',...
33 'data',(mdHO.results.StressbalanceSolution.Vel(surf)-mdHO.initialization.vel(surf)),'title','(HO-observed) velocities',...
Note: See TracBrowser for help on using the repository browser.