Index: /issm/trunk-jpl/src/c/main/esmfbinders.cpp
===================================================================
--- /issm/trunk-jpl/src/c/main/esmfbinders.cpp	(revision 19326)
+++ /issm/trunk-jpl/src/c/main/esmfbinders.cpp	(revision 19327)
@@ -78,6 +78,6 @@
 						IssmDouble smbforcing=*(gcmforcings+f*numberofelements+i); 
 
-						/*Convert to SI: */
-						smbforcing=smbforcing*yts/(rho_ice*area);
+						/*Convert to SI. The smbforcing from GEOS-5 in kg/s, and we transform it into m/s: */
+						smbforcing=smbforcing/(rho_ice*area);
 
 						/*Add into the element as new forcing :*/
