Changeset 647


Ignore:
Timestamp:
05/29/09 16:07:52 (16 years ago)
Author:
seroussi
Message:

added archives cielo_serial diagnostic test14

Location:
issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14
Files:
1 added
3 edited

Legend:

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

    r644 r647  
    3131
    3232                %check solution requested
    33                 if ((~strcmpi(package,'ice') & ~strcmpi(solution,'prognostic')) | strcmpi(package,'macayeal')),
     33                if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))| 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/IceSheetNoIceFrontHM2d_14/updatearchive.m

    r626 r647  
    2424
    2525                %check solution requested
    26                 if ((~strcmpi(package,'ice') & ~strcmpi(solution,'prognostic')) | strcmpi(package,'macayeal')),
     26                if ((strcmpi(package,'cielo_parallel') & strcmpi(solution,'diagnostic'))| 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.