Changeset 22156
- Timestamp:
- 10/09/17 18:55:08 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-NatGeoScience2016/src/c/cores/sealevelrise_core.cpp
r22155 r22156 111 111 * not already done by the mass trasnport module. For ice caps, they rely on the transient mass 112 112 * transport module exclusively:*/ 113 if(iscoupler) if(modelid==earthid) if( istransientmasstransport) EarthMassTransport(femmodel);113 if(iscoupler) if(modelid==earthid) if(!istransientmasstransport) EarthMassTransport(femmodel); 114 114 115 115 /*increment counter, or call solution core if count==frequency:*/ … … 162 162 163 163 //reset cumdeltathickness to 0: 164 InputUpdateFromConstantx(femmodel,0 ,SealevelriseCumDeltathicknessEnum);164 InputUpdateFromConstantx(femmodel,0.0,SealevelriseCumDeltathicknessEnum); 165 165 } 166 166
Note:
See TracChangeset
for help on using the changeset viewer.