Changeset 754


Ignore:
Timestamp:
06/04/09 08:35:05 (15 years ago)
Author:
seroussi
Message:

added transient in test12

Location:
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12
Files:
1 added
2 edited

Legend:

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

    r745 r754  
    1717        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    1818end
    19 solutions={'diagnostic','prognostic'};
     19solutions={'diagnostic','prognostic','transient'};
    2020
    2121%Initialize log message for nightly runs.
     
    3131
    3232                %check solution requested
    33                 if (strcmpi(solution,'transient') | strcmpi(package,'macayeal')),
     33                if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))...
     34                        | strcmpi(package,'macayeal')),
    3435                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3536                        continue
  • issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/updatearchive.m

    r709 r754  
    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.