Changeset 19327


Ignore:
Timestamp:
04/27/15 11:12:57 (10 years ago)
Author:
Eric.Larour
Message:

CHG: changing unit of conversion from GEOS-5 to ISSM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/main/esmfbinders.cpp

    r19307 r19327  
    7878                                                IssmDouble smbforcing=*(gcmforcings+f*numberofelements+i);
    7979
    80                                                 /*Convert to SI: */
    81                                                 smbforcing=smbforcing*yts/(rho_ice*area);
     80                                                /*Convert to SI. The smbforcing from GEOS-5 in kg/s, and we transform it into m/s: */
     81                                                smbforcing=smbforcing/(rho_ice*area);
    8282
    8383                                                /*Add into the element as new forcing :*/
Note: See TracChangeset for help on using the changeset viewer.