Index: /issm/trunk-jpl/examples/Greenland/runme.m
===================================================================
--- /issm/trunk-jpl/examples/Greenland/runme.m	(revision 21156)
+++ /issm/trunk-jpl/examples/Greenland/runme.m	(revision 21157)
@@ -210,17 +210,4 @@
 
 if any(steps==8)
-	disp('   Step 8: Plotting exercise');
-	md = loadmodel('./Models/Greenland.HistoricTransient_200yr');
-	figure
-	surfmb=[]; for i=2:201; surfmb=[surfmb ...
-		md.results.TransientSolution(i).SmbMassBalance]; end
-	subplot(3,1,1); plot([1:200],mean(surfmb));
-	title('Mean Surface mass balance');
-	vel=[]; for i=2:201; vel=[vel md.results.TransientSolution(i).Vel]; end
-	subplot(3,1,2); plot([1:200],mean(vel));
-	title('Mean Velocity');
-	volume=[]; for i=2:201; volume=[volume md.results.TransientSolution(i).IceVolume]; end
-	subplot(3,1,3); plot([1:200],volume);
-	title('Ice Volume'); xlabel('years');
 	disp('   Step 8: Plotting exercise');
 
