Changeset 489


Ignore:
Timestamp:
05/19/09 14:13:59 (16 years ago)
Author:
Mathieu Morlighem
Message:

added check if macayeal package is requested

Location:
issm/trunk/test/Verification
Files:
18 edited

Legend:

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

    r487 r489  
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     33                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
  • issm/trunk/test/Verification/IceSheetIceFrontM3d_8/updatearchive.m

    r487 r489  
    2424
    2525                %check solution requested
    26                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     26                if (~(strcmpi(package,'ice') | 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
  • issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m

    r487 r489  
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     33                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
  • issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m

    r487 r489  
    2323                solution=solutions{j};
    2424
    25                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     25                %check solution requested
     26                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     27                                | strcmpi(package,'macayeal')...
     28                                | strcmpi(solution,'transient')),
    2629                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    2730                        continue
  • issm/trunk/test/Verification/IceSheetIceFrontP3d_10/runme.m

    r487 r489  
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     33                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
  • issm/trunk/test/Verification/IceSheetIceFrontP3d_10/updatearchive.m

    r487 r489  
    2424
    2525                %check solution requested
    26                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     26                if (~(strcmpi(package,'ice') | 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
  • issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m

    r487 r489  
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     33                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
  • issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/updatearchive.m

    r487 r489  
    2424
    2525                %check solution requested
    26                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     26                if (~(strcmpi(package,'ice') | 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
  • issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/runme.m

    r487 r489  
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     33                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
  • issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/updatearchive.m

    r487 r489  
    2424
    2525                %check solution requested
    26                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     26                if (~(strcmpi(package,'ice') | 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
  • issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/runme.m

    r487 r489  
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     33                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
  • issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/updatearchive.m

    r487 r489  
    2424
    2525                %check solution requested
    26                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     26                if (~(strcmpi(package,'ice') | 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
  • issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m

    r487 r489  
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     33                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
  • issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m

    r487 r489  
    2424
    2525                %check solution requested
    26                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     26                if (~(strcmpi(package,'ice') | 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
  • issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m

    r487 r489  
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     33                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
  • issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m

    r487 r489  
    2424
    2525                %check solution requested
    26                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     26                if (~(strcmpi(package,'ice') | 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
  • issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m

    r487 r489  
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     33                if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
  • issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m

    r487 r489  
    2424
    2525                %check solution requested
    26                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic')) | strcmpi(solution,'transient')),
     26                if (~(strcmpi(package,'ice') | 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.