source: issm/oecreview/Archive/15392-16133/ISSM-15551-15552.diff@ 16134

Last change on this file since 16134 was 16134, checked in by Mathieu Morlighem, 12 years ago

Added Archive/15392-16133

File size: 4.1 KB
  • ../trunk-jpl/test/Par/Pig.par

     
    4646
    4747%Boundary conditions:
    4848md=SetMarineIceSheetBC(md);
     49md.diagnostic.icefront(:,end)=1;
    4950
    5051%Change name so that no test have the same name
    5152A=dbstack;
  • ../trunk-jpl/test/NightlyRun/test201.m

     
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=setflowequation(md,'macayeal','all');
    5 md.cluster=generic('name',oshostname(),'np',3);
     5md.cluster=generic('name',oshostname(),'np',1);
     6md.verbose=verbose('all');
    67md=solve(md,DiagnosticSolutionEnum());
    78
    89%Fields and tolerances to track changes
  • ../trunk-jpl/test/NightlyRun/test104.m

     
    1 md=triangle(model(),'../Exp/Square.exp',180000.);
     1md=triangle(model(),'../Exp/Square.exp',250000.);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,2.);
    55md=setflowequation(md,'stokes','all');
    6 md.cluster=generic('name',oshostname(),'np',3);
     6md.cluster=generic('name',oshostname(),'np',1);
     7md.verbose=verbose('all');
     8md.flowequation.fe_stokes=1;
     9%md.diagnostic.stokesreconditioning=1;
     10md.diagnostic.maxiter=10;
    711md=solve(md,DiagnosticSolutionEnum());
    812
    913%Fields and tolerances to track changes
  • ../trunk-jpl/test/NightlyRun/test204.m

     
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,2.);
    55md=setflowequation(md,'stokes','all');
    6 md.cluster=generic('name',oshostname(),'np',3);
     6md.cluster=generic('name',oshostname(),'np',1);
     7md.verbose=verbose('convergence',true);
    78md=solve(md,DiagnosticSolutionEnum());
    89
    910%Fields and tolerances to track changes
Note: See TracBrowser for help on using the repository browser.