- Timestamp:
- 06/04/09 09:26:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m
r749 r756 13 13 packages={'macayeal','ice','cielo_serial','cielo_parallel'}; 14 14 end 15 solutions={'diagnostic','prognostic' };15 solutions={'diagnostic','prognostic','transient'}; 16 16 17 17 %go through the solutions requested … … 24 24 25 25 %check solution requested 26 if (strcmpi(solution,'transient') | strcmpi(package,'macayeal')), 26 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))... 27 | strcmpi(package,'macayeal')), 27 28 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 28 29 continue
Note:
See TracChangeset
for help on using the changeset viewer.