Changeset 13637
- Timestamp:
- 10/12/12 10:52:42 (12 years ago)
- 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);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'',''); 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); 4 4 md=setflowequation(md,'macayeal','all'); 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 md=solve(md,DiagnosticSolutionEnum );6 md=solve(md,DiagnosticSolutionEnum()); 7 7 8 8 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test302.m
r12803 r13637 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'',''); 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); 4 4 md=setflowequation(md,'hutter','all'); 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 md=solve(md,DiagnosticSolutionEnum );6 md=solve(md,DiagnosticSolutionEnum()); 7 7 8 8 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test303.m
r12803 r13637 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'',''); 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); 4 4 md=setflowequation(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal'); 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 md=solve(md,DiagnosticSolutionEnum );6 md=solve(md,DiagnosticSolutionEnum()); 7 7 8 8 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test304.m
r12803 r13637 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'',''); 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); … … 5 5 md=setflowequation(md,'macayeal','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test305.m
r12803 r13637 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'',''); 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); … … 5 5 md=setflowequation(md,'hutter','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test306.m
r12803 r13637 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'',''); 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); … … 5 5 md=setflowequation(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test307.m
r12811 r13637 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'',''); 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); … … 5 5 md=setflowequation(md,'pattyn','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test308.m
r12803 r13637 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'',''); 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); … … 5 5 md=setflowequation(md,'stokes','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test309.m
r12803 r13637 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'',''); 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); 4 4 md=setflowequation(md,'macayeal','all'); 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 md=solve(md,PrognosticSolutionEnum );6 md=solve(md,PrognosticSolutionEnum()); 7 7 8 8 %Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.