Changeset 13637


Ignore:
Timestamp:
10/12/12 10:52:42 (12 years ago)
Author:
jschierm
Message:

NEW: Working test301.py through test309.py (along with cosmetic matlab changes).

Location:
issm/trunk-jpl/test/NightlyRun
Files:
9 added
9 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test301.m

    r12803 r13637  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md=solve(md,DiagnosticSolutionEnum);
     6md=solve(md,DiagnosticSolutionEnum());
    77
    88%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test302.m

    r12803 r13637  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=setflowequation(md,'hutter','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md=solve(md,DiagnosticSolutionEnum);
     6md=solve(md,DiagnosticSolutionEnum());
    77
    88%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test303.m

    r12803 r13637  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=setflowequation(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md=solve(md,DiagnosticSolutionEnum);
     6md=solve(md,DiagnosticSolutionEnum());
    77
    88%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test304.m

    r12803 r13637  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
     
    55md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test305.m

    r12803 r13637  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
     
    55md=setflowequation(md,'hutter','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test306.m

    r12803 r13637  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
     
    55md=setflowequation(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test307.m

    r12811 r13637  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
     
    55md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test308.m

    r12803 r13637  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
     
    55md=setflowequation(md,'stokes','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test309.m

    r12803 r13637  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md=solve(md,PrognosticSolutionEnum);
     6md=solve(md,PrognosticSolutionEnum());
    77
    88%Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.