Changeset 19327
- Timestamp:
- 04/27/15 11:12:57 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/main/esmfbinders.cpp
r19307 r19327 78 78 IssmDouble smbforcing=*(gcmforcings+f*numberofelements+i); 79 79 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); 82 82 83 83 /*Add into the element as new forcing :*/
Note:
See TracChangeset
for help on using the changeset viewer.