Index: /issm/trunk/src/m/model/ismodelselfconsistent.m
===================================================================
--- /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 7023)
+++ /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 7024)
@@ -30,4 +30,8 @@
 		md.analysis_type=analysis(i);
 		ismodelselfconsistent(md);
+	end
+
+	if(md.cfl_coefficient>1 | md.cfl_coefficient<0),
+		error(['model not consistent: model ' md.name ' cfl_coefficient field should between  0 and 1']);
 	end
 end
@@ -178,4 +182,7 @@
 if ~ismember(md.lowmem,[0 1]),
 	error(['model not consistent: model ' md.name ' lowmem field should be 0 or 1']);
+end
+if ~ismember(md.time_adapt,[0 1]),
+	error(['model not consistent: model ' md.name ' time_adapt field should be 0 or 1']);
 end
 if ~ismember(md.hydrostatic_adjustment,[AbsoluteEnum IncrementalEnum]),
