Changeset 1875


Ignore:
Timestamp:
08/25/09 10:51:07 (16 years ago)
Author:
Mathieu Morlighem
Message:

Added steadystate test for cielo_serial

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

Legend:

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

    r1153 r1875  
    3434        solutions=varargin{2};
    3535else
    36         solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient','steadystate'};
    3737end
    3838if nargin,
     
    5353
    5454                %check solution requested
    55                 if strcmpi(package,'macayeal');
     55                if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial'));
    5656                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5757                        continue
  • issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m

    r1153 r1875  
    3030        solutions=varargin{2};
    3131else
    32         solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient','steadystate'};
    3333end
    3434if nargin,
     
    4747
    4848                %check solution requested
    49                 if strcmpi(package,'macayeal');
     49                if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial'));
    5050                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
    5151                        continue
Note: See TracChangeset for help on using the changeset viewer.