Changeset 725


Ignore:
Timestamp:
06/02/09 14:56:12 (16 years ago)
Author:
seroussi
Message:

updated test4

Location:
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4
Files:
5 added
2 edited

Legend:

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

    r707 r725  
    3131
    3232                %check solution requested
    33                 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')),
     33                if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
     34                                | (~strcmpi(package,'ice') & strcmpi(solution,'diagnostic'))...
     35                                | strcmpi(package,'macayeal')...
     36                                | strcmpi(solution,'transient')),
    3437                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3538                        continue
  • issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/updatearchive.m

    r709 r725  
    2424
    2525                %check solution requested
    26                 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')),
     26                if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | 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.