Index: /issm/trunk-jpl/test/NightlyRun/test1202.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1202.m	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1202.m	(revision 15566)
@@ -7,7 +7,7 @@
 md=setmask(md,'all','');
 md=parameterize(md,'../Par/SquareEISMINT.par');
-md=setflowequation(md,'SSA','all'); %MacAyeal's model and 2d
+md=setflowequation(md,'SSA','all'); %SSA's model and 2d
 
-%Compute solution for MacAyeal's model 
+%Compute solution for SSA's model 
 md.cluster=generic('name',oshostname(),'np',8);
 md=solve(md,DiagnosticSolutionEnum());
Index: /issm/trunk-jpl/test/NightlyRun/test1202.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1202.py	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1202.py	(revision 15566)
@@ -20,7 +20,7 @@
 md=setmask(md,'all','')
 md=parameterize(md,'../Par/SquareEISMINT.py')
-md=setflowequation(md,'SSA','all')    #MacAyeal's model and 2d
+md=setflowequation(md,'SSA','all')    #SSA's model and 2d
 
-#Compute solution for MacAyeal's model 
+#Compute solution for SSA's model 
 md.cluster=generic('name',oshostname(),'np',8)
 md=solve(md,DiagnosticSolutionEnum())
Index: /issm/trunk-jpl/test/NightlyRun/test1203.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1203.m	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1203.m	(revision 15566)
@@ -7,5 +7,5 @@
 md=setmask(md,'all','');
 md=parameterize(md,'../Par/SquareEISMINT.par');
-md=setflowequation(md,'SSA','all'); %MacAyeal's model and 2d
+md=setflowequation(md,'SSA','all'); %SSA's model and 2d
 
 %Impose a non zero velocity on the upper boundary condition (y=max(y))
@@ -13,5 +13,5 @@
 md.diagnostic.spcvy(pos)=400.*(((md.mesh.x(pos)-100000.)/25000.).^2-ones(size(pos,1),1)).*heaviside((1.+eps)*ones(size(pos,1),1)-((md.mesh.x(pos)-100000.)/25000.).^2);
 
-%Compute solution for MacAyeal's model 
+%Compute solution for SSA's model 
 md.cluster=generic('name',oshostname(),'np',8);
 md=solve(md,DiagnosticSolutionEnum());
Index: /issm/trunk-jpl/test/NightlyRun/test1203.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1203.py	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1203.py	(revision 15566)
@@ -21,5 +21,5 @@
 md=setmask(md,'all','')
 md=parameterize(md,'../Par/SquareEISMINT.py')
-md=setflowequation(md,'SSA','all')    #MacAyeal's model and 2d
+md=setflowequation(md,'SSA','all')    #SSA's model and 2d
 
 #Impose a non zero velocity on the upper boundary condition (y=max(y))
@@ -27,5 +27,5 @@
 md.diagnostic.spcvy[pos]=400.*(((md.mesh.x[pos].reshape(-1,1)-100000.)/25000.)**2-numpy.ones((numpy.size(pos),1)))*heaviside((1.+sys.float_info.epsilon)*numpy.ones((numpy.size(pos),1))-((md.mesh.x[pos].reshape(-1,1)-100000.)/25000.)**2)
 
-#Compute solution for MacAyeal's model 
+#Compute solution for SSA's model 
 md.cluster=generic('name',oshostname(),'np',8)
 md=solve(md,DiagnosticSolutionEnum())
Index: /issm/trunk-jpl/test/NightlyRun/test1204.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1204.m	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1204.m	(revision 15566)
@@ -7,5 +7,5 @@
 md=setmask(md,'all','');
 md=parameterize(md,'../Par/SquareEISMINT.par');
-md=setflowequation(md,'SSA','all'); %MacAyeal's model and 2d
+md=setflowequation(md,'SSA','all'); %SSA's model and 2d
 
 %Impose a non zero velocity on the upper boundary condition (y=max(y))
@@ -13,5 +13,5 @@
 md.diagnostic.spcvy(pos)=400.*(((md.mesh.x(pos)-100000.)/25000.).^2-ones(size(pos,1),1)).*heaviside((1.+eps)*ones(size(pos,1),1)-((md.mesh.x(pos)-100000.)/25000.).^2);
 
-%Compute solution for MacAyeal's model 
+%Compute solution for SSA's model 
 md.cluster=generic('name',oshostname(),'np',8);
 md=solve(md,DiagnosticSolutionEnum());
Index: /issm/trunk-jpl/test/NightlyRun/test1204.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1204.py	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1204.py	(revision 15566)
@@ -21,5 +21,5 @@
 md=setmask(md,'all','')
 md=parameterize(md,'../Par/SquareEISMINT.py')
-md=setflowequation(md,'SSA','all')    #MacAyeal's model and 2d
+md=setflowequation(md,'SSA','all')    #SSA's model and 2d
 
 #Impose a non zero velocity on the upper boundary condition (y=max(y))
@@ -27,5 +27,5 @@
 md.diagnostic.spcvy[pos]=400.*(((md.mesh.x[pos].reshape(-1,1)-100000.)/25000.)**2-numpy.ones((numpy.size(pos),1)))*heaviside((1.+sys.float_info.epsilon)*numpy.ones((numpy.size(pos),1))-((md.mesh.x[pos].reshape(-1,1)-100000.)/25000.)**2)
 
-#Compute solution for MacAyeal's model 
+#Compute solution for SSA's model 
 md.cluster=generic('name',oshostname(),'np',8)
 md=solve(md,DiagnosticSolutionEnum())
Index: /issm/trunk-jpl/test/NightlyRun/test1205.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1205.m	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1205.m	(revision 15566)
@@ -1,3 +1,3 @@
-%The aim of this program is to compare a model with an analytical solution given in MacAyeal EISMINT : Lessons in Ice-Sheet Modeling.
+%The aim of this program is to compare a model with an analytical solution given in SSA EISMINT : Lessons in Ice-Sheet Modeling.
 printingflag=false;
 
Index: /issm/trunk-jpl/test/NightlyRun/test1205.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1205.py	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1205.py	(revision 15566)
@@ -10,5 +10,5 @@
 
 """
-The aim of this program is to compare a model with an analytical solution given in MacAyeal EISMINT : Lessons in Ice-Sheet Modeling.
+The aim of this program is to compare a model with an analytical solution given in SSA EISMINT : Lessons in Ice-Sheet Modeling.
 """
 
Index: /issm/trunk-jpl/test/NightlyRun/test1206.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1206.m	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1206.m	(revision 15566)
@@ -1,3 +1,3 @@
-%The aim of this program is to compare a model with an analytical solution given in MacAyeal EISMINT : Lessons in Ice-Sheet Modeling.
+%The aim of this program is to compare a model with an analytical solution given in SSA EISMINT : Lessons in Ice-Sheet Modeling.
 printingflag=false;
 
Index: /issm/trunk-jpl/test/NightlyRun/test1206.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1206.py	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1206.py	(revision 15566)
@@ -10,5 +10,5 @@
 
 """
-The aim of this program is to compare a model with an analytical solution given in MacAyeal EISMINT : Lessons in Ice-Sheet Modeling.
+The aim of this program is to compare a model with an analytical solution given in SSA EISMINT : Lessons in Ice-Sheet Modeling.
 """
 
Index: /issm/trunk-jpl/test/NightlyRun/test1207.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1207.m	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1207.m	(revision 15566)
@@ -1,3 +1,3 @@
-%The aim of this program is to compare a model with an analytical solution given in MacAyeal EISMINT : Lessons in Ice-Sheet Modeling.
+%The aim of this program is to compare a model with an analytical solution given in SSA EISMINT : Lessons in Ice-Sheet Modeling.
 printingflag=false;
 
Index: /issm/trunk-jpl/test/NightlyRun/test1207.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test1207.py	(revision 15565)
+++ /issm/trunk-jpl/test/NightlyRun/test1207.py	(revision 15566)
@@ -10,5 +10,5 @@
 
 """
-The aim of this program is to compare a model with an analytical solution given in MacAyeal EISMINT : Lessons in Ice-Sheet Modeling.
+The aim of this program is to compare a model with an analytical solution given in SSA EISMINT : Lessons in Ice-Sheet Modeling.
 """
 
