Changeset 13673


Ignore:
Timestamp:
10/15/12 14:01:27 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: changing exponents

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

Legend:

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

    r13671 r13673  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=setflowequation(md,'macayeal','all');
    5 md=extrude(md,5,0.5.);
     5md=extrude(md,5,0.5);
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,PrognosticSolutionEnum());
  • issm/trunk-jpl/test/NightlyRun/test311.py

    r13672 r13673  
    1212md=parameterize(md,'../Par/SquareSheetConstrained.py')
    1313md=setflowequation(md,'macayeal','all')
    14 md.extrude(5,0.5.)
     14md.extrude(5,0.5)
    1515md.cluster=generic('name',oshostname(),'np',3)
    1616md=solve(md,PrognosticSolutionEnum())
  • issm/trunk-jpl/test/NightlyRun/test315.m

    r13671 r13673  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=extrude(md,5,1.2.);
     4md=extrude(md,5,1.2);
    55md=setflowequation(md,'hutter','all');
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk-jpl/test/NightlyRun/test315.py

    r13672 r13673  
    1111md=setmask(md,'','')
    1212md=parameterize(md,'../Par/SquareSheetConstrained.py')
    13 md.extrude(5,1.2.)
     13md.extrude(5,1.)
    1414md=setflowequation(md,'hutter','all')
    1515md.cluster=generic('name',oshostname(),'np',3)
  • issm/trunk-jpl/test/NightlyRun/test324.m

    r13671 r13673  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=extrude(md,5,1.2.);
     4md=extrude(md,5,1.2);
    55md=setflowequation(md,'hutter','all');
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk-jpl/test/NightlyRun/test324.py

    r13672 r13673  
    1212md=setmask(md,'','')
    1313md=parameterize(md,'../Par/SquareSheetConstrained.py')
    14 md.extrude(5,1.2.)
     14md.extrude(5,1.)
    1515md=setflowequation(md,'hutter','all')
    1616md.cluster=generic('name',oshostname(),'np',3)
  • issm/trunk-jpl/test/NightlyRun/test502.m

    r13671 r13673  
    22md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
    4 md=extrude(md,3,0.9.);
     4md=extrude(md,3,0.9);
    55md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk-jpl/test/NightlyRun/test502.py

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

    r13671 r13673  
    22md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
    4 md=extrude(md,3,0.9.);
     4md=extrude(md,3,0.9);
    55md=setflowequation(md,'stokes','all');
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk-jpl/test/NightlyRun/test505.py

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

    r13672 r13673  
    1111md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp')
    1212md=parameterize(md,'../Par/Pig.py')
    13 md.extrude(2,1..)
     13md.extrude(2,1.)
    1414md=setflowequation(md,'pattyn','all')
    1515md.cluster=generic('name',oshostname(),'np',3)
  • issm/trunk-jpl/test/NightlyRun/test507.py

    r13672 r13673  
    1111md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp')
    1212md=parameterize(md,'../Par/Pig.py')
    13 md.extrude(2,1..)
     13md.extrude(2,1.)
    1414md=setflowequation(md,'stokes','all')
    1515md.cluster=generic('name',oshostname(),'np',3)
  • issm/trunk-jpl/test/NightlyRun/test509.py

    r13672 r13673  
    1111md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp')
    1212md=parameterize(md,'../Par/Pig.py')
    13 md.extrude(3,1..)
     13md.extrude(3,1.)
    1414md=setflowequation(md,'pattyn','all')
    1515md.cluster=generic('name',oshostname(),'np',3)
  • issm/trunk-jpl/test/NightlyRun/test510.py

    r13672 r13673  
    1111md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp')
    1212md=parameterize(md,'../Par/Pig.py')
    13 md.extrude(2,1..)
     13md.extrude(2,1.)
    1414md=setflowequation(md,'stokes','all')
    1515md.cluster=generic('name',oshostname(),'np',3)
  • issm/trunk-jpl/test/NightlyRun/test512.py

    r13672 r13673  
    1212md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp')
    1313md=parameterize(md,'../Par/Pig.py')
    14 md.extrude(3,1..)
     14md.extrude(3,1.)
    1515md=setflowequation(md,'pattyn','all')
    1616
  • issm/trunk-jpl/test/NightlyRun/test603.py

    r13672 r13673  
    1212md=setmask(md,'../Exp/79NorthShelf.exp','')
    1313md=parameterize(md,'../Par/79North.py')
    14 md.extrude(6,1..)
     14md.extrude(6,1.)
    1515md=setflowequation(md,'macayeal','all')
    1616md.cluster=generic('name',oshostname(),'np',3)
  • issm/trunk-jpl/test/NightlyRun/test607.py

    r13672 r13673  
    1212md=setmask(md,'../Exp/79NorthShelf.exp','')
    1313md=parameterize(md,'../Par/79North.py')
    14 md.extrude(2,1..)
     14md.extrude(2,1.)
    1515md=setflowequation(md,'macayeal','all')
    1616md.cluster=generic('name',oshostname(),'np',3)
  • issm/trunk-jpl/test/NightlyRun/test610.py

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