Changeset 389


Ignore:
Timestamp:
05/13/09 11:13:53 (16 years ago)
Author:
seroussi
Message:

added hutter tests for cielo serial

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

Legend:

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

    r259 r389  
    3333                end
    3434                %check solution requested
    35                 if (~strcmpi(package,'ice')),
     35                if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) ),
    3636                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3737                        continue
  • issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/updatearchive.m

    r146 r389  
    2626                end
    2727                %check solution requested
    28                 if (~strcmpi(package,'ice')),
     28                if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) ),
    2929                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3030                        continue
  • issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m

    r310 r389  
    3434                end
    3535                %check solution requested
    36                 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')),
     36                if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),
    3737                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3838                        continue
  • issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/updatearchive.m

    r310 r389  
    2727                end
    2828                %check solution requested
    29                 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')),
     29                if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),
    3030                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3131                        continue
Note: See TracChangeset for help on using the changeset viewer.