Changeset 12385
- Timestamp:
- 06/07/12 10:50:31 (13 years ago)
- Location:
- issm/trunk/src/c/objects/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r12362 r12385 2306 2306 double pddtj[NUMVERTICES], hmx2; 2307 2307 2308 //printf("ok1p\n"); 2309 2308 2310 /*Recover monthly temperatures and precipitation*/ 2309 2311 Input* input=inputs->GetInput(SurfaceforcingsMonthlytemperaturesEnum); _assert_(input); … … 2322 2324 } 2323 2325 } 2324 /*Recover info a tthe vertices: */2326 /*Recover info a the vertices: */ 2325 2327 GetInputListOnVertices(&h[0],ThicknessEnum); 2326 2328 GetInputListOnVertices(&s[0],SurfaceEnum); 2329 2330 //printf("ok2p\n"); 2327 2331 2328 2332 /*Get material parameters :*/ -
issm/trunk/src/c/objects/Elements/Tria.cpp
r12362 r12385 2136 2136 double fsupT=0.5, fsupndd=0.5; // Tsurf mode factors for supice 2137 2137 double pddtj[NUMVERTICES], hmx2; 2138 2139 if(!IsOnBed()) return; 2138 2139 //printf("ok1t\n"); 2140 //if(!IsOnBed()) return; 2141 //printf("ok2t\n"); 2140 2142 2141 2143 /*Recover monthly temperatures and precipitation*/ … … 2168 2170 siglim = 2.5*signorm; 2169 2171 siglimc = 2.5*signormc; 2170 siglim0 = 2171 siglim0c = 2172 siglim0 = siglim/DT + 0.5; 2173 siglim0c = siglimc/DT + 0.5; 2172 2174 PDup = siglimc+PDCUT; 2173 2175
Note:
See TracChangeset
for help on using the changeset viewer.