Changeset 23865


Ignore:
Timestamp:
04/18/19 11:06:52 (6 years ago)
Author:
schlegel
Message:

CHG: change analysis type to stressbalance for stability of nightlies

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test445.m

    r23445 r23865  
    5252        md.qmu.params.processors_per_evaluation=2;
    5353else
    54         md.qmu.params.analysis_driver='steadystate';
     54        md.qmu.params.analysis_driver='stressbalance';
    5555        md.qmu.params.evaluation_concurrency=1;
    5656end
  • issm/trunk-jpl/test/NightlyRun/test445.py

    r23793 r23865  
    6666    md.qmu.params.processors_per_evaluation = 2
    6767else:
    68     md.qmu.params.analysis_driver = 'steadystate'
     68    md.qmu.params.analysis_driver = 'stressbalance'
    6969    md.qmu.params.evaluation_concurrency = 1
    7070
Note: See TracChangeset for help on using the changeset viewer.