Changeset 724


Ignore:
Timestamp:
06/02/09 14:44:27 (15 years ago)
Author:
seroussi
Message:

updated test3

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

Legend:

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

    r707 r724  
    3131
    3232                %check solution requested
    33                 if (~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...
     33                if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...
    3434                                | strcmpi(package,'macayeal')...
    3535                                | strcmpi(solution,'transient')),
  • issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m

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