Changeset 13680


Ignore:
Timestamp:
10/15/12 15:17:17 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: some wrong exponents

Location:
issm/trunk-jpl/test/NightlyRun
Files:
4 edited

Legend:

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

    r13671 r13680  
    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,4,1.1);
    55md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk-jpl/test/NightlyRun/test508.py

    r13672 r13680  
    1111md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp')
    1212md=parameterize(md,'../Par/Pig.py')
    13 md.extrude(4,1.1.)
     13md.extrude(4,1.1)
    1414md=setflowequation(md,'macayeal','all')
    1515md.cluster=generic('name',oshostname(),'np',3)
  • issm/trunk-jpl/test/NightlyRun/test605.m

    r13671 r13680  
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=extrude(md,5,1.5.);
     4md=extrude(md,5,1.5);
    55md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk-jpl/test/NightlyRun/test605.py

    r13672 r13680  
    1212md=setmask(md,'../Exp/79NorthShelf.exp','')
    1313md=parameterize(md,'../Par/79North.py')
    14 md.extrude(5,1.5.)
     14md.extrude(5,1.5)
    1515md=setflowequation(md,'pattyn','all')
    1616md.cluster=generic('name',oshostname(),'np',3)
Note: See TracChangeset for help on using the changeset viewer.