Ignore:
Timestamp:
02/03/16 15:51:54 (9 years ago)
Author:
Eric.Larour
Message:

CHG: renamed the gia tests to slr.

File:
1 edited

Legend:

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

    r19595 r20072  
    1919%                      'mesh'   : validation of mesh tests
    2020%                      'adolc'   : validation of adolc tests
    21 %                      'gia'   : validation of gia tests
     21%                      'slr'   : validation of slr tests
    2222%                      'qmu'   : validation of dakota tests
    2323%                      ...
     
    4949%GET benchmark {{{
    5050benchmark=getfieldvalue(options,'benchmark','nightly');
    51 if ~ismember(benchmark,{'all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing','adolc','gia','qmu'})
     51if ~ismember(benchmark,{'all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing','adolc','slr','qmu'})
    5252        disp('runme warning: benchmark not supported, defaulting to test ''nightly''')
    5353        benchmark='nightly';
     
    117117elseif strcmpi(benchmark,'referential'),
    118118        test_ids=intersect(test_ids,[1601:1602]);
    119 elseif strcmpi(benchmark,'gia'),
     119elseif strcmpi(benchmark,'slr'),
    120120        test_ids=intersect(test_ids,[2001:2100]);
    121121elseif strcmpi(benchmark,'adolc'),
Note: See TracChangeset for help on using the changeset viewer.