Changeset 830
- Timestamp:
- 06/05/09 17:47:54 (15 years ago)
- Location:
- issm/trunk/test/Verification
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m
r777 r830 30 30 31 31 %check solution requested 32 if (( strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...32 if ((~strcmpi(package,'ice') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))... 33 33 | strcmpi(package,'macayeal')... 34 34 | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m
r777 r830 30 30 31 31 %check solution requested 32 if (( strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...32 if ((~strcmpi(package,'ice') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))... 33 33 | strcmpi(package,'macayeal')... 34 34 | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/runme.m
r777 r830 30 30 31 31 %check solution requested 32 if (( strcmpi(package,'cielo_parallel') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))...32 if ((~strcmpi(package,'ice') & (strcmpi(solution,'thermaltransient') | strcmpi(solution,'diagnostic')))... 33 33 | (~strcmpi(package,'ice') & strcmpi(solution,'diagnostic'))... 34 34 | strcmpi(package,'macayeal')...
Note:
See TracChangeset
for help on using the changeset viewer.