Changeset 729


Ignore:
Timestamp:
06/02/09 15:23:28 (15 years ago)
Author:
seroussi
Message:

updated test13

Location:
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13
Files:
5 added
2 edited

Legend:

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

    r707 r729  
    1515        packages=varargin{1};
    1616else
    17         packages={'macayeal','ice','cielo_serial'};
     17        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    1818end
    1919solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     33                if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'diagnostic') | strcmpi(solution,'thermaltransient')))...
    3434                                | strcmpi(package,'macayeal')...
    3535                                | strcmpi(solution,'transient')),
  • issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/updatearchive.m

    r709 r729  
    2424
    2525                %check solution requested
    26                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     26                if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'diagnostic') | strcmpi(solution,'thermaltransient')))...
    2727                                | strcmpi(package,'macayeal')...
    2828                                | strcmpi(solution,'transient')),
Note: See TracChangeset for help on using the changeset viewer.