Changeset 13668


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

NEW: added test601 to 609

Location:
issm/trunk-jpl/test/NightlyRun
Files:
9 added
9 edited

Legend:

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

    r13664 r13668  
    1 md=triangle(model(),'../Exp/79North.exp',10000);
     1md=triangle(model(),'../Exp/79North.exp',10000.);
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
  • issm/trunk-jpl/test/NightlyRun/test602.m

    r13664 r13668  
    1 md=triangle(model(),'../Exp/79North.exp',10000);
     1md=triangle(model(),'../Exp/79North.exp',10000.);
    22md=meshconvert(md);
    33md=setmask(md,'../Exp/79NorthShelf.exp','');
  • issm/trunk-jpl/test/NightlyRun/test603.m

    r13664 r13668  
    1 md=triangle(model(),'../Exp/79North.exp',10000);
     1md=triangle(model(),'../Exp/79North.exp',10000.);
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=extrude(md,6,1);
     4md=extrude(md,6,1.);
    55md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk-jpl/test/NightlyRun/test604.m

    r13664 r13668  
    1 md=triangle(model(),'../Exp/79North.exp',10000);
     1md=triangle(model(),'../Exp/79North.exp',10000.);
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
  • issm/trunk-jpl/test/NightlyRun/test605.m

    r13664 r13668  
    1 md=triangle(model(),'../Exp/79North.exp',10000);
     1md=triangle(model(),'../Exp/79North.exp',10000.);
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
  • issm/trunk-jpl/test/NightlyRun/test606.m

    r13664 r13668  
    1 md=triangle(model(),'../Exp/79North.exp',10000);
     1md=triangle(model(),'../Exp/79North.exp',10000.);
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
  • issm/trunk-jpl/test/NightlyRun/test607.m

    r13664 r13668  
    1 md=triangle(model(),'../Exp/79North.exp',10000);
     1md=triangle(model(),'../Exp/79North.exp',10000.);
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=extrude(md,2,1);
     4md=extrude(md,2,1.);
    55md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk-jpl/test/NightlyRun/test608.m

    r13664 r13668  
    1 md=triangle(model(),'../Exp/79North.exp',10000);
     1md=triangle(model(),'../Exp/79North.exp',10000.);
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
  • issm/trunk-jpl/test/NightlyRun/test609.m

    r13664 r13668  
    1 md=triangle(model(),'../Exp/79North.exp',10000);
     1md=triangle(model(),'../Exp/79North.exp',10000.);
    22md=meshconvert(md);
    33md=setmask(md,'../Exp/79NorthShelf.exp','');
Note: See TracChangeset for help on using the changeset viewer.