Changeset 9664


Ignore:
Timestamp:
09/07/11 15:13:02 (14 years ago)
Author:
seroussi
Message:

change setelementstype in setflowequation

Location:
issm/trunk
Files:
275 edited
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/setflowequation.m

    r9663 r9664  
    1 function md=setelementstype(md,varargin)
     1function md=setflowequation(md,varargin)
    22%SETELEMENTSTYPE - associate a solution type to each element
    33%
     
    77%   It can either be a domain file (argus type, .exp extension), or an array of element flags.
    88%   If user wants every element outside the domain to be
    9 %   setelementstyped, add '~' to the name of the domain file (ex: '~Pattyn.exp');
     9%   setflowequationd, add '~' to the name of the domain file (ex: '~Pattyn.exp');
    1010%   an empty string '' will be considered as an empty domain
    1111%   a string 'all' will be considered as the entire domain
     
    1313%
    1414%   Usage:
    15 %      md=setelementstype(md,varargin)
     15%      md=setflowequation(md,varargin)
    1616%
    1717%   Example:
    18 %      md=setelementstype(md,'pattyn','Pattyn.exp','macayeal',md.mask.elementonfloatingice,'fill','hutter');
    19 %      md=setelementstype(md,'pattyn','Pattyn.exp',fill','hutter','coupling','tiling');
     18%      md=setflowequation(md,'pattyn','Pattyn.exp','macayeal',md.mask.elementonfloatingice,'fill','hutter');
     19%      md=setflowequation(md,'pattyn','Pattyn.exp',fill','hutter','coupling','tiling');
    2020
    2121%some checks on list of arguments
    2222if ((nargin<2) | (nargout~=1)),
    23         error('setelementstype error message');
     23        error('setflowequation error message');
    2424end
    2525
     
    4444%check that each element has at least one flag
    4545if any(hutterflag+ macayealflag+pattynflag+stokesflag==0),
    46         error('setelementstype error message: elements type not assigned, must be specified')
     46        error('setflowequation error message: elements type not assigned, must be specified')
    4747end
    4848
    4949%check that each element has only one flag
    5050if any(hutterflag+ macayealflag+pattynflag+stokesflag>1),
    51         disp('setelementstype warning message: some elements have several types, higher order type is used for them')
     51        disp('setflowequation warning message: some elements have several types, higher order type is used for them')
    5252        hutterflag(find(hutterflag & macayealflag))=0;
    5353        hutterflag(find(hutterflag & pattynflag))=0;
     
    5858if (md.dim==2),
    5959        if any(stokesflag | pattynflag)
    60                 error('setelementstype error message: stokes and pattyn elements no allowed in 2d mesh, extrude it first')
     60                error('setflowequation error message: stokes and pattyn elements no allowed in 2d mesh, extrude it first')
    6161        end
    6262end
     
    6464%Stokes can only be used alone for now:
    6565if any(stokesflag) &any(hutterflag),
    66         error('setelementstype error message: stokes cannot be used with any other model for now, put stokes everywhere')
     66        error('setflowequation error message: stokes cannot be used with any other model for now, put stokes everywhere')
    6767end
    6868
  • issm/trunk/test/Miscellaneous/Bump/runme.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'Bump.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=astrid;
    66md.cluster.np=13;
  • issm/trunk/test/Miscellaneous/GJM_test1/test1.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/Miscellaneous/connectivity/runme.m

    r9641 r9664  
    4040                if is3d,
    4141                        md=extrude(md,4,5);
    42                         md=setelementstype(md,'pattyn','all');
     42                        md=setflowequation(md,'pattyn','all');
    4343                else
    44                         md=setelementstype(md,'macayeal','all');
     44                        md=setflowequation(md,'macayeal','all');
    4545                end
    4646
  • issm/trunk/test/NightlyRun/test101.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test102.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test103.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test104.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test105.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test106.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test107.m

    r9641 r9664  
    44md=extrude(md,3,2);
    55md.cluster=none;
    6 md=setelementstype(md,'stokes','all');
     6md=setflowequation(md,'stokes','all');
    77md=solve(md,DiagnosticSolutionEnum);
    88
  • issm/trunk/test/NightlyRun/test108.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test109.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,PrognosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test110.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,PrognosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test1101.m

    r9641 r9664  
    1818        md=extrude(md,9,1);
    1919
    20         md=setelementstype(md,'pattyn','all');
     20        md=setflowequation(md,'pattyn','all');
    2121
    2222        %Create dirichlet on the bed only
  • issm/trunk/test/NightlyRun/test1102.m

    r9641 r9664  
    2525        md=parameterize(md,'../Par/ISMIPA.par');
    2626        md=extrude(md,10,1);
    27         md=setelementstype(md,'stokes','all');
     27        md=setflowequation(md,'stokes','all');
    2828
    2929        %Create dirichlet on the bed only
  • issm/trunk/test/NightlyRun/test1103.m

    r9641 r9664  
    1616        md=extrude(md,10,1);
    1717
    18         md=setelementstype(md,'pattyn','all');
     18        md=setflowequation(md,'pattyn','all');
    1919
    2020        %Create dirichlet on the bed only
  • issm/trunk/test/NightlyRun/test1104.m

    r9641 r9664  
    1515        md=extrude(md,10,1);
    1616
    17         md=setelementstype(md,'pattyn','all','stokes','all');
     17        md=setflowequation(md,'pattyn','all','stokes','all');
    1818
    1919        %Create dirichlet on the bed only
  • issm/trunk/test/NightlyRun/test1105.m

    r9641 r9664  
    1818        md=extrude(md,10,1);
    1919
    20         md=setelementstype(md,'pattyn','all');
     20        md=setflowequation(md,'pattyn','all');
    2121
    2222        %Create MPCs to have periodic boundary conditions
  • issm/trunk/test/NightlyRun/test1106.m

    r9641 r9664  
    1515        md=extrude(md,6,1);
    1616
    17         md=setelementstype(md,'pattyn','all','stokes','all');
     17        md=setflowequation(md,'pattyn','all','stokes','all');
    1818
    1919        %Create MPCs to have periodic boundary conditions
  • issm/trunk/test/NightlyRun/test1107.m

    r9641 r9664  
    1818        md=extrude(md,10,1);
    1919
    20         md=setelementstype(md,'pattyn','all');
     20        md=setflowequation(md,'pattyn','all');
    2121
    2222        %We need one grd on dirichlet: the 4 corners are set to zero
  • issm/trunk/test/NightlyRun/test1108.m

    r9641 r9664  
    1515        md=extrude(md,6,1);
    1616
    17         md=setelementstype(md,'pattyn','all','stokes','all');
     17        md=setflowequation(md,'pattyn','all','stokes','all');
    1818
    1919        %We need one grd on dirichlet: the 4 corners are set to zero
  • issm/trunk/test/NightlyRun/test1109.m

    r9641 r9664  
    2020
    2121        if i==1 | i==3,
    22                 md=setelementstype(md,'pattyn','all');
     22                md=setflowequation(md,'pattyn','all');
    2323        elseif i==2 | i==4,
    24                 md=setelementstype(md,'stokes','all');
     24                md=setflowequation(md,'stokes','all');
    2525        end
    2626
  • issm/trunk/test/NightlyRun/test111.m

    r9642 r9664  
    33md=setmask(md,'all','');
    44md=parameterize(md,'../Par/SquareShelfConstrained.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md.prognostic.stabilization=3;
  • issm/trunk/test/NightlyRun/test1110.m

    r9642 r9664  
    1515
    1616        if (i==1 | i==2),
    17                 md=setelementstype(md,'pattyn','all');
     17                md=setflowequation(md,'pattyn','all');
    1818        else
    19                 md=setelementstype(md,'stokes','all');
     19                md=setflowequation(md,'stokes','all');
    2020        end
    2121
  • issm/trunk/test/NightlyRun/test112.m

    r9642 r9664  
    33md=setmask(md,'all','');
    44md=parameterize(md,'../Par/SquareShelfConstrained.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.prognostic.stabilization=3;
  • issm/trunk/test/NightlyRun/test113.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md=extrude(md,5,3);
    66md.cluster=none;
  • issm/trunk/test/NightlyRun/test114.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md=extrude(md,5,3);
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test115.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.timestepping.time_step=0;
    77md.cluster=none;
  • issm/trunk/test/NightlyRun/test116.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.timestepping.time_step=0;
    77md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test117.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,ThermalSolutionEnum);
  • issm/trunk/test/NightlyRun/test118.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,ThermalSolutionEnum);
  • issm/trunk/test/NightlyRun/test119.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test120.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66
  • issm/trunk/test/NightlyRun/test1201.m

    r9642 r9664  
    1010        md=parameterize(md,'../Par/SquareEISMINT.par');
    1111        md.surfaceforcings.mass_balance(:)=0;
    12         md=setelementstype(md,'macayeal','all');
     12        md=setflowequation(md,'macayeal','all');
    1313        md.cluster=generic('name',oshostname(),'np',8);
    1414
  • issm/trunk/test/NightlyRun/test1202.m

    r9641 r9664  
    77md=setmask(md,'all','');
    88md=parameterize(md,'../Par/SquareEISMINT.par');
    9 md=setelementstype(md,'macayeal','all'); %MacAyeal's model and 2d
     9md=setflowequation(md,'macayeal','all'); %MacAyeal's model and 2d
    1010
    1111%Compute solution for MacAyeal's model
  • issm/trunk/test/NightlyRun/test1203.m

    r9641 r9664  
    77md=setmask(md,'all','');
    88md=parameterize(md,'../Par/SquareEISMINT.par');
    9 md=setelementstype(md,'macayeal','all'); %MacAyeal's model and 2d
     9md=setflowequation(md,'macayeal','all'); %MacAyeal's model and 2d
    1010
    1111%Impose a non zero velocity on the upper boundary condition (y=max(y))
  • issm/trunk/test/NightlyRun/test1204.m

    r9642 r9664  
    77md=setmask(md,'all','');
    88md=parameterize(md,'../Par/SquareEISMINT.par');
    9 md=setelementstype(md,'macayeal','all'); %MacAyeal's model and 2d
     9md=setflowequation(md,'macayeal','all'); %MacAyeal's model and 2d
    1010
    1111%Impose a non zero velocity on the upper boundary condition (y=max(y))
  • issm/trunk/test/NightlyRun/test1205.m

    r9641 r9664  
    1919%We extrude the model to have a 3d model
    2020md=extrude(md,numlayers,1);
    21 md=setelementstype(md,'hutter','all');
     21md=setflowequation(md,'hutter','all');
    2222
    2323%Spc the nodes on the bed
  • issm/trunk/test/NightlyRun/test1206.m

    r9641 r9664  
    1919%We extrude the model to have a 3d model
    2020md=extrude(md,numlayers,1);
    21 md=setelementstype(md,'pattyn','all');
     21md=setflowequation(md,'pattyn','all');
    2222
    2323%Spc the nodes on the bed
  • issm/trunk/test/NightlyRun/test1207.m

    r9641 r9664  
    1919%We extrude the model to have a 3d model
    2020md=extrude(md,numlayers,1);
    21 md=setelementstype(md,'stokes','all');
     21md=setflowequation(md,'stokes','all');
    2222
    2323%Spc the nodes on the bed
  • issm/trunk/test/NightlyRun/test1208.m

    r9642 r9664  
    1010%We extrude the model to have a 3d model
    1111md=extrude(md,numlayers,1);
    12 md=setelementstype(md,'hutter','all');
     12md=setflowequation(md,'hutter','all');
    1313
    1414%Spc the nodes on the bed
  • issm/trunk/test/NightlyRun/test121.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test122.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test123.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,SurfaceSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test124.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,SurfaceSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test125.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,SurfaceSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test126.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,SurfaceSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test127.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,BedSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test128.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,BedSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test129.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,BedSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test130.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,BedSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test1301.m

    r9641 r9664  
    1010md=parameterize(md,'../Par/SquareThermal.par');
    1111md=extrude(md,3,2);
    12 md=setelementstype(md,'Pattyn','all');
     12md=setflowequation(md,'Pattyn','all');
    1313
    1414%Some conditions specific to melting test
  • issm/trunk/test/NightlyRun/test1302.m

    r9641 r9664  
    99md=parameterize(md,'../Par/SquareThermal.par');
    1010md=extrude(md,30,1);   %NB: the more one extrudes, the better (10-> relative~0.35%, 20->0.1%, 30->0.05%)
    11 md=setelementstype(md,'Pattyn','all');
     11md=setflowequation(md,'Pattyn','all');
    1212
    1313%Thermal boundary conditions
  • issm/trunk/test/NightlyRun/test1303.m

    r9641 r9664  
    1010md=parameterize(md,'../Par/SquareThermal.par');
    1111md=extrude(md,11,2);
    12 md=setelementstype(md,'Pattyn','all');
     12md=setflowequation(md,'Pattyn','all');
    1313pos1=find(md.elementonbed);     md.thermal.spctemperature(md.elements(pos1,1:3))=10;
    1414pos2=find(md.elementonsurface); md.thermal.spctemperature(md.elements(pos2,4:6))=0;
  • issm/trunk/test/NightlyRun/test1304.m

    r9641 r9664  
    1010md=parameterize(md,'../Par/SquareThermal.par');
    1111md=extrude(md,11,1);
    12 md=setelementstype(md,'Pattyn','all');
     12md=setflowequation(md,'Pattyn','all');
    1313
    1414pos2=find(md.elementonsurface); md.thermal.spctemperature(md.elements(pos2,4:6))=0;
  • issm/trunk/test/NightlyRun/test131.m

    r9645 r9664  
    55pos=find(md.nodeonboundary);
    66md.balancethickness.spcthickness(pos)=md.thickness(pos);
    7 md=setelementstype(md,'macayeal','all');
     7md=setflowequation(md,'macayeal','all');
    88md.cluster=none;
    99md=solve(md,BalancethicknessSolutionEnum);
  • issm/trunk/test/NightlyRun/test132.m

    r9645 r9664  
    55pos=find(md.nodeonboundary);
    66md.balancethickness.spcthickness(pos)=md.thickness(pos);
    7 md=setelementstype(md,'macayeal','all');
     7md=setflowequation(md,'macayeal','all');
    88md.cluster=generic('name',oshostname(),'np',3);
    99md=solve(md,BalancethicknessSolutionEnum);
  • issm/trunk/test/NightlyRun/test133.m

    r9645 r9664  
    66pos=find(md.nodeonboundary);
    77md.balancethickness.spcthickness(pos)=md.thickness(pos);
    8 md=setelementstype(md,'macayeal','all');
     8md=setflowequation(md,'macayeal','all');
    99md.cluster=none;
    1010md=solve(md,BalancethicknessSolutionEnum);
  • issm/trunk/test/NightlyRun/test134.m

    r9645 r9664  
    66pos=find(md.nodeonboundary);
    77md.balancethickness.spcthickness(pos)=md.thickness(pos);
    8 md=setelementstype(md,'macayeal','all');
     8md=setflowequation(md,'macayeal','all');
    99md.cluster=generic('name',oshostname(),'np',3);
    1010md=solve(md,BalancethicknessSolutionEnum);
  • issm/trunk/test/NightlyRun/test135.m

    r9642 r9664  
    55md.prognostic.stabilization=3;
    66md.vy=md.vy+400;
    7 md=setelementstype(md,'macayeal','all');
     7md=setflowequation(md,'macayeal','all');
    88md.cluster=none;
    99md=solve(md,BalancethicknessSolutionEnum);
  • issm/trunk/test/NightlyRun/test136.m

    r9642 r9664  
    55md.prognostic.stabilization=3;
    66md.vy=md.vy+400;
    7 md=setelementstype(md,'macayeal','all');
     7md=setflowequation(md,'macayeal','all');
    88md.cluster=generic('name',oshostname(),'np',3);
    99md=solve(md,BalancethicknessSolutionEnum);
  • issm/trunk/test/NightlyRun/test1501.m

    r9641 r9664  
    44md=setmask(md,'all','');
    55md=parameterize(md,'../Par/SquareShelf.par');
    6 md=setelementstype(md,'macayeal','all');
     6md=setflowequation(md,'macayeal','all');
    77md.cluster=generic('name',oshostname(),'np',3);
    88md.isthermal=0;
  • issm/trunk/test/NightlyRun/test1502.m

    r9641 r9664  
    44md=setmask(md,'all','');
    55md=parameterize(md,'../Par/SquareShelf.par');
    6 md=setelementstype(md,'macayeal','all');
     6md=setflowequation(md,'macayeal','all');
    77md=extrude(md,3,1);
    88md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test201.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test202.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test203.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test204.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test205.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test206.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test207.m

    r9641 r9664  
    44md=extrude(md,3,2);
    55md.cluster=none;
    6 md=setelementstype(md,'stokes','all');
     6md=setflowequation(md,'stokes','all');
    77md=solve(md,DiagnosticSolutionEnum);
    88
  • issm/trunk/test/NightlyRun/test208.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test209.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal','coupling','penalties');
     5md=setflowequation(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal','coupling','penalties');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test210.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal','coupling','penalties');
     5md=setflowequation(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal','coupling','penalties');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test211.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.timestepping.time_step=0;
    77md.cluster=none;
  • issm/trunk/test/NightlyRun/test212.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.timestepping.time_step=0;
    77md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test213.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,ThermalSolutionEnum);
  • issm/trunk/test/NightlyRun/test214.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,ThermalSolutionEnum);
  • issm/trunk/test/NightlyRun/test215.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test216.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test217.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test218.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test219.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test220.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test221.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md.eps_rel=NaN;
    77md.cluster=none;
  • issm/trunk/test/NightlyRun/test222.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md.eps_rel=NaN;
    77md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test223.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55
    66%control parameters
  • issm/trunk/test/NightlyRun/test224.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55
    66%control parameters
  • issm/trunk/test/NightlyRun/test225.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test226.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test227.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test228.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test229.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test230.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test232.m

    r9641 r9664  
    33md=setmask(md,'all','');
    44md=parameterize(md,'../Par/SquareShelf.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77
  • issm/trunk/test/NightlyRun/test233.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66
  • issm/trunk/test/NightlyRun/test234.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66
  • issm/trunk/test/NightlyRun/test235.m

    r9652 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66
  • issm/trunk/test/NightlyRun/test236.m

    r9652 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66
  • issm/trunk/test/NightlyRun/test237.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal');
     5md=setflowequation(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test238.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal');
     5md=setflowequation(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test239.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','pattyn');
     5md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','pattyn');
    66md=solve(md,DiagnosticSolutionEnum);
    77
  • issm/trunk/test/NightlyRun/test240.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','pattyn');
     5md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','pattyn');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test241.m

    r9641 r9664  
    44md=extrude(md,2,1);
    55md.viscosity_overshoot=0.0;
    6 md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal');
     6md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal');
    77md=solve(md,DiagnosticSolutionEnum);
    88
  • issm/trunk/test/NightlyRun/test242.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal');
     5md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.viscosity_overshoot=0;
  • issm/trunk/test/NightlyRun/test243.m

    r9653 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md.prognostic.hydrostatic_adjustment='Incremental';
  • issm/trunk/test/NightlyRun/test244.m

    r9653 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md.prognostic.hydrostatic_adjustment='Incremental';
  • issm/trunk/test/NightlyRun/test245.m

    r9653 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.bed=md.bed+50; md.surface=md.surface+50;
    66md.cluster=none;
  • issm/trunk/test/NightlyRun/test246.m

    r9653 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.bed=md.bed+50; md.surface=md.surface+50;
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test247.m

    r9653 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md.prognostic.hydrostatic_adjustment='Incremental';
  • issm/trunk/test/NightlyRun/test248.m

    r9653 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.prognostic.hydrostatic_adjustment='Incremental';
  • issm/trunk/test/NightlyRun/test249.m

    r9653 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.bed=md.bed+50; md.surface=md.surface+50;
    77md.cluster=none;
  • issm/trunk/test/NightlyRun/test250.m

    r9653 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.bed=md.bed+50; md.surface=md.surface+50;
    77md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test251.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md.timestepping.time_adapt=1;
  • issm/trunk/test/NightlyRun/test252.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md.timestepping.time_adapt=1;
  • issm/trunk/test/NightlyRun/test253.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md.timestepping.time_adapt=1;
  • issm/trunk/test/NightlyRun/test254.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.timestepping.time_adapt=1;
  • issm/trunk/test/NightlyRun/test255.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66
  • issm/trunk/test/NightlyRun/test256.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66
  • issm/trunk/test/NightlyRun/test257.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66
  • issm/trunk/test/NightlyRun/test258.m

    r9641 r9664  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66
  • issm/trunk/test/NightlyRun/test259.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77
  • issm/trunk/test/NightlyRun/test260.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77
  • issm/trunk/test/NightlyRun/test261.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77
  • issm/trunk/test/NightlyRun/test262.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77
  • issm/trunk/test/NightlyRun/test263.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md.thermal.spctemperature=[md.thermal.spctemperature, md.thermal.spctemperature+5, md.thermal.spctemperature+10, md.thermal.spctemperature+15; 1.5 2.5 3.5 4];
  • issm/trunk/test/NightlyRun/test264.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.thermal.spctemperature=[md.thermal.spctemperature, md.thermal.spctemperature+5, md.thermal.spctemperature+10, md.thermal.spctemperature+15; 1.5 2.5 3.5 4];
  • issm/trunk/test/NightlyRun/test265.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md.thermal.spctemperature=[md.thermal.spctemperature, md.thermal.spctemperature+5; 1 2];
  • issm/trunk/test/NightlyRun/test266.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.thermal.spctemperature=[md.thermal.spctemperature, md.thermal.spctemperature+5; 1 2];
  • issm/trunk/test/NightlyRun/test301.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test302.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test303.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'hutter','all');
     4md=setflowequation(md,'hutter','all');
    55md.cluster=none;
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test304.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'hutter','all');
     4md=setflowequation(md,'hutter','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test305.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal');
     4md=setflowequation(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal');
    55md.cluster=none;
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test306.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal');
     4md=setflowequation(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test307.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test308.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test309.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,5,2);
    5 md=setelementstype(md,'hutter','all');
     5md=setflowequation(md,'hutter','all');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test310.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,5,2);
    5 md=setelementstype(md,'hutter','all');
     5md=setflowequation(md,'hutter','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test311.m

    r9656 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,4,2);
    5 md=setelementstype(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal');
     5md=setflowequation(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test312.m

    r9656 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,4,2);
    5 md=setelementstype(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal');
     5md=setflowequation(md,'hutter','../Exp/SquareHalfRight.exp','fill','macayeal');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test313.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test314.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test315.m

    r9641 r9664  
    44md=extrude(md,3,1);
    55md.cluster=none;
    6 md=setelementstype(md,'stokes','all');
     6md=setflowequation(md,'stokes','all');
    77md=solve(md,DiagnosticSolutionEnum);
    88
  • issm/trunk/test/NightlyRun/test316.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test317.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,PrognosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test318.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,PrognosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test319.m

    r9642 r9664  
    33md=setmask(md,'','');
    44md=parameterize(md,'../Par/SquareSheetConstrained.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.prognostic.stabilization=3;
    77md.prognostic.spcthickness=md.thickness;
  • issm/trunk/test/NightlyRun/test320.m

    r9642 r9664  
    33md=setmask(md,'','');
    44md=parameterize(md,'../Par/SquareSheetConstrained.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.prognostic.stabilization=3;
    77md.prognostic.spcthickness=md.thickness;
  • issm/trunk/test/NightlyRun/test321.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md=extrude(md,5,0.5);
    66md.cluster=none;
  • issm/trunk/test/NightlyRun/test322.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md=extrude(md,5,0.5);
    66md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test323.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.timestepping.time_step=0;
    77md.cluster=none;
  • issm/trunk/test/NightlyRun/test324.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.timestepping.time_step=0;
    77md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test325.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,ThermalSolutionEnum);
  • issm/trunk/test/NightlyRun/test326.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,ThermalSolutionEnum);
  • issm/trunk/test/NightlyRun/test327.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'hutter','all');
     4md=setflowequation(md,'hutter','all');
    55md.cluster=none;
    66md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test328.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'hutter','all');
     4md=setflowequation(md,'hutter','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test329.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,5,1.2);
    5 md=setelementstype(md,'hutter','all');
     5md=setflowequation(md,'hutter','all');
    66md.cluster=none;
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test330.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,5,1.2);
    5 md=setelementstype(md,'hutter','all');
     5md=setflowequation(md,'hutter','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test331.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test332.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test333.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test334.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test335.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,4,1);
    5 md=setelementstype(md,'hutter','all');
     5md=setflowequation(md,'hutter','all');
    66md.cluster=none;
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test336.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,4,1);
    5 md=setelementstype(md,'hutter','all');
     5md=setflowequation(md,'hutter','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test337.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55
    66%control parameters
  • issm/trunk/test/NightlyRun/test338.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55
    66%control parameters
  • issm/trunk/test/NightlyRun/test339.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test340.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test341.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test342.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test343.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test344.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test345.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md.timestepping.time_adapt=1;
  • issm/trunk/test/NightlyRun/test346.m

    r9641 r9664  
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md.timestepping.time_adapt=1;
  • issm/trunk/test/NightlyRun/test347.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,4,1.2);
    5 md=setelementstype(md,'hutter','all');
     5md=setflowequation(md,'hutter','all');
    66md.cluster=none;
    77md.timestepping.time_adapt=1;
  • issm/trunk/test/NightlyRun/test348.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=extrude(md,5,1.2);
    5 md=setelementstype(md,'hutter','all');
     5md=setflowequation(md,'hutter','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.timestepping.time_adapt=1;
  • issm/trunk/test/NightlyRun/test401.m

    r9641 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test402.m

    r9641 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test403.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,4,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test404.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,4,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test405.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test406.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test407.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md=solve(md,DiagnosticSolutionEnum);
    77
  • issm/trunk/test/NightlyRun/test408.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test409.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
     5md=setflowequation(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test410.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
     5md=setflowequation(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test411.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,4,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test412.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,4,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test413.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,4,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md=solve(md,ThermalSolutionEnum);
  • issm/trunk/test/NightlyRun/test414.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,4,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,ThermalSolutionEnum);
  • issm/trunk/test/NightlyRun/test415.m

    r9641 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test416.m

    r9641 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test417.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
     5md=setflowequation(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
    66md.cluster=none;
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test418.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
     5md=setflowequation(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test419.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test420.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test421.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test422.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,2);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test423.m

    r9652 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66
  • issm/trunk/test/NightlyRun/test424.m

    r9652 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66
  • issm/trunk/test/NightlyRun/test425.m

    r9652 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66
  • issm/trunk/test/NightlyRun/test426.m

    r9652 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66
  • issm/trunk/test/NightlyRun/test427.m

    r9652 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md.materials.rho_ice=10^7; %involved in the mass flux, make it easy
  • issm/trunk/test/NightlyRun/test428.m

    r9652 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md.materials.rho_ice=10^7; %involved in the mass flux, make it easy
  • issm/trunk/test/NightlyRun/test429.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test430.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test431.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test432.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test434.m

    r9652 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md.materials.rho_ice=10^7; %involved in the mass flux, make it easy
  • issm/trunk/test/NightlyRun/test435.m

    r9652 r9664  
    33md=setmask(md,'../Exp/SquareShelf.exp','');
    44md=parameterize(md,'../Par/SquareSheetShelf.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77
  • issm/trunk/test/NightlyRun/test437.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','tiling');
     5md=setflowequation(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','tiling');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test438.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn');
     5md=setflowequation(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test439.m

    r9652 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66
  • issm/trunk/test/NightlyRun/test440.m

    r9652 r9664  
    22md=setmask(md,'../Exp/SquareShelf.exp','');
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66
  • issm/trunk/test/NightlyRun/test441.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','tiling');
     5md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','tiling');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test442.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','pattyn');
     5md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','pattyn');
    66md.cluster=generic('name',oshostname(),'np',7);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test443.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal','coupling','tiling');
     5md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal','coupling','tiling');
    66md.cluster=none;
    77md.eps_rel=0.4;
  • issm/trunk/test/NightlyRun/test444.m

    r9641 r9664  
    33md=parameterize(md,'../Par/SquareSheetShelf.par');
    44md=extrude(md,5,1);
    5 md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal');
     5md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.eps_rel=0.4;
  • issm/trunk/test/NightlyRun/test446.m

    r9658 r9664  
    2020%}}}
    2121md=parameterize(md,'../Par/RoundSheetShelf.par');
    22 md=setelementstype(md,'macayeal','all');
     22md=setflowequation(md,'macayeal','all');
    2323md.cluster=generic('name',oshostname(),'np',3);
    2424%plug holes into the ice sheet, to test for grounding line migration. {{{1
  • issm/trunk/test/NightlyRun/test501.m

    r9641 r9664  
    22md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test502.m

    r9641 r9664  
    22md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test503.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,0.9);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test504.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,0.9);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test505.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,0.9);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md=solve(md,DiagnosticSolutionEnum);
    77
  • issm/trunk/test/NightlyRun/test506.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,0.9);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,DiagnosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test507.m

    r9641 r9664  
    22md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test508.m

    r9641 r9664  
    22md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test509.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test510.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test511.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test512.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test513.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md.cluster=none;
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test514.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,TransientSolutionEnum);
  • issm/trunk/test/NightlyRun/test515.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,4,1.1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test516.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,4,1.1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test517.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test518.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test519.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md.cluster=none;
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test520.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'stokes','all');
     5md=setflowequation(md,'stokes','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test521.m

    r9641 r9664  
    77md.surface=md.bed+md.thickness;
    88md=extrude(md,3,1);
    9 md=setelementstype(md,'stokes','all');
     9md=setflowequation(md,'stokes','all');
    1010md=modelextract(md,md.mask.elementonfloatingice);
    1111
  • issm/trunk/test/NightlyRun/test522.m

    r9641 r9664  
    77md.surface=md.bed+md.thickness;
    88md=extrude(md,3,1);
    9 md=setelementstype(md,'stokes','all');
     9md=setflowequation(md,'stokes','all');
    1010md=modelextract(md,md.mask.elementonfloatingice);
    1111
  • issm/trunk/test/NightlyRun/test523.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test524.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test525.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test526.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test529.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.thermal.stabilization=2;
    77md=solve(md,ThermalSolutionEnum);
  • issm/trunk/test/NightlyRun/test530.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.thermal.stabilization=2;
    77md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test531.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.thermal.stabilization=2;
    77md.timestepping.time_step=0;
  • issm/trunk/test/NightlyRun/test532.m

    r9641 r9664  
    33md=parameterize(md,'../Par/Pig.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.thermal.stabilization=2;
    77md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test601.m

    r9641 r9664  
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,PrognosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test602.m

    r9641 r9664  
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,PrognosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test603.m

    r9642 r9664  
    33md=setmask(md,'../Exp/79NorthShelf.exp','');
    44md=parameterize(md,'../Par/79North.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.prognostic.stabilization=3;
    77md.prognostic.spcthickness=md.thickness;
  • issm/trunk/test/NightlyRun/test604.m

    r9642 r9664  
    33md=setmask(md,'../Exp/79NorthShelf.exp','');
    44md=parameterize(md,'../Par/79North.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.prognostic.stabilization=3;
    77md.prognostic.spcthickness=md.thickness;
  • issm/trunk/test/NightlyRun/test605.m

    r9641 r9664  
    33md=parameterize(md,'../Par/79North.par');
    44md=extrude(md,6,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,PrognosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test606.m

    r9641 r9664  
    33md=parameterize(md,'../Par/79North.par');
    44md=extrude(md,6,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,PrognosticSolutionEnum);
  • issm/trunk/test/NightlyRun/test607.m

    r9641 r9664  
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,SurfaceSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test608.m

    r9641 r9664  
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,SurfaceSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test609.m

    r9641 r9664  
    33md=parameterize(md,'../Par/79North.par');
    44md=extrude(md,5,1.5);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=none;
    77md=solve(md,SurfaceSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test610.m

    r9641 r9664  
    33md=parameterize(md,'../Par/79North.par');
    44md=extrude(md,5,1.5);
    5 md=setelementstype(md,'pattyn','all');
     5md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,SurfaceSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test611.m

    r9641 r9664  
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,BedSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test612.m

    r9641 r9664  
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,BedSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test613.m

    r9641 r9664  
    33md=parameterize(md,'../Par/79North.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,BedSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test614.m

    r9641 r9664  
    33md=parameterize(md,'../Par/79North.par');
    44md=extrude(md,2,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,BedSlopeSolutionEnum);
  • issm/trunk/test/NightlyRun/test615.m

    r9641 r9664  
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=none;
    66md=solve(md,BalancethicknessSolutionEnum);
  • issm/trunk/test/NightlyRun/test616.m

    r9641 r9664  
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    66md=solve(md,BalancethicknessSolutionEnum);
  • issm/trunk/test/NightlyRun/test617.m

    r9642 r9664  
    33md=setmask(md,'../Exp/79NorthShelf.exp','');
    44md=parameterize(md,'../Par/79North.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.prognostic.stabilization=3;
    77md.cluster=none;
  • issm/trunk/test/NightlyRun/test618.m

    r9660 r9664  
    33md=setmask(md,'../Exp/79NorthShelf.exp','');
    44md=parameterize(md,'../Par/79North.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.balancethickness.stabilization=3;
    77md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk/test/NightlyRun/test619.m

    r9641 r9664  
    33md=parameterize(md,'../Par/79North.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=none;
    77md=solve(md,BalancethicknessSolutionEnum);
  • issm/trunk/test/NightlyRun/test620.m

    r9641 r9664  
    33md=parameterize(md,'../Par/79North.par');
    44md=extrude(md,3,1);
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,BalancethicknessSolutionEnum);
  • issm/trunk/test/NightlyRun/test621.m

    r9660 r9664  
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55
    66%control parameters
  • issm/trunk/test/NightlyRun/test622.m

    r9660 r9664  
    22md=setmask(md,'../Exp/79NorthShelf.exp','');
    33md=parameterize(md,'../Par/79North.par');
    4 md=setelementstype(md,'macayeal','all');
     4md=setflowequation(md,'macayeal','all');
    55
    66%control parameters
  • issm/trunk/test/NightlyRun/test623.m

    r9660 r9664  
    33md=setmask(md,'../Exp/79NorthShelf.exp','');
    44md=parameterize(md,'../Par/79North.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test624.m

    r9660 r9664  
    33md=setmask(md,'../Exp/79NorthShelf.exp','');
    44md=parameterize(md,'../Par/79North.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%control parameters
  • issm/trunk/test/NightlyRun/test625.m

    r9645 r9664  
    33md=setmask(md,'../Exp/79NorthShelf.exp','');
    44md=parameterize(md,'../Par/79North.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%Ice sheet only
  • issm/trunk/test/NightlyRun/test626.m

    r9645 r9664  
    33md=setmask(md,'../Exp/79NorthShelf.exp','');
    44md=parameterize(md,'../Par/79North.par');
    5 md=setelementstype(md,'macayeal','all');
     5md=setflowequation(md,'macayeal','all');
    66
    77%Ice sheet only
Note: See TracChangeset for help on using the changeset viewer.