Changeset 577


Ignore:
Timestamp:
05/21/09 14:50:31 (16 years ago)
Author:
seroussi
Message:

added cielo serial test6

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

Legend:

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

    r520 r577  
    3131
    3232                %check solution requested
    33                 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')),
     33                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
  • issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m

    r520 r577  
    2424
    2525                %check solution requested
    26                 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')),
     26                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     27                                | strcmpi(package,'macayeal')...
     28                                | strcmpi(solution,'transient')),
    2729                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    2830                        continue
Note: See TracChangeset for help on using the changeset viewer.