Ignore:
Timestamp:
05/07/09 08:56:08 (16 years ago)
Author:
seroussi
Message:

added cielo serial archives for test 10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceSheetIceFrontP3d_10/runme.m

    r259 r295  
    3434                end
    3535                %check solution requested
    36                 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')),
     36                if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),
    3737                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3838                        continue
Note: See TracChangeset for help on using the changeset viewer.