Changeset 15552


Ignore:
Timestamp:
07/23/13 09:19:16 (12 years ago)
Author:
seroussi
Message:

CHG: changes Pig archives for new ice front

Location:
issm/trunk-jpl/test
Files:
13 edited

Legend:

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

    r13671 r15552  
    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
  • issm/trunk-jpl/test/NightlyRun/test201.m

    r13670 r15552  
    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
  • issm/trunk-jpl/test/NightlyRun/test204.m

    r13671 r15552  
    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
  • issm/trunk-jpl/test/Par/Pig.par

    r13234 r15552  
    4747%Boundary conditions:
    4848md=SetMarineIceSheetBC(md);
     49md.diagnostic.icefront(:,end)=1;
    4950
    5051%Change name so that no test have the same name
Note: See TracChangeset for help on using the changeset viewer.