Changeset 8854


Ignore:
Timestamp:
07/08/11 10:58:30 (14 years ago)
Author:
schlegel
Message:

Add tranforcing benchmark

File:
1 edited

Legend:

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

    r8150 r8854  
    4747%GET benchmark {{{1
    4848benchmark=getfieldvalue(options,'benchmark','nightly');
    49 if ~ismember(benchmark,{'all','nightly','ismip','eismint','thermal','mesh','validation'})
     49if ~ismember(benchmark,{'all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing'})
    5050        disp('runme warnig: benchmark not supported, defaulting to test ''nightly''')
    5151        benchmark='nighlty';
     
    106106elseif strcmpi(benchmark,'validation'),
    107107        test_ids=intersect(test_ids,[1001:1999]);
     108elseif strcmpi(benchmark,'tranforcing'),
     109        test_ids=intersect(test_ids,[1501:1502]);
    108110end
    109111% }}}
Note: See TracChangeset for help on using the changeset viewer.