Index: /issm/branches/trunk-larour-NatGeoScience2016/src/c/classes/Elements/Tria.cpp
===================================================================
--- /issm/branches/trunk-larour-NatGeoScience2016/src/c/classes/Elements/Tria.cpp	(revision 21300)
+++ /issm/branches/trunk-larour-NatGeoScience2016/src/c/classes/Elements/Tria.cpp	(revision 21301)
@@ -3709,4 +3709,7 @@
 	deltathickness_input->GetInputAverage(&I);
 
+	/*Are we on an ice shelf? if so, does not contribute to sea level rise!: */
+	if (this->IsFloating()) I=0;
+
 	/*Compute eustatic compoent:*/
 	_assert_(oceanarea>0.);
