Index: /issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpJoughinMosaic.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpJoughinMosaic.m	(revision 26679)
+++ /issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpJoughinMosaic.m	(revision 26680)
@@ -4,4 +4,6 @@
 	case {'ronne'}
 		filename = '/home/ModelData/Greenland/VelJoughin/IanGreenVel.mat';
+	case {'totten'}
+		filename = '/totten_1/ModelData/Greenland/VelJoughin/IanGreenVel.mat';
 	otherwise
 		error('machine not supported yet');
Index: /issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpRignot2012.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpRignot2012.m	(revision 26679)
+++ /issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpRignot2012.m	(revision 26680)
@@ -1,5 +1,5 @@
 function [vxout vyout]= interpRignot2012(X,Y),
 
-filename = '/home/ModelData/Greenland/VelMouginot/RignotGreenland2012Vel.mat';
+filename = '/totten_1/ModelData/Greenland/VelMouginot/RignotGreenland2012Vel.mat';
 
 
Index: /issm/trunk-jpl/src/m/modules/ExpToLevelSet.m
===================================================================
--- /issm/trunk-jpl/src/m/modules/ExpToLevelSet.m	(revision 26679)
+++ /issm/trunk-jpl/src/m/modules/ExpToLevelSet.m	(revision 26680)
@@ -40,4 +40,7 @@
 		if isfield(contourname(i),'NAME')
 			distance(end, i) = contourname(i).NAME;
+		elseif isfield(contourname(i),'Date')
+			distance(end, i) = date2decyear(datenum(contourname(i).Date));
+			% to deal with 
 		else
 			distance(end, i) = i;
