Changeset 1892


Ignore:
Timestamp:
08/25/09 15:13:42 (16 years ago)
Author:
seroussi
Message:

added steadystate Stokes in test 6

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

Legend:

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

    r1161 r1892  
    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                                | strcmpi(solution,'transient')),
    5757                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
  • issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m

    r1161 r1892  
    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                                | strcmpi(solution,'transient')),
    5151                        disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
Note: See TracChangeset for help on using the changeset viewer.