Changeset 1875
- Timestamp:
- 08/25/09 10:51:07 (16 years ago)
- 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 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/IceShelfIceFrontM3d_2/updatearchive.m
r1153 r1875 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 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 51 51 continue
Note:
See TracChangeset
for help on using the changeset viewer.