Index: /issm/trunk-jpl/examples/Greenland/runme.m
===================================================================
--- /issm/trunk-jpl/examples/Greenland/runme.m	(revision 19611)
+++ /issm/trunk-jpl/examples/Greenland/runme.m	(revision 19612)
@@ -1,4 +1,4 @@
 clear all;
-steps=[1];
+steps=[1 2 3 4 5];
 
 %Location of SeaRISE dataset
@@ -117,12 +117,5 @@
 
 	%Planview plots
-	plotmodel(md,'data',md.results.TransientSolution(end).Vel,'caxis',[1e-1 6000],...
-		'log', 10, 'title', 'Velocity (m/y)','gridded',1, ...
-		'data', md.results.TransientSolution(1).SurfaceforcingsMassBalance, ...
-		'title', 'Surface mass balance (m/y)', 'gridded',1,...
-		'data',md.results.TransientSolution(end).Thickness,...
-		'title','Thickness (m)', 'gridded',1, ...
-		'data',md.results.TransientSolution(end).Surface, ...
-		'title', 'Surface (m)', 'gridded',1);
+	plotmodel(md,'data',md.results.TransientSolution(end).Vel,'caxis',[1e-1 6000],'log', 10, 'title', 'Velocity (m/y)','gridded',11);
 
 	%Line Plots
Index: /issm/trunk-jpl/jenkins/linux64_caladan
===================================================================
--- /issm/trunk-jpl/jenkins/linux64_caladan	(revision 19611)
+++ /issm/trunk-jpl/jenkins/linux64_caladan	(revision 19612)
@@ -85,5 +85,5 @@
 
 #number of cpus used in the nightly runs.
-NUMCPUS_RUN=1
+NUMCPUS_RUN=2
 
 #Nightly run options. The matlab routine runme.m will be called
