Changeset 754
- Timestamp:
- 06/04/09 08:35:05 (15 years ago)
- Location:
- issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/runme.m
r745 r754 17 17 packages={'macayeal','ice','cielo_serial','cielo_parallel'}; 18 18 end 19 solutions={'diagnostic','prognostic' };19 solutions={'diagnostic','prognostic','transient'}; 20 20 21 21 %Initialize log message for nightly runs. … … 31 31 32 32 %check solution requested 33 if (strcmpi(solution,'transient') | strcmpi(package,'macayeal')), 33 if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))... 34 | strcmpi(package,'macayeal')), 34 35 disp(sprintf(['\nsolution: ' solution ', with package: ' package ', in test: ' testname ', not supported yet.\n'])); 35 36 continue -
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/updatearchive.m
r709 r754 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.