Changeset 1859
- Timestamp:
- 08/25/09 09:55:01 (16 years ago)
- 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 34 34 solutions=varargin{2}; 35 35 else 36 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient' };36 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient','steadystate'}; 37 37 end 38 38 if nargin, … … 53 53 54 54 %check solution requested 55 if strcmpi(package,'macayeal') ;55 if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial')); 56 56 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 57 57 continue -
issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m
r1162 r1859 47 47 48 48 %check solution requested 49 if strcmpi(package,'macayeal') ;49 if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial')); 50 50 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 51 51 continue … … 67 67 [md packagefinal]=testsgetpackage(md,package); 68 68 if ~testschecksolution(md.type,solution), continue; end 69 package 70 solution 69 71 md=solve(md,'analysis_type',analysis_type,'sub_analysis_type',sub_analysis_type,'package',packagefinal); 70 72
Note:
See TracChangeset
for help on using the changeset viewer.