source: issm/oecreview/Archive/16554-17801/ISSM-17031-17032.diff

Last change on this file was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 1.4 KB
  • ../trunk-jpl/src/c/classes/Elements/Tria.cpp

     
    47314731                                        //                                      wh_trans=old_transfer[i]+0.66*(wh_trans-old_transfer[i]);
    47324732
    47334733                                        /* 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]); */
    47354735                                        /* } */
    47364736                               
    47374737                                        /*Assign output pointer*/
     
    48964896                                        /*And proceed to the real thing*/
    48974897                                        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)));
    48984898                                        //                                      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]); */
    49014901                                        }
    49024902                        }
    49034903                }
Note: See TracBrowser for help on using the repository browser.