Changeset 624


Ignore:
Timestamp:
05/28/09 08:49:03 (16 years ago)
Author:
seroussi
Message:

added archives prognostic test12 for cielo serial and parallel

Location:
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12
Files:
2 added
2 edited

Legend:

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

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

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