Changeset 658


Ignore:
Timestamp:
05/29/09 16:50:17 (16 years ago)
Author:
Mathieu Morlighem
Message:

added thermal tests on cielo_serial

Location:
issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17
Files:
3 added
2 edited

Legend:

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

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

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