Changeset 12385


Ignore:
Timestamp:
06/07/12 10:50:31 (13 years ago)
Author:
lemorzad
Message:

debuging pdd

Location:
issm/trunk/src/c/objects/Elements
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r12362 r12385  
    23062306   double pddtj[NUMVERTICES], hmx2;
    23072307
     2308   //printf("ok1p\n");
     2309
    23082310   /*Recover monthly temperatures and precipitation*/
    23092311   Input*     input=inputs->GetInput(SurfaceforcingsMonthlytemperaturesEnum); _assert_(input);
     
    23222324     }
    23232325   }
    2324    /*Recover info at the vertices: */
     2326   /*Recover info a the vertices: */
    23252327   GetInputListOnVertices(&h[0],ThicknessEnum);
    23262328   GetInputListOnVertices(&s[0],SurfaceEnum);
     2329
     2330   //printf("ok2p\n");
    23272331
    23282332   /*Get material parameters :*/
  • issm/trunk/src/c/objects/Elements/Tria.cpp

    r12362 r12385  
    21362136   double fsupT=0.5,  fsupndd=0.5;  // Tsurf mode factors for supice
    21372137   double pddtj[NUMVERTICES], hmx2;
    2138 
    2139    if(!IsOnBed()) return;
     2138   
     2139   //printf("ok1t\n");
     2140   //if(!IsOnBed()) return;
     2141   //printf("ok2t\n");
    21402142
    21412143   /*Recover monthly temperatures and precipitation*/
     
    21682170   siglim = 2.5*signorm;
    21692171   siglimc = 2.5*signormc;
    2170    siglim0 =  siglim/DT + 0.5;
    2171    siglim0c =  siglimc/DT + 0.5;
     2172   siglim0 = siglim/DT + 0.5;
     2173   siglim0c = siglimc/DT + 0.5;
    21722174   PDup = siglimc+PDCUT;
    21732175   
Note: See TracChangeset for help on using the changeset viewer.