Ignore:
Timestamp:
05/18/09 16:20:36 (16 years ago)
Author:
Mathieu Morlighem
Message:

Now each package can be tested independentely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceSheetIceFrontM3d_8/runme.m

    r467 r482  
     1function runme(varargin)
    12% This file can be run to check that the current version of issm is giving
    23% coherent results. This test deals with an icesheet with icefront for a 3d model. The geometry
     
    1011% free to tweak the tolerance variable.
    1112
    12 %packages and solutions to be tested
    13 packages={'macayeal','ice','cielo_serial'};
     13%packages and analysis_types to be tested
     14if nargin==1,
     15        packages=varargin{1};
     16else
     17        packages={'macayeal','ice','cielo_serial'};
     18end
    1419solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1520
Note: See TracChangeset for help on using the changeset viewer.