Changeset 2034


Ignore:
Timestamp:
08/27/09 17:16:05 (16 years ago)
Author:
seroussi
Message:

added archive steadystate parallel test5

Location:
issm/trunk/test/Verification/IceShelfIceFrontP3d_5
Files:
2 edited

Legend:

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

    r1908 r2034  
    5353
    5454                %check solution requested
    55                 if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial'));
     55                if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & strcmpi(package,'ice'));
    5656                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5757                        continue
  • issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m

    r1908 r2034  
    4747
    4848                %check solution requested
    49                 if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial'));
     49                if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & strcmpi(package,'ice'));
    5050                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5151                        continue
Note: See TracChangeset for help on using the changeset viewer.