Changeset 2035


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

added archive steadystate parallel test6

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

Legend:

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

    r1908 r2035  
    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                                | strcmpi(solution,'transient')),
    5757                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
  • issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m

    r1908 r2035  
    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                                | strcmpi(solution,'transient')),
    5151                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
Note: See TracChangeset for help on using the changeset viewer.