Changeset 19007
- Timestamp:
- 01/13/15 14:48:42 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/HydrologyDCEfficientAnalysis.cpp
r19006 r19007 598 598 /*And proceed to the real thing*/ 599 599 thickness[i] = old_thickness[i]*(1+((rho_water*gravity*dt)/(rho_ice*latentheat))*epl_conductivity*EPLgrad2-2.0*(A*dt/(pow(n,n)))*(pow(EPL_N,n))); 600 601 printf("old: %e, new: %e, grad: %e \n",old_thickness[i],thickness[i],EPLgrad2);602 600 603 601 /*Take care of otherthikening*/
Note:
See TracChangeset
for help on using the changeset viewer.