Changeset 996


Ignore:
Timestamp:
06/13/09 20:52:46 (16 years ago)
Author:
Mathieu Morlighem
Message:

a specific solution can be requested in runmes and updatearchives as second argument

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

Legend:

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

    r924 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'macayeal','ice','cielo_serial'};
    3142end
    32 solutions={'diagnostic','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetIceFrontM2d_7/updatearchive.m

    r924 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetIceFrontM3d_8/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetIceFrontM3d_8/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/runme.m

    r977 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'macayeal','ice','cielo_serial'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetIceFrontMP3d_9/updatearchive.m

    r977 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetIceFrontP3d_10/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetIceFrontP3d_10/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetIceFrontS3d_11/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetIceFrontS3d_11/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/runme.m

    r919 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/updatearchive.m

    r919 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetNoIceFrontH3d_13/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/runme.m

    r921 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetNoIceFrontHM2d_14/updatearchive.m

    r921 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'macayeal','ice','cielo_serial'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetNoIceFrontHM3d_15/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m

    r923 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'macayeal','ice','cielo_serial'};
    3142end
    32 solutions={'diagnostic','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/updatearchive.m

    r923 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetNoIceFrontM3d_17/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetNoIceFrontP3d_18/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceSheetNoIceFrontS3d_19/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m

    r916 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'macayeal','ice','cielo_serial'};
    3142end
    32 solutions={'diagnostic','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m

    r916 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'macayeal','ice','cielo_serial'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceShelfIceFrontMP3d_3/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'macayeal','ice','cielo_serial'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceShelfIceFrontMPS3d_4/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceShelfIceFrontP3d_5/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceShelfIceFrontP3d_5/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
     
    2424% free to tweak the tolerance variable.
    2525
     26%check arguments
     27if (nargin>2 | nargout>1)
     28        help runme
     29        error('runme error message: bad usage');
     30end
     31
    2632%packages and analysis_types to be tested
    27 if nargin==1,
     33if nargin==2,
     34        solutions=varargin{2};
     35else
     36        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     37end
     38if nargin,
    2839        packages=varargin{1};
    2940else
    3041        packages={'ice','cielo_serial','cielo_parallel'};
    3142end
    32 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    3343
    3444%Initialize log message for nightly runs.
  • issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
     
    2020% Just commit the result if you want to.
    2121
     22%check arguments
     23if (nargin>2 | nargout>1)
     24        help updatearchive
     25        error('updatearchive error message: bad usage');
     26end
     27
    2228%packages and analysis_types to be tested
    23 if nargin==1,
     29if nargin==2,
     30        solutions=varargin{2};
     31else
     32        solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
     33end
     34if nargin,
    2435        packages=varargin{1};
    2536else
    2637        packages={'macayeal','ice','cielo_serial','cielo_parallel'};
    2738end
    28 solutions={'diagnostic','thermalsteady','thermaltransient','prognostic','transient'};
    2939
    3040%go through the solutions requested
  • issm/trunk/test/Verification/PigControlMethodBM2d_21/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
  • issm/trunk/test/Verification/PigControlMethodBM2d_21/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
  • issm/trunk/test/Verification/PigControlMethodDragM2d_20/runme.m

    r913 r996  
    55%      varargout=runme(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      runme;
    99%      runme({'ice'});
    10 %      runme({'ice','cielo_serial'});
     10%      runme({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=runme({'cielo_parallel'});
    1212%
  • issm/trunk/test/Verification/PigControlMethodDragM2d_20/updatearchive.m

    r913 r996  
    55%      varargout=updatearchive(varargin);
    66%
    7 %   Example:
     7%   Examples:
    88%      updatearchive;
    99%      updatearchive({'ice'});
    10 %      updatearchive({'ice','cielo_serial'});
     10%      updatearchive({'ice','cielo_serial'},{'diagnostic'});
    1111%      md=updatearchive({'cielo_parallel'});
    1212%
Note: See TracChangeset for help on using the changeset viewer.