Index: /issm/trunk-jpl/src/m/plot/applyoptions.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/applyoptions.m	(revision 15500)
+++ /issm/trunk-jpl/src/m/plot/applyoptions.m	(revision 15501)
@@ -356,10 +356,10 @@
 	%box off
 	if strcmpi(md.mesh.hemisphere,'n') | strcmpi(md.mesh.hemisphere,'north'),
-		A=expread([ jplsvn() '/projects/ModelData/Exp/GreenlandBoxFront.exp']);
+		A=expread('/u/astrid-r1b/ModelData/Exp/GreenlandBoxFront.exp');
 		[A.x A.y]=ll2xy(A.x,A.y,+1,45,70);
 		A.x = A.x(1:30:end);
 		A.y = A.y(1:30:end);
 	elseif strcmpi(md.mesh.hemisphere,'s') | strcmpi(md.mesh.hemisphere,'south'),
-		A=expread([ jplsvn() '/projects/ModelData/Exp/Antarctica.exp']);
+		A=expread('/u/astrid-r1b/ModelData/Exp/Antarctica.exp');
 	else
 		error('applyoptions error message: hemisphere not defined');
