Changeset 482


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

Now each package can be tested independentely

Location:
issm/trunk/test/Verification
Files:
42 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceSheetIceFrontM2d_7/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 2d 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','prognostic'};
    1520
  • issm/trunk/test/Verification/IceSheetIceFrontM2d_7/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 2d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','prognostic'};
    1116
  • 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
  • issm/trunk/test/Verification/IceSheetIceFrontM3d_8/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/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
  • issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceSheetIceFrontP3d_10/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
  • issm/trunk/test/Verification/IceSheetIceFrontP3d_10/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceSheetIceFrontS3d_11/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
  • issm/trunk/test/Verification/IceSheetIceFrontS3d_11/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/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 without icefront for a 2d 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','prognostic'};
    1520
  • issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet without icefront for a 2d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','prognostic'};
    1116
  • issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/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
  • issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/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 without icefront for a 2d 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','prognostic'};
    1520
  • issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet without icefront for a 2d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','prognostic'};
    1116
  • issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/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
  • issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/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 without icefront for a 2d 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','prognostic'};
    1520
  • issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet without icefront for a 2d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','prognostic'};
    1116
  • issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/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
  • issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/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
  • issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/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
  • issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceShelfIceFrontM2d_1/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 without icefront for a 2d 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','prognostic'};
    1520
  • issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet without icefront for a 2d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','prognostic'};
    1116
  • issm/trunk/test/Verification/IceShelfIceFrontM3d_2/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
  • issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'ice','cielo_serial','cielo_parallel'};
    10 packages={'cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'ice','cielo_serial','cielo_parallel'};
     14end
    1115solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1216
  • issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/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
  • issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/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
  • issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceShelfIceFrontP3d_5/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
  • issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/IceShelfIceFrontS3d_6/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
  • issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m

    r467 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 3d model. The geometry
     
    67% Just commit the result if you want to.
    78
    8 %packages and solutions to be tested
    9 packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     9%packages and analysis_types to be tested
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
     14end
    1015solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    1116
  • issm/trunk/test/Verification/PigControlMethodBM2d_21/runme.m

    r479 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 Pine Island Glacierfor a 2d model.
     
    1112
    1213%packages and misfits to be tested
    13 packages={'macayeal','cielo_parallel','cielo_serial'};
     14if nargin==1,
     15        packages=varargin{1};
     16else
     17        packages={'macayeal','cielo_parallel','cielo_serial'};
     18end
    1419misfits={'absolute','relative','logarithmic'};
    1520
  • issm/trunk/test/Verification/PigControlMethodBM2d_21/updatearchive.m

    r479 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 2d model. The geometry
     
    78
    89%packages and misfits to be tested
    9 packages={'macayeal','cielo_parallel','cielo_serial'};
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'macayeal','cielo_parallel','cielo_serial'};
     14end
    1015misfits={'absolute','relative','logarithmic'};
    1116
  • issm/trunk/test/Verification/PigControlMethodDragM2d_20/runme.m

    r478 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 Pine Island Glacierfor a 2d model.
     
    1112
    1213%packages and misfits to be tested
    13 packages={'cielo_serial','cielo_parallel'};
     14if nargin==1,
     15        packages=varargin{1};
     16else
     17        packages={'cielo_serial','cielo_parallel'};
     18end
    1419misfits={'absolute','relative','logarithmic'};
    1520
  • issm/trunk/test/Verification/PigControlMethodDragM2d_20/updatearchive.m

    r478 r482  
     1function updatearchive(varargin)
    12% This file can be run to update the velocity archives  of the test1.
    23% This test deals with an icesheet with icefront for a 2d model. The geometry
     
    78
    89%packages and misfits to be tested
    9 packages={'cielo_parallel','cielo_serial'};
     10if nargin==1,
     11        packages=varargin{1};
     12else
     13        packages={'cielo_parallel','cielo_serial'};
     14end
    1015misfits={'absolute','relative','logarithmic'};
    1116
Note: See TracChangeset for help on using the changeset viewer.