Changeset 13581


Ignore:
Timestamp:
10/10/12 09:43:25 (12 years ago)
Author:
jschierm
Message:

CHG: Functions should have argument lists (and other cosmetics).

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

Legend:

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

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',50000);
     1md=triangle(model(),'../Exp/Square.exp',50000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md.diagnostic.requested_outputs=StressTensorEnum;
    7 md=solve(md,DiagnosticSolutionEnum);
     6md.diagnostic.requested_outputs=StressTensorEnum();
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test102.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    55md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test103.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    55md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md.diagnostic.requested_outputs=StressTensorEnum;
    8 md=solve(md,DiagnosticSolutionEnum);
     7md.diagnostic.requested_outputs=StressTensorEnum();
     8md=solve(md,DiagnosticSolutionEnum());
    99
    1010%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test104.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    55md=setflowequation(md,'stokes','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test105.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md=solve(md,PrognosticSolutionEnum);
     6md=solve(md,PrognosticSolutionEnum());
    77
    88%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test106.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=meshconvert(md);
    33md=setmask(md,'all','');
     
    77md.prognostic.stabilization=3;
    88md.prognostic.spcthickness=md.geometry.thickness;
    9 md=solve(md,PrognosticSolutionEnum);
     9md=solve(md,PrognosticSolutionEnum());
    1010
    1111%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test107.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    55md=extrude(md,5,3);
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,PrognosticSolutionEnum);
     7md=solve(md,PrognosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test108.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    66md.timestepping.time_step=0;
    77md.cluster=generic('name',oshostname(),'np',3);
    8 md=solve(md,ThermalSolutionEnum);
     8md=solve(md,ThermalSolutionEnum());
    99
    1010%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test109.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    99md.transient.isthermal=1;
    1010md.transient.isgroundingline=0;
    11 md=solve(md,TransientSolutionEnum);
     11md=solve(md,TransientSolutionEnum());
    1212
    1313%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test110.m

    r12808 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    66md.transient.requested_outputs=IceVolumeEnum();
    77
    8 md=solve(md,TransientSolutionEnum);
     8md=solve(md,TransientSolutionEnum());
    99
    1010%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test111.m

    r13578 r13581  
    1 md=triangle(model,'../Exp/Square.exp',200000);
     1md=triangle(model(),'../Exp/Square.exp',200000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.transient.requested_outputs=IceVolumeEnum();
    8 md=solve(md,TransientSolutionEnum);
     8md=solve(md,TransientSolutionEnum());
    99
    1010%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test112.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md=solve(md,SurfaceSlopeSolutionEnum);
     6md=solve(md,SurfaceSlopeSolutionEnum());
    77
    88%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test113.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    55md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,SurfaceSlopeSolutionEnum);
     7md=solve(md,SurfaceSlopeSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test114.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md=solve(md,BedSlopeSolutionEnum);
     6md=solve(md,BedSlopeSolutionEnum());
    77
    88%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test115.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    55md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,BedSlopeSolutionEnum);
     7md=solve(md,BedSlopeSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test116.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    77md=setflowequation(md,'macayeal','all');
    88md.cluster=generic('name',oshostname(),'np',3);
    9 md=solve(md,BalancethicknessSolutionEnum);
     9md=solve(md,BalancethicknessSolutionEnum());
    1010
    1111%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test117.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    88md=setflowequation(md,'macayeal','all');
    99md.cluster=generic('name',oshostname(),'np',3);
    10 md=solve(md,BalancethicknessSolutionEnum);
     10md=solve(md,BalancethicknessSolutionEnum());
    1111
    1212%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test118.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=meshconvert(md);
    33md=setmask(md,'all','');
     
    77md=setflowequation(md,'macayeal','all');
    88md.cluster=generic('name',oshostname(),'np',3);
    9 md=solve(md,BalancethicknessSolutionEnum);
     9md=solve(md,BalancethicknessSolutionEnum());
    1010
    1111%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test119.m

    r13437 r13581  
    11
    22%Simple mesh
    3 md=bamg(model,'domain','../Exp/Square.exp','hmax',100000.);
     3md=bamg(model(),'domain','../Exp/Square.exp','hmax',100000.);
    44x1=md.mesh.x;
    55y1=md.mesh.y;
    66
    77%hVertices
    8 md=bamg(model,'domain','../Exp/Square.exp','hmax',300000.,'hVertices',[10000. 100000. 400000. 100000.]');
     8md=bamg(model(),'domain','../Exp/Square.exp','hmax',300000.,'hVertices',[10000. 100000. 400000. 100000.]');
    99x2=md.mesh.x;
    1010y2=md.mesh.y;
     
    1212%big mesh
    1313t0=clock;
    14 md=bamg(model,'domain','../Exp/Square.exp','hmax',3000.);
     14md=bamg(model(),'domain','../Exp/Square.exp','hmax',3000.);
    1515nbelements=md.mesh.numberofelements;
    1616elapsedtime=etime(clock,t0);
  • issm/trunk-jpl/test/NightlyRun/test120.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    77md.cluster=generic('name',oshostname(),'np',3);
    88md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1);
    9 md=solve(md,EnthalpySolutionEnum);
     9md=solve(md,EnthalpySolutionEnum());
    1010
    1111%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test121.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    1111md.transient.isgroundingline=0;
    1212md.thermal.isenthalpy=1;
    13 md=solve(md,TransientSolutionEnum);
     13md=solve(md,TransientSolutionEnum());
    1414
    1515%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test122.m

    r12788 r13581  
    1 md=triangle(model,'../Exp/Square.exp',200000);
     1md=triangle(model(),'../Exp/Square.exp',200000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    88md.thermal.stabilization=2;
    99md.cluster=generic('name',oshostname(),'np',3);
    10 md=solve(md,TransientSolutionEnum);
     10md=solve(md,TransientSolutionEnum());
    1111
    1212%Fields and tolerances to track changes
    1313field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','Enthalpy1','Waterfraction1', ...
    14                                       'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','Enthalpy2','Waterfraction2', ...
    15                                            'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','Enthalpy3','Waterfraction3'};
     14        'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','Enthalpy2','Waterfraction2', ...
     15        'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','Enthalpy3','Waterfraction3'};
    1616field_tolerances={...
    1717        1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,...
  • issm/trunk-jpl/test/NightlyRun/test122.py

    r13463 r13581  
    2121#Fields and tolerances to track changes
    2222field_names     =['Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','Enthalpy1','Waterfraction1',\
    23                                       'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','Enthalpy2','Waterfraction2',\
    24                                            'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','Enthalpy3','Waterfraction3']
     23        'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','Enthalpy2','Waterfraction2',\
     24        'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','Enthalpy3','Waterfraction3']
    2525field_tolerances=[\
    2626        1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,\
  • issm/trunk-jpl/test/NightlyRun/test201.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md=solve(md,DiagnosticSolutionEnum);
     6md=solve(md,DiagnosticSolutionEnum());
    77
    88%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test202.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    55md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test203.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    55md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test204.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    55md=setflowequation(md,'stokes','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test205.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    55md=setflowequation(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal','coupling','penalties');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test206.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    66md.timestepping.time_step=0;
    77md.cluster=generic('name',oshostname(),'np',3);
    8 md=solve(md,ThermalSolutionEnum);
     8md=solve(md,ThermalSolutionEnum());
    99
    1010%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test207.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    99md.transient.isthermal=1;
    1010md.transient.isgroundingline=0;
    11 md=solve(md,TransientSolutionEnum);
     11md=solve(md,TransientSolutionEnum());
    1212
    1313%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test208.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
    44md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md=solve(md,TransientSolutionEnum);
     6md=solve(md,TransientSolutionEnum());
    77
    88%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test209.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',180000);
     1md=triangle(model(),'../Exp/Square.exp',180000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    55md=setflowequation(md,'macayeal','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,TransientSolutionEnum);
     7md=solve(md,TransientSolutionEnum());
    88
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsMeltingRate1', ...
    11                                       'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2', ...
    12                                            'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3'};
     11        'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2', ...
     12        'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3'};
    1313field_tolerances={...
    1414        1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,...
  • issm/trunk-jpl/test/NightlyRun/test209.py

    r13491 r13581  
    3333
    3434field_names     =['Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsMeltingRate1', \
    35                                       'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2', \
    36                                            'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3']
     35        'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2', \
     36        'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3']
    3737field_tolerances=[\
    3838        1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,\
  • issm/trunk-jpl/test/NightlyRun/test210.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',200000);
     1md=triangle(model(),'../Exp/Square.exp',200000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    55md=setflowequation(md,'pattyn','all');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,TransientSolutionEnum);
     7md=solve(md,TransientSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test211.m

    r13369 r13581  
    1 md=triangle(model,'../Exp/Square.exp',200000);
     1md=triangle(model(),'../Exp/Square.exp',200000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    66md.diagnostic.reltol=NaN;
    77md.cluster=generic('name',oshostname(),'np',3);
    8 md=solve(md,TransientSolutionEnum);
     8md=solve(md,TransientSolutionEnum());
    99
    1010%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test212.m

    r13518 r13581  
    1 md=triangle(model,'../Exp/Square.exp',200000);
     1md=triangle(model(),'../Exp/Square.exp',200000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    1818
    1919md.cluster=generic('name',oshostname(),'np',3);
    20 md=solve(md,DiagnosticSolutionEnum);
     20md=solve(md,DiagnosticSolutionEnum());
    2121
    2222%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test213.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',200000);
     1md=triangle(model(),'../Exp/Square.exp',200000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    1919
    2020md.cluster=generic('name',oshostname(),'np',3);
    21 md=solve(md,DiagnosticSolutionEnum);
     21md=solve(md,DiagnosticSolutionEnum());
    2222
    2323%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test214.m

    r13519 r13581  
    1 md=triangle(model,'../Exp/Square.exp',200000);
     1md=triangle(model(),'../Exp/Square.exp',200000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    1919
    2020md.cluster=generic('name',oshostname(),'np',3);
    21 md=solve(md,DiagnosticSolutionEnum);
     21md=solve(md,DiagnosticSolutionEnum());
    2222
    2323%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test215.m

    r13519 r13581  
    1 md=triangle(model,'../Exp/Square.exp',200000);
     1md=triangle(model(),'../Exp/Square.exp',200000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    1919
    2020md.cluster=generic('name',oshostname(),'np',3);
    21 md=solve(md,DiagnosticSolutionEnum);
     21md=solve(md,DiagnosticSolutionEnum());
    2222
    2323%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test216.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/SquareHole.exp','../Exp/Rifts.exp',50000);
     1md=triangle(model(),'../Exp/SquareHole.exp','../Exp/Rifts.exp',50000);
    22md=meshprocessrifts(md,'../Exp/Square.exp');
    33md=setmask(md,'all','');
     
    1212md.diagnostic.rift_penalty_threshold=0;
    1313md.rifts.riftstruct.fractionincrement=.1;
    14 md=solve(md,DiagnosticSolutionEnum);
     14md=solve(md,DiagnosticSolutionEnum());
    1515
    1616%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test217.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    5858md.diagnostic.icefront=diagnostic.icefront;
    5959
    60 md=solve(md,DiagnosticSolutionEnum);
     60md=solve(md,DiagnosticSolutionEnum());
    6161
    6262%create analytical solution: strain rate is constant = ((rho_ice*g*h)/4B)^3 (Paterson, 4th Edition, page 292.
  • issm/trunk-jpl/test/NightlyRun/test218.m

    r13021 r13581  
    1 md=squaremesh(model,1000000,1000000,5,5);
     1md=squaremesh(model(),1000000,1000000,5,5);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    8181
    8282%solve
    83 md=solve(md,DiagnosticSolutionEnum,'overwrite','y');
     83md=solve(md,DiagnosticSolutionEnum(),'overwrite','y');
    8484
    8585%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test219.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    55md=setflowequation(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test220.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',120000);
     1md=triangle(model(),'../Exp/Square.exp',120000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    55md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','pattyn');
    66md.cluster=generic('name',oshostname(),'np',3);
    7 md=solve(md,DiagnosticSolutionEnum);
     7md=solve(md,DiagnosticSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test221.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',120000);
     1md=triangle(model(),'../Exp/Square.exp',120000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.diagnostic.viscosity_overshoot=0;
    8 md=solve(md,DiagnosticSolutionEnum);
     8md=solve(md,DiagnosticSolutionEnum());
    99
    1010%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test222.m

    r12791 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    55md.cluster=generic('name',oshostname(),'np',3);
    66md.prognostic.hydrostatic_adjustment='Incremental';
    7 md=solve(md,TransientSolutionEnum);
     7md=solve(md,TransientSolutionEnum());
    88
    99%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test223.m

    r13580 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    66md.cluster=generic('name',oshostname(),'np',1);
    77md.prognostic.hydrostatic_adjustment='Incremental';
    8 md=solve(md,TransientSolutionEnum);
     8md=solve(md,TransientSolutionEnum());
    99
    1010%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test224.m

    r13580 r13581  
    1 md=triangle(model,'../Exp/Square.exp',200000);
     1md=triangle(model(),'../Exp/Square.exp',200000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    66md.cluster=generic('name',oshostname(),'np',3);
    77md.prognostic.hydrostatic_adjustment='Incremental';
    8 md=solve(md,TransientSolutionEnum);
     8md=solve(md,TransientSolutionEnum());
    99
    1010%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test225.m

    r13580 r13581  
    1 md=triangle(model,'../Exp/Square.exp',200000);
     1md=triangle(model(),'../Exp/Square.exp',200000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    77md.cluster=generic('name',oshostname(),'np',3);
    88md.prognostic.hydrostatic_adjustment='Incremental';
    9 md=solve(md,TransientSolutionEnum);
     9md=solve(md,TransientSolutionEnum());
    1010
    1111%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test226.m

    r13580 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    66md.timestepping.time_adapt=1.;
    77md.timestepping.final_time=10.;
    8 md=solve(md,TransientSolutionEnum);
     8md=solve(md,TransientSolutionEnum());
    99
    1010%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test227.m

    r13580 r13581  
    1 md=triangle(model,'../Exp/Square.exp',200000);
     1md=triangle(model(),'../Exp/Square.exp',200000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    77md.timestepping.time_adapt=1.;
    88md.timestepping.final_time=10.;
    9 md=solve(md,TransientSolutionEnum);
     9md=solve(md,TransientSolutionEnum());
    1010
    1111%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test228.m

    r13580 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    1717md.transient.isthermal=0;
    1818
    19 md=solve(md,TransientSolutionEnum);
     19md=solve(md,TransientSolutionEnum());
    2020
    2121%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test229.m

    r13580 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     
    1717md.transient.isthermal=0;
    1818
    19 md=solve(md,TransientSolutionEnum);
     19md=solve(md,TransientSolutionEnum());
    2020
    2121%Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test514.m

    r13494 r13581  
    22hVertices=10000.*ones(27,1);
    33hVertices(1:5)=1000.;
    4 md=bamg(model,'domain','../Exp/Pig.exp','hmax',20000.,'hVertices',hVertices,'gradation',3.,'geometricalmetric',1);
     4md=bamg(model(),'domain','../Exp/Pig.exp','hmax',20000.,'hVertices',hVertices,'gradation',3.,'geometricalmetric',1);
    55x1=md.mesh.x;
    66y1=md.mesh.y;
    77
    88%Simple mesh 2
    9 md=bamg(model,'domain','../Exp/Pig.exp','hmax',10000.);
     9md=bamg(model(),'domain','../Exp/Pig.exp','hmax',10000.);
    1010md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    1111md=parameterize(md,'../Par/Pig.par');
Note: See TracChangeset for help on using the changeset viewer.