- Timestamp:
- 06/13/09 20:52:46 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/runme.m
r913 r996 5 5 % varargout=runme(varargin); 6 6 % 7 % Example :7 % Examples: 8 8 % runme; 9 9 % runme({'ice'}); 10 % runme({'ice','cielo_serial'} );10 % runme({'ice','cielo_serial'},{'diagnostic'}); 11 11 % md=runme({'cielo_parallel'}); 12 12 % … … 24 24 % free to tweak the tolerance variable. 25 25 26 %check arguments 27 if (nargin>2 | nargout>1) 28 help runme 29 error('runme error message: bad usage'); 30 end 31 26 32 %packages and analysis_types to be tested 27 if nargin==1, 33 if nargin==2, 34 solutions=varargin{2}; 35 else 36 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'}; 37 end 38 if nargin, 28 39 packages=varargin{1}; 29 40 else 30 41 packages={'ice','cielo_serial','cielo_parallel'}; 31 42 end 32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};33 43 34 44 %Initialize log message for nightly runs.
Note:
See TracChangeset
for help on using the changeset viewer.