Index: /issm/trunk/src/m/model/ismodelselfconsistent.m
===================================================================
--- /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 9048)
+++ /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 9049)
@@ -528,9 +528,4 @@
 			end
 
-			%CHECK THAT WE ARE NOT FULLY CONSTRAINED
-			if isnan(find(~md.spctemperature(:,1))),
-				message(['model not consistent: model ' md.name ' is totally constrained for temperature, no need to solve!']);
-			end
-
 			%VELOCITIES AND PRESSURE
 			fields={'vx','vy','vz','pressure','geothermalflux'};
@@ -551,5 +546,5 @@
 
 				%INITIAL TEMPERATURE
-				fields={'temperature','spctemperature(:,2)','observed_temperature'};
+				fields={'temperature','observed_temperature'};
 				checkgreater(md,fields,0)
 			end
