Index: /issm/trunk/src/c/objects/IoModel.cpp
===================================================================
--- /issm/trunk/src/c/objects/IoModel.cpp	(revision 8314)
+++ /issm/trunk/src/c/objects/IoModel.cpp	(revision 8315)
@@ -89,4 +89,5 @@
 	xfree((void**)&this->melting_rate_correction);
 	xfree((void**)&this->accumulation_rate);
+	xfree((void**)&this->forcing_accumulation);
 	xfree((void**)&this->dhdt);
 	xfree((void**)&this->rheology_B);
@@ -396,4 +397,5 @@
 	/*!basal: */
 	this->accumulation_rate=NULL;
+	this->forcing_accumulation=NULL;
 	this->dhdt=NULL;
 	
Index: /issm/trunk/src/c/objects/IoModel.h
===================================================================
--- /issm/trunk/src/c/objects/IoModel.h	(revision 8314)
+++ /issm/trunk/src/c/objects/IoModel.h	(revision 8315)
@@ -195,4 +195,5 @@
 		int      melting_rate_correction_apply;
 		double*  accumulation_rate;
+		double*  forcing_accumulation;
 		double*  dhdt;
 
