Changeset 26632
- Timestamp:
- 11/16/21 14:05:39 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/analyses/HydrologyShaktiAnalysis.cpp ¶
r26510 r26632 357 357 frictionheat=alpha2*(vx*vx+vy*vy); 358 358 359 /* *** TEST take out frictional heat for large gap height *** */ 360 if(gap>br) 361 frictionheat=0.; 362 359 363 /*Get water and ice pressures*/ 360 364 IssmDouble pressure_ice = rho_ice*g*thickness; _assert_(pressure_ice>0.); … … 648 652 frictionheat=alpha2*(vx*vx+vy*vy); 649 653 654 /* *** TEST take out frictional heat for large gap height *** */ 655 if(gap>br) 656 frictionheat=0.; 657 650 658 /*Get water and ice pressures*/ 651 659 IssmDouble pressure_ice = rho_ice*g*thickness; _assert_(pressure_ice>0.);
Note:
See TracChangeset
for help on using the changeset viewer.