Changeset 1048


Ignore:
Timestamp:
06/22/09 14:10:42 (16 years ago)
Author:
seroussi
Message:

added transient ice test3

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

Legend:

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

    r1022 r1048  
    5454                %check solution requested
    5555                if ((~strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
    56                                 | strcmpi(package,'macayeal')...
    57                                 | strcmpi(solution,'transient')),
     56                                | strcmpi(package,'macayeal'));
    5857                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5958                        continue
  • issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m

    r1022 r1048  
    4747
    4848                %check solution requested
    49                 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
    50                                 | strcmpi(package,'macayeal')...
    51                                 | strcmpi(solution,'transient')),
     49                if (~(strcmpi(package,'ice') & (strcmpi(solution,'transient') | strcmpi(solution,'diagnostic')))...
     50                                | strcmpi(package,'macayeal'));
    5251                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5352                        continue
Note: See TracChangeset for help on using the changeset viewer.