Changeset 1892
- Timestamp:
- 08/25/09 15:13:42 (16 years ago)
- 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 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 | strcmpi(solution,'transient')), 57 57 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); -
issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m
r1161 r1892 30 30 solutions=varargin{2}; 31 31 else 32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient' };32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient','steadystate'}; 33 33 end 34 34 if nargin, … … 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 | strcmpi(solution,'transient')), 51 51 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n']));
Note:
See TracChangeset
for help on using the changeset viewer.