Changeset 18083


Ignore:
Timestamp:
06/02/14 09:57:22 (11 years ago)
Author:
seroussi
Message:

CHG: fixed nightly run that was failing

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

Legend:

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

    r18068 r18083  
    1 md=triangle(model(),'../Exp/Pig.exp',30000.);
     1md=triangle(model(),'../Exp/Pig.exp',35000.);
    22md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
    4 md=extrude(md,4,1.1);
     4md=extrude(md,3,1.1);
    55md=setflowequation(md,'SSA','all');
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk-jpl/test/NightlyRun/test508.py

    r18068 r18083  
    88from MatlabFuncs import *
    99
    10 md=triangle(model(),'../Exp/Pig.exp',30000.)
     10md=triangle(model(),'../Exp/Pig.exp',35000.)
    1111md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp')
    1212md=parameterize(md,'../Par/Pig.py')
    13 md.extrude(4,1.1)
     13md.extrude(3,1.1)
    1414md=setflowequation(md,'SSA','all')
    1515md.cluster=generic('name',oshostname(),'np',3)
Note: See TracChangeset for help on using the changeset viewer.