Changeset 17590 for issm/trunk-jpl/src/m/mech/basalstress.m
- Timestamp:
- 03/28/14 09:15:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mech/basalstress.m
r13646 r17590 17 17 18 18 %compute basal drag 19 bx=(md.constants.g*(md.materials.rho_ice*md.geometry.thickness+md.materials.rho_water*md.geometry.b ed)).^r.*(md.friction.coefficient).^2.*ubx.^s;20 by=(md.constants.g*(md.materials.rho_ice*md.geometry.thickness+md.materials.rho_water*md.geometry.b ed)).^r.*(md.friction.coefficient).^2.*uby.^s;21 b=(md.constants.g*(md.materials.rho_ice*md.geometry.thickness+md.materials.rho_water*md.geometry.b ed)).^r.*(md.friction.coefficient).^2.*ub.^s;19 bx=(md.constants.g*(md.materials.rho_ice*md.geometry.thickness+md.materials.rho_water*md.geometry.base)).^r.*(md.friction.coefficient).^2.*ubx.^s; 20 by=(md.constants.g*(md.materials.rho_ice*md.geometry.thickness+md.materials.rho_water*md.geometry.base)).^r.*(md.friction.coefficient).^2.*uby.^s; 21 b=(md.constants.g*(md.materials.rho_ice*md.geometry.thickness+md.materials.rho_water*md.geometry.base)).^r.*(md.friction.coefficient).^2.*ub.^s;
Note:
See TracChangeset
for help on using the changeset viewer.