Index: /issm/trunk-jpl/examples/Greenland/runme.m
===================================================================
--- /issm/trunk-jpl/examples/Greenland/runme.m	(revision 27027)
+++ /issm/trunk-jpl/examples/Greenland/runme.m	(revision 27028)
@@ -24,5 +24,5 @@
 
 	%convert x,y coordinates (Polar stereo) to lat/lon
-	[md.mesh.lat,md.mesh.long]=xy2ll(md.mesh.x,md.mesh.y,+1,45,70);
+	[md.mesh.lat,md.mesh.long]=xy2ll(md.mesh.x,md.mesh.y,+1,39,71);
 
 	save ./Models/Greenland.Mesh_generation md;
@@ -180,5 +180,5 @@
 
 	%convert mesh x,y into the Box projection
-	[md.mesh.lat,md.mesh.long]  = xy2ll(md.mesh.x,md.mesh.y,+1,45,70);
+	[md.mesh.lat,md.mesh.long]  = xy2ll(md.mesh.x,md.mesh.y,+1,39,71);
 	[xi,yi]= ll2xy(md.mesh.lat,md.mesh.long,+1,45,70);
 
@@ -247,5 +247,5 @@
 
 	%convert mesh x,y into the Box projection
-	[md.mesh.lat,md.mesh.long]  = xy2ll(md.mesh.x,md.mesh.y,+1,45,70);
+	[md.mesh.lat,md.mesh.long]  = xy2ll(md.mesh.x,md.mesh.y,+1,39,71);
 	[xi,yi]= ll2xy(md.mesh.lat,md.mesh.long,+1,45,70);
 
Index: /issm/trunk-jpl/examples/IceBridge/runme.m
===================================================================
--- /issm/trunk-jpl/examples/IceBridge/runme.m	(revision 27027)
+++ /issm/trunk-jpl/examples/IceBridge/runme.m	(revision 27028)
@@ -33,5 +33,5 @@
 
 	%convert x,y coordinates (Polar stereo) to lat/lon
-	[md.mesh.lat,md.mesh.long]=xy2ll(md.mesh.x,md.mesh.y,+1,45,70);
+	[md.mesh.lat,md.mesh.long]=xy2ll(md.mesh.x,md.mesh.y,+1,39,71);
 
 	save ./Models/Greenland.Mesh_generation md;
Index: /issm/trunk-jpl/examples/Jakobshavn/runme.m
===================================================================
--- /issm/trunk-jpl/examples/Jakobshavn/runme.m	(revision 27027)
+++ /issm/trunk-jpl/examples/Jakobshavn/runme.m	(revision 27028)
@@ -20,5 +20,5 @@
 	%refine mesh using surface velocities as metric
 	md=bamg(md,'hmin',1200,'hmax',15000,'field',vel,'err',5);
-	[md.mesh.lat,md.mesh.long]  = xy2ll(md.mesh.x,md.mesh.y,+1,45,70);
+	[md.mesh.lat,md.mesh.long]  = xy2ll(md.mesh.x,md.mesh.y,+1,39,71);
 
 	save JksMesh md
