Changeset 1859


Ignore:
Timestamp:
08/25/09 09:55:01 (16 years ago)
Author:
seroussi
Message:

added steadystate in test 5

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

Legend:

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

    r1162 r1859  
    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/IceShelfIceFrontP3d_5/updatearchive.m

    r1162 r1859  
    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
     
    6767                [md packagefinal]=testsgetpackage(md,package);
    6868                if ~testschecksolution(md.type,solution), continue; end
     69        package
     70        solution
    6971                md=solve(md,'analysis_type',analysis_type,'sub_analysis_type',sub_analysis_type,'package',packagefinal);
    7072
Note: See TracChangeset for help on using the changeset viewer.