Changeset 730


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

updated test15

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

Legend:

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

    r707 r730  
    3131
    3232                %check solution requested
    33                 if (strcmpi(package,'macayeal') | strcmpi(solution,'transient') | (strcmpi(package,'cielo_serial') & ~strcmpi(solution,'diagnostic'))),
     33                if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'diagnostic') | strcmpi(solution,'thermaltransient')))...
     34                                | strcmpi(package,'macayeal')...
     35                                | strcmpi(solution,'transient')),
    3436                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3537                        continue
  • issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/updatearchive.m

    r709 r730  
    2424
    2525                %check solution requested
    26                 if (strcmpi(package,'macayeal') | strcmpi(solution,'transient') | (strcmpi(package,'cielo_serial') & ~strcmpi(solution,'diagnostic'))),
     26                if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'diagnostic') | strcmpi(solution,'thermaltransient')))...
     27                                | strcmpi(package,'macayeal')...
     28                                | strcmpi(solution,'transient')),
    2729                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    2830                        continue
Note: See TracChangeset for help on using the changeset viewer.