Changeset 9692


Ignore:
Timestamp:
09/08/11 14:44:12 (14 years ago)
Author:
seroussi
Message:

minor

Location:
issm/trunk/test/NightlyRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test241.m

    r9664 r9692  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,2,1);
    5 md.viscosity_overshoot=0.0;
     5md.diagnostic.viscosity_overshoot=0.0;
    66md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal');
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test242.m

    r9664 r9692  
    55md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md.viscosity_overshoot=0;
     7md.diagnostic.viscosity_overshoot=0;
    88md=solve(md,DiagnosticSolutionEnum);
    99
Note: See TracChangeset for help on using the changeset viewer.