Index: /issm/trunk-jpl/src/m/plot/showregion.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/showregion.m	(revision 15916)
+++ /issm/trunk-jpl/src/m/plot/showregion.m	(revision 15917)
@@ -16,7 +16,7 @@
 %box off
 if strcmpi(md.mesh.hemisphere,'n') | strcmpi(md.mesh.hemisphere,'north'),
-	A=expread([issmdir() 'projects/Exp/Greenland.exp']);
+	A=expread(['/u/astrid-r1b/ModelData/Exp/Greenland.exp']);
 elseif strcmpi(md.mesh.hemisphere,'s') | strcmpi(md.mesh.hemisphere,'south'),
-	A=expread([issmdir() '/projects/Exp/Antarctica.exp']);
+	A=expread(['/u/astrid-r1b/ModelData/Exp/Antarctica.exp']);
 else
 	error('applyoptions error message: hemisphere not defined');
