Changeset 625
- Timestamp:
- 05/28/09 08:54:49 (15 years ago)
- Location:
- issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m
r520 r625 15 15 packages=varargin{1}; 16 16 else 17 packages={'macayeal','ice','cielo_serial' };17 packages={'macayeal','ice','cielo_serial','cielo_parallel'}; 18 18 end 19 19 solutions={'diagnostic','prognostic'}; … … 31 31 32 32 %check solution requested 33 if (~strcmpi(package,'ice') ),33 if (~strcmpi(package,'ice') & ~strcmpi(solution,'prognostic')), 34 34 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 35 35 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m
r520 r625 24 24 25 25 %check solution requested 26 if (~strcmpi(package,'ice') ),26 if (~strcmpi(package,'ice') & ~strcmpi(solution,'prognostic')), 27 27 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 28 28 continue
Note:
See TracChangeset
for help on using the changeset viewer.