Changeset 16824
- Timestamp:
- 11/18/13 16:13:33 (11 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r16823 r16824 8515 8515 drag_input->GetInputValue(&drag,gauss); 8516 8516 8517 /* No ref...*/8517 /*Payne 1995 (m = 1, B = 5e-3/yts = 1.58e-10 m/s/Pa*/ 8518 8518 ub=-1.58*1.e-10*rho_ice*gravity*thickness*slope[0]; 8519 8519 vb=-1.58*1.e-10*rho_ice*gravity*thickness*slope[1]; -
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r16823 r16824 4255 4255 slope2=slope[0]*slope[0]+slope[1]*slope[1]; 4256 4256 4257 /* No ref...*/4257 /*Payne 1995 (m = 1, B = 5e-3/yts = 1.58e-10 m/s/Pa*/ 4258 4258 ub=-1.58*1.e-10*rho_ice*gravity*thickness*slope[0]; 4259 4259 vb=-1.58*1.e-10*rho_ice*gravity*thickness*slope[1];
Note:
See TracChangeset
for help on using the changeset viewer.