Changeset 297


Ignore:
Timestamp:
05/07/09 09:09:32 (16 years ago)
Author:
seroussi
Message:

added cielo serial archive fortest 18

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

Legend:

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

    r259 r297  
    3434                end
    3535                %check solution requested
    36                 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')),
     36                if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),
    3737                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3838                        continue
  • issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/updatearchive.m

    r242 r297  
    2727                end
    2828                %check solution requested
    29                 if (~strcmpi(package,'ice') | strcmpi(solution,'transient')),
     29                if (~(strcmpi(package,'ice') | (strcmpi(package,'cielo_serial') & strcmpi(solution,'diagnostic'))) | strcmpi(solution,'transient')),
    3030                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    3131                        continue
Note: See TracChangeset for help on using the changeset viewer.