source:
issm/oecreview/Archive/16554-17801/ISSM-17031-17032.diff
Last change on this file was 17802, checked in by , 11 years ago | |
---|---|
File size: 1.4 KB |
-
../trunk-jpl/src/c/classes/Elements/Tria.cpp
4731 4731 // wh_trans=old_transfer[i]+0.66*(wh_trans-old_transfer[i]); 4732 4732 4733 4733 /* if(this->Id()==27){ */ 4734 /*printf("old %e, transfer is %e ,eplhead %e, sedhead %e, factor %e \n",old_transfer[i],wh_trans,epl_head[i],sed_head[i],epl_specificstoring[i]*epl_thickness[i]*sed_trans[i]); */4734 /* printf("old %e, transfer is %e ,eplhead %e, sedhead %e, factor %e \n",old_transfer[i],wh_trans,epl_head[i],sed_head[i],epl_specificstoring[i]*epl_thickness[i]*sed_trans[i]); */ 4735 4735 /* } */ 4736 4736 4737 4737 /*Assign output pointer*/ … … 4896 4896 /*And proceed to the real thing*/ 4897 4897 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))); 4898 4898 // thickness[i] = old_thickness[i]+0.66*(thickness[i]-old_thickness[i]); 4899 if(this->Id()==27){4900 printf("old %e, thickness is %e ,eplhead %e, slopeX %e, slopeY %e\n",old_thickness[i],thickness[i],eplhead[i],epl_slopeX[i],epl_slopeY[i]);4899 /* if(this->Id()==27){ */ 4900 /* printf("old %e, thickness is %e ,eplhead %e, slopeX %e, slopeY %e\n",old_thickness[i],thickness[i],eplhead[i],epl_slopeX[i],epl_slopeY[i]); */ 4901 4901 } 4902 4902 } 4903 4903 }
Note:
See TracBrowser
for help on using the repository browser.