Changeset 729
- Timestamp:
- 06/02/09 15:23:28 (15 years ago)
- Location:
- issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m
r707 r729 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','thermalsteady','thermaltransient','prognostic','transient'}; … … 31 31 32 32 %check solution requested 33 if ( ~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...33 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'diagnostic') | strcmpi(solution,'thermaltransient')))... 34 34 | strcmpi(package,'macayeal')... 35 35 | strcmpi(solution,'transient')), -
issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/updatearchive.m
r709 r729 24 24 25 25 %check solution requested 26 if ( ~(strcmpi(package,'ice') | strcmpi(solution,'diagnostic'))...26 if ((strcmpi(package,'cielo_parallel') & (strcmpi(solution,'diagnostic') | strcmpi(solution,'thermaltransient')))... 27 27 | strcmpi(package,'macayeal')... 28 28 | strcmpi(solution,'transient')),
Note:
See TracChangeset
for help on using the changeset viewer.