Changeset 661
- Timestamp:
- 06/01/09 09:22:36 (15 years ago)
- Location:
- issm/trunk/test/Verification
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetIceFrontM2d_7/runme.m
r644 r661 31 31 32 32 %check solution requested 33 if (~strcmpi(package,'ice') & strcmpi(solution,'transient')), 33 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))... 34 | (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))), 34 35 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 35 36 continue -
issm/trunk/test/Verification/IceSheetIceFrontM2d_7/updatearchive.m
r621 r661 24 24 25 25 %check solution requested 26 if (~strcmpi(package,'ice') & strcmpi(solution,'transient')), 26 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))... 27 | (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))), 27 28 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 28 29 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m
r644 r661 31 31 32 32 %check solution requested 33 if (~strcmpi(package,'ice') & strcmpi(solution,'transient')), 33 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))... 34 | (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))), 34 35 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 35 36 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/updatearchive.m
r622 r661 24 24 25 25 %check solution requested 26 if (~strcmpi(package,'ice') & strcmpi(solution,'transient')), 26 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))... 27 | (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))), 27 28 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 28 29 continue -
issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m
r655 r661 32 32 %check solution requested 33 33 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient')) |... 34 (strcmpi(package,'macayeal') & strcmpi(solution,'prognostic'))),34 (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))), 35 35 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 36 36 continue -
issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m
r620 r661 24 24 25 25 %check solution requested 26 if (~strcmpi(package,'ice') & strcmpi(solution,'transient')), 26 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))... 27 | (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))), 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.