source:
issm/oecreview/Archive/15392-16133/ISSM-15551-15552.diff@
16134
Last change on this file since 16134 was 16134, checked in by , 12 years ago | |
---|---|
File size: 4.1 KB |
-
../trunk-jpl/test/Par/Pig.par
46 46 47 47 %Boundary conditions: 48 48 md=SetMarineIceSheetBC(md); 49 md.diagnostic.icefront(:,end)=1; 49 50 50 51 %Change name so that no test have the same name 51 52 A=dbstack; -
../trunk-jpl/test/NightlyRun/test201.m
2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); 4 4 md=setflowequation(md,'macayeal','all'); 5 md.cluster=generic('name',oshostname(),'np',3); 5 md.cluster=generic('name',oshostname(),'np',1); 6 md.verbose=verbose('all'); 6 7 md=solve(md,DiagnosticSolutionEnum()); 7 8 8 9 %Fields and tolerances to track changes -
../trunk-jpl/test/NightlyRun/test104.m
1 md=triangle(model(),'../Exp/Square.exp', 180000.);1 md=triangle(model(),'../Exp/Square.exp',250000.); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); 4 4 md=extrude(md,3,2.); 5 5 md=setflowequation(md,'stokes','all'); 6 md.cluster=generic('name',oshostname(),'np',3); 6 md.cluster=generic('name',oshostname(),'np',1); 7 md.verbose=verbose('all'); 8 md.flowequation.fe_stokes=1; 9 %md.diagnostic.stokesreconditioning=1; 10 md.diagnostic.maxiter=10; 7 11 md=solve(md,DiagnosticSolutionEnum()); 8 12 9 13 %Fields and tolerances to track changes -
../trunk-jpl/test/NightlyRun/test204.m
3 3 md=parameterize(md,'../Par/SquareShelf.par'); 4 4 md=extrude(md,3,2.); 5 5 md=setflowequation(md,'stokes','all'); 6 md.cluster=generic('name',oshostname(),'np',3); 6 md.cluster=generic('name',oshostname(),'np',1); 7 md.verbose=verbose('convergence',true); 7 8 md=solve(md,DiagnosticSolutionEnum()); 8 9 9 10 %Fields and tolerances to track changes
Note:
See TracBrowser
for help on using the repository browser.