Index: /issm/trunk/src/m/model/ismodelselfconsistent.m
===================================================================
--- /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 7020)
+++ /issm/trunk/src/m/model/ismodelselfconsistent.m	(revision 7021)
@@ -178,4 +178,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.hydrostatic_adjustment,[AbsoluteEnum IncrementalEnum]),
+	error(['model not consistent: model ' md.name ' hydrostatic_adjustment field should be AbsoluteEnum or IncrementalEnum']);
 end
 %}}}
