Index: /issm/branches/trunk-larour-NatGeoScience2016/src/m/classes/maskpsl.m
===================================================================
--- /issm/branches/trunk-larour-NatGeoScience2016/src/m/classes/maskpsl.m	(revision 22219)
+++ /issm/branches/trunk-larour-NatGeoScience2016/src/m/classes/maskpsl.m	(revision 22220)
@@ -10,4 +10,5 @@
 		ocean_levelset = NaN;
 		land_levelset = NaN;
+		glacier_levelset = NaN;
 	end
 	methods (Static)
@@ -66,4 +67,5 @@
 			fielddisplay(self,'ocean_levelset','is the vertex on the ocean ? yes if = 1, no if = 0');
 			fielddisplay(self,'land_levelset','is the vertex on the land ? yes if = 1, no if = 0');
+			fielddisplay(self,'glacier_levelset','is the vertex on a glacier ? yes if = 1, no if = 0');
 		end % }}}
 		function marshall(self,prefix,md,fid) % {{{
