Ignore:
Timestamp:
06/04/09 09:26:45 (16 years ago)
Author:
seroussi
Message:

added transient ice in test14

File:
1 edited

Legend:

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

    r749 r756  
    1313        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    1414end
    15 solutions={'diagnostic','prognostic'};
     15solutions={'diagnostic','prognostic','transient'};
    1616
    1717%go through the solutions requested
     
    2424
    2525                %check solution requested
    26                 if (strcmpi(solution,'transient') | strcmpi(package,'macayeal')),
     26                if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))...
     27                        | strcmpi(package,'macayeal')),
    2728                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    2829                        continue
Note: See TracChangeset for help on using the changeset viewer.