Changeset 645


Ignore:
Timestamp:
05/29/09 15:58:59 (16 years ago)
Author:
seroussi
Message:

added diagnostic cielo_serial test15

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

Legend:

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

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

    r520 r645  
    2424
    2525                %check solution requested
    26                 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')),
     26                if (strcmpi(package,'macayeal') | strcmpi(solution,'transient') | (strcmpi(package,'cielo_serial') & ~strcmpi(solution,'diagnostic'))),
    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.