Changeset 25172 for issm/trunk-jpl/test/NightlyRun/test2071.py
- Timestamp:
- 06/28/20 01:02:57 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2071.py
r25131 r25172 17 17 18 18 #indicate what you want to compute 19 md.gia.cross_section_shape = 1 # for square-edged x -section19 md.gia.cross_section_shape = 1 # for square-edged x-section 20 20 21 21 #define loading history 22 22 md.timestepping.start_time = 0.3 # for t \approx 0 kyr : to get eleastic response! 23 md.timestepping.final_time = 2500000 # 2, 23 md.timestepping.final_time = 2500000 # 2,500 kyr 24 24 md.geometry.thickness = np.array([np.append(md.geometry.thickness * 0.0, 0.0), 25 25 np.append(md.geometry.thickness / 2.0, 0.1),
Note:
See TracChangeset
for help on using the changeset viewer.