Ignore:
Timestamp:
06/28/20 01:02:57 (5 years ago)
Author:
jdquinn
Message:

BUG: Corrected remaining solid earth failures (still need to identify source of errors)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test2071.py

    r25131 r25172  
    1717
    1818#indicate what you want to compute
    19 md.gia.cross_section_shape = 1  # for square-edged x - section
     19md.gia.cross_section_shape = 1  # for square-edged x-section
    2020
    2121#define loading history
    2222md.timestepping.start_time = 0.3  # for t \approx 0 kyr : to get eleastic response!
    23 md.timestepping.final_time = 2500000  # 2, 500 kyr
     23md.timestepping.final_time = 2500000  # 2,500 kyr
    2424md.geometry.thickness = np.array([np.append(md.geometry.thickness * 0.0, 0.0),
    2525                                  np.append(md.geometry.thickness / 2.0, 0.1),
Note: See TracChangeset for help on using the changeset viewer.