Changeset 18011
- Timestamp:
- 05/17/14 11:00:36 (11 years ago)
- Location:
- issm/trunk-jpl/src/m/mech
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mech/backstressfrominversion.m
r17686 r18011 23 23 % 24 24 % Return values: 25 % 'backstress' is the inferred backstress necessary to balance the 26 % analytical solution (keeping damage within its appropriate limits, e.g. D 27 % in [0,1]). 25 % 'backstress' is the inferred backstress based on the analytical 26 % solution for ice shelf creep 28 27 % 29 28 % Usage: -
issm/trunk-jpl/src/m/mech/backstressfrominversion.py
r17622 r18011 8 8 9 9 This routine computes backstress based on the analytical formalism of 10 Thomas (1973) and Borstad et al. (2013, The Cryos hpere). The model10 Thomas (1973) and Borstad et al. (2013, The Cryosphere). The model 11 11 must contain inversion results for ice rigidity. Strain rates must 12 12 also be included, either from observed or modeled velocities. Ice … … 29 29 30 30 Return values: 31 'backstress' is the inferred backstress necessary to balance the 32 analytical solution (keeping damage within its appropriate limits, e.g. D 33 in [0,1]). 31 'backstress' is the inferred backstress based on the analytical 32 solution for ice shelf creep 34 33 35 34 Usage:
Note:
See TracChangeset
for help on using the changeset viewer.