Index: /issm/trunk/src/m/classes/model.m
===================================================================
--- /issm/trunk/src/m/classes/model.m	(revision 9357)
+++ /issm/trunk/src/m/classes/model.m	(revision 9358)
@@ -44,5 +44,5 @@
 
 		 %I/O
-		 io_gather           = {NaN,true,'Integer'};
+		 io_gather           = {NaN,true,'Boolean'};
 
 		 %Initial 2d mesh 
@@ -62,7 +62,7 @@
 
 		 %Elements type
-		 ishutter             = {0,true,'Integer'};
-		 ismacayealpattyn     = {0,true,'Integer'};
-		 isstokes             = {0,true,'Integer'};
+		 ishutter             = {0,true,'Boolean'};
+		 ismacayealpattyn     = {0,true,'Boolean'};
+		 isstokes             = {0,true,'Boolean'};
 
 		 %Elements
@@ -192,9 +192,9 @@
 		 eps_rel                  = {0,true,'Double'};
 		 eps_abs                  = {0,true,'Double'};
-		 max_nonlinear_iterations = {0,true,'Double'};
-		 max_steadystate_iterations = {0,true,'Double'};
+		 max_nonlinear_iterations = {0,true,'Integer'};
+		 max_steadystate_iterations = {0,true,'Integer'};
 		 sparsity                 = {0,true,'Double'};
 		 connectivity             = {0,true,'Integer'};
-		 lowmem                   = {0,true,'Integer'};
+		 lowmem                   = {0,true,'Boolean'};
 		 viscosity_overshoot      = {0,true,'Double'};
 
@@ -202,5 +202,5 @@
 		 dt                     = {0,true,'Double'};
 		 ndt                    = {0,true,'Double'};
-		 time_adapt             = {0,true,'Integer'};
+		 time_adapt             = {0,true,'Boolean'};
 		 cfl_coefficient        = {0,true,'Double'};
 		 adaptative_cfl         = {0,false};
@@ -214,9 +214,9 @@
 		 timedec                = {0,false};
 		 hydrostatic_adjustment = {0,true,'Integer'};
-		 isprognostic = {0,true,'Integer'};
-		 isdiagnostic = {0,true,'Integer'};
-		 isthermal    = {0,true,'Integer'};
+		 isprognostic = {0,true,'Boolean'};
+		 isdiagnostic = {0,true,'Boolean'};
+		 isthermal    = {0,true,'Boolean'};
 		 %Control
-		 control_analysis = {0,true,'Integer'};
+		 control_analysis = {0,true,'Boolean'};
 		 control_type     = {0,true,'DoubleMat',3};
 		 weights          = {[],true,'DoubleMat',1};
@@ -283,5 +283,5 @@
 		 errlog        = {'',false};
 		 alloc_cleanup = {1,false};
-		 waitonlock    = {0,true,'Double'};
+		 waitonlock    = {0,true,'Boolean'};
 
 		 %dummy
@@ -316,5 +316,5 @@
 		 dakotaout                       = {'',false};
 		 dakotadat                       = {'',false};
-		 qmu_analysis                    = {0,true,'Integer'};
+		 qmu_analysis                    = {0,true,'Boolean'};
 		 part                            = {[],true,'DoubleMat',2};
 		 npart                           = {0,true,'Integer'};
@@ -340,5 +340,5 @@
 
 		 %grounding line migration: 
-		 gl_migration = {0,true,'Integer'};
+		 groundingline_migration = {0,true,'Integer'};
 
 		 %solution parameters
@@ -831,5 +831,5 @@
 
 			 %grounding line migration: 
-			 md.gl_migration=NoneEnum;
+			 md.groundingline_migration=NoneEnum;
 
 			 %How often to save results, default is 1 so save every step
