Index: /issm/trunk-jpl/test/NightlyRun/test218.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test218.m	(revision 15559)
+++ /issm/trunk-jpl/test/NightlyRun/test218.m	(revision 15560)
@@ -1,5 +1,5 @@
 md=squaremesh(model(),1000000,1000000,5,5);
 md=setmask(md,'all','');
-md=parameterize(md,'../Par/SquareShelf2.par');
+md=parameterize(md,'../Par/SquareShelf.par');
 md=setflowequation(md,'macayeal','all');
 md.cluster=generic('name',oshostname(),'np',3);
@@ -48,11 +48,4 @@
 md.diagnostic.spcvy(pos)=0;
 
-%icefront
-nodeonicefront=zeros(md.mesh.numberofvertices,1);
-pos=find(md.mesh.y==ymax); nodeonicefront(pos)=1;
-pos=find(nodeonicefront(md.mesh.segments(:,1)) | nodeonicefront(md.mesh.segments(:,2))); diagnostic.icefront=md.mesh.segments(pos,:);
-diagnostic.icefront=[diagnostic.icefront 1*md.mask.elementonfloatingice(diagnostic.icefront(:,end))];
-md.diagnostic.icefront=diagnostic.icefront;
-
 %partitioning
 md.qmu.numberofpartitions=md.mesh.numberofvertices;
