Changeset 2030


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

added archive for steady state parallel test2

Location:
issm/trunk/test/Verification/IceShelfIceFrontM3d_2
Files:
1 added
2 edited

Legend:

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

    r1908 r2030  
    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/IceShelfIceFrontM3d_2/updatearchive.m

    r1908 r2030  
    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.