Index: /issm/trunk-jpl/examples/Jakobshavn/Jks.par
===================================================================
--- /issm/trunk-jpl/examples/Jakobshavn/Jks.par	(revision 18200)
+++ /issm/trunk-jpl/examples/Jakobshavn/Jks.par	(revision 18201)
@@ -6,5 +6,5 @@
 %Load SeaRISE dataset
 disp('   Loading SeaRISE data from NetCDF');
-ncdata = './Greenland_5km_v1.1.nc';
+ncdata = '../Data/Greenland_5km_dev1.2.nc';
 x1    = ncread(ncdata,'x1');
 y1    = ncread(ncdata,'y1');
@@ -58,3 +58,3 @@
 disp('   Set other boundary conditions');
 md=SetMarineIceSheetBC(md,'./Front.exp');
-md.basalforcings.melting_rate=zeros(md.mesh.numberofvertices,1);
+md.basalforcings.floatingice_melting_rate=zeros(md.mesh.numberofvertices,1);
Index: /issm/trunk-jpl/examples/Jakobshavn/runme.m
===================================================================
--- /issm/trunk-jpl/examples/Jakobshavn/runme.m	(revision 18200)
+++ /issm/trunk-jpl/examples/Jakobshavn/runme.m	(revision 18201)
@@ -1,3 +1,3 @@
-steps=[1:3];
+steps=[4];
 
 if any(steps==1)
@@ -6,7 +6,7 @@
 
 	%Get observed velocity field on mesh nodes
-	ncdata='Greenland_5km_v1.1.nc';
+	ncdata='../Data/Greenland_5km_dev1.2.nc';
 	if ~exist(ncdata,'file'), 
-		error('Download Greenland5km_v1.1.nc first on http://websrv.cs.umt.edu/isis/index.php/Present_Day_Greenland');
+		error('File Greenland_5km_dev1.2.nc not downloaded in Data Directory.  Please cd ../Data and run the download script.');
 	end
 	x1   = ncread(ncdata,'x1');
@@ -84,5 +84,5 @@
 		'colorbar#1','off','colorbar#2','on','colorbartitle#2','[m/yr]',...
 		'caxis#1-2',[0,7000],...
-		'data',md.geometry.bed,'title','Bed elevation',...
+		'data',md.geometry.base,'title','Base elevation',...
 		'data',md.results.StressbalanceSolution.FrictionCoefficient,...
 		'title','Friction Coefficient',...
