- Timestamp:
- 05/18/09 16:20:36 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/IceSheetIceFrontM3d_8/runme.m
r467 r482 1 function runme(varargin) 1 2 % This file can be run to check that the current version of issm is giving 2 3 % coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry … … 10 11 % free to tweak the tolerance variable. 11 12 12 %packages and solutions to be tested 13 packages={'macayeal','ice','cielo_serial'}; 13 %packages and analysis_types to be tested 14 if nargin==1, 15 packages=varargin{1}; 16 else 17 packages={'macayeal','ice','cielo_serial'}; 18 end 14 19 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'}; 15 20
Note:
See TracChangeset
for help on using the changeset viewer.