Index: /issm/trunk/src/c/objects/IoModel.cpp
===================================================================
--- /issm/trunk/src/c/objects/IoModel.cpp	(revision 8309)
+++ /issm/trunk/src/c/objects/IoModel.cpp	(revision 8310)
@@ -199,4 +199,7 @@
 	IoModelFetchData(&this->kff,iomodel_handle,"kff");
 	IoModelFetchData(&this->gl_migration,iomodel_handle,"gl_migration");
+	IoModelFetchData(&this->diagnostic_analysis,iomodel_handle,"diagnostic_analysis"); 
+	IoModelFetchData(&this->prognostic_analysis,iomodel_handle,"prognostic_analysis"); 
+	IoModelFetchData(&this->thermal_analysis,iomodel_handle,"thermal_analysis"); 
 
 	/*!Get thermal parameters: */
@@ -367,4 +370,7 @@
 	this->shelf_dampening=0;
 	this->waitonlock=0;
+	this->diagnostic_analysis=0;
+	this->prognostic_analysis=0;
+	this->thermal_analysis=0;
 
 	/*!thermal parameters: */
Index: /issm/trunk/src/c/objects/IoModel.h
===================================================================
--- /issm/trunk/src/c/objects/IoModel.h	(revision 8309)
+++ /issm/trunk/src/c/objects/IoModel.h	(revision 8310)
@@ -163,4 +163,7 @@
 		double  waitonlock;
 		int     kff;
+		int     diagnostic_analysis;
+		int     prognostic_analysis;
+		int     thermal_analysis;
 
 		/*thermal parameters: */
