Index: /issm/trunk-jpl/examples/EsaGRACE/runme.m
===================================================================
--- /issm/trunk-jpl/examples/EsaGRACE/runme.m	(revision 26287)
+++ /issm/trunk-jpl/examples/EsaGRACE/runme.m	(revision 26288)
@@ -2,5 +2,5 @@
 addpath('../Data','../Functions');
 
-steps=[1];
+steps=[1:5];
 
 if any(steps==1)
@@ -27,5 +27,6 @@
 	time_range = [year_month year_month];
 
-	water_load = grace(md.mesh.elements,md.mesh.lat,md.mesh.long,time_range(1),time_range(2));
+	onvertex = 0; % map data on vertex. If 0, it maps on the elemental centroid. 
+	water_load = grace(md.mesh.elements,md.mesh.lat,md.mesh.long,time_range(1),time_range(2),onvertex);
 
 	md.esa.deltathickness = water_load*md.materials.rho_freshwater/md.materials.rho_ice; % ice height equivalent
