Changeset 20182


Ignore:
Timestamp:
02/16/16 16:24:43 (9 years ago)
Author:
Eric.Larour
Message:

CHG: new slr test based on 424 Agressive grounding line dynamics module, where sea level
keeps rising.

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

Legend:

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

    r20072 r20182  
    118118        test_ids=intersect(test_ids,[1601:1602]);
    119119elseif strcmpi(benchmark,'slr'),
    120         test_ids=intersect(test_ids,[2001:2100]);
     120        test_ids=intersect(test_ids,[2001:2500]);
    121121elseif strcmpi(benchmark,'adolc'),
    122122        test_ids=intersect(test_ids,[3001:3200]);
  • issm/trunk-jpl/test/NightlyRun/runme.py

    r20072 r20182  
    117117                test_ids=test_ids.intersection(set(range(1601,1603)))
    118118        elif strcmpi(benchmark,'slr'):
    119                 test_ids=test_ids.intersection(set(range(2001,2100)))
     119                test_ids=test_ids.intersection(set(range(2001,2500)))
    120120        elif strcmpi(benchmark,'adolc'):
    121121                test_ids=test_ids.intersection(set(range(3001,3200)))
Note: See TracChangeset for help on using the changeset viewer.