Changeset 13581
- Timestamp:
- 10/10/12 09:43:25 (12 years ago)
- 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);1 md=triangle(model(),'../Exp/Square.exp',50000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); 4 4 md=setflowequation(md,'macayeal','all'); 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 md.diagnostic.requested_outputs=StressTensorEnum ;7 md=solve(md,DiagnosticSolutionEnum );6 md.diagnostic.requested_outputs=StressTensorEnum(); 7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test102.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 5 5 md=setflowequation(md,'macayeal','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test103.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 5 5 md=setflowequation(md,'pattyn','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md.diagnostic.requested_outputs=StressTensorEnum ;8 md=solve(md,DiagnosticSolutionEnum );7 md.diagnostic.requested_outputs=StressTensorEnum(); 8 md=solve(md,DiagnosticSolutionEnum()); 9 9 10 10 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test104.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 5 5 md=setflowequation(md,'stokes','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test105.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); 4 4 md=setflowequation(md,'macayeal','all'); 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 md=solve(md,PrognosticSolutionEnum );6 md=solve(md,PrognosticSolutionEnum()); 7 7 8 8 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test106.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=meshconvert(md); 3 3 md=setmask(md,'all',''); … … 7 7 md.prognostic.stabilization=3; 8 8 md.prognostic.spcthickness=md.geometry.thickness; 9 md=solve(md,PrognosticSolutionEnum );9 md=solve(md,PrognosticSolutionEnum()); 10 10 11 11 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test107.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 5 5 md=extrude(md,5,3); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,PrognosticSolutionEnum );7 md=solve(md,PrognosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test108.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 6 6 md.timestepping.time_step=0; 7 7 md.cluster=generic('name',oshostname(),'np',3); 8 md=solve(md,ThermalSolutionEnum );8 md=solve(md,ThermalSolutionEnum()); 9 9 10 10 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test109.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 9 9 md.transient.isthermal=1; 10 10 md.transient.isgroundingline=0; 11 md=solve(md,TransientSolutionEnum );11 md=solve(md,TransientSolutionEnum()); 12 12 13 13 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test110.m
r12808 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 6 6 md.transient.requested_outputs=IceVolumeEnum(); 7 7 8 md=solve(md,TransientSolutionEnum );8 md=solve(md,TransientSolutionEnum()); 9 9 10 10 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test111.m
r13578 r13581 1 md=triangle(model ,'../Exp/Square.exp',200000);1 md=triangle(model(),'../Exp/Square.exp',200000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 7 md.transient.requested_outputs=IceVolumeEnum(); 8 md=solve(md,TransientSolutionEnum );8 md=solve(md,TransientSolutionEnum()); 9 9 10 10 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test112.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); 4 4 md=setflowequation(md,'macayeal','all'); 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 md=solve(md,SurfaceSlopeSolutionEnum );6 md=solve(md,SurfaceSlopeSolutionEnum()); 7 7 8 8 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test113.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 5 5 md=setflowequation(md,'macayeal','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,SurfaceSlopeSolutionEnum );7 md=solve(md,SurfaceSlopeSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test114.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); 4 4 md=setflowequation(md,'macayeal','all'); 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 md=solve(md,BedSlopeSolutionEnum );6 md=solve(md,BedSlopeSolutionEnum()); 7 7 8 8 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test115.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 5 5 md=setflowequation(md,'macayeal','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,BedSlopeSolutionEnum );7 md=solve(md,BedSlopeSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test116.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 7 7 md=setflowequation(md,'macayeal','all'); 8 8 md.cluster=generic('name',oshostname(),'np',3); 9 md=solve(md,BalancethicknessSolutionEnum );9 md=solve(md,BalancethicknessSolutionEnum()); 10 10 11 11 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test117.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 8 8 md=setflowequation(md,'macayeal','all'); 9 9 md.cluster=generic('name',oshostname(),'np',3); 10 md=solve(md,BalancethicknessSolutionEnum );10 md=solve(md,BalancethicknessSolutionEnum()); 11 11 12 12 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test118.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=meshconvert(md); 3 3 md=setmask(md,'all',''); … … 7 7 md=setflowequation(md,'macayeal','all'); 8 8 md.cluster=generic('name',oshostname(),'np',3); 9 md=solve(md,BalancethicknessSolutionEnum );9 md=solve(md,BalancethicknessSolutionEnum()); 10 10 11 11 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test119.m
r13437 r13581 1 1 2 2 %Simple mesh 3 md=bamg(model ,'domain','../Exp/Square.exp','hmax',100000.);3 md=bamg(model(),'domain','../Exp/Square.exp','hmax',100000.); 4 4 x1=md.mesh.x; 5 5 y1=md.mesh.y; 6 6 7 7 %hVertices 8 md=bamg(model ,'domain','../Exp/Square.exp','hmax',300000.,'hVertices',[10000. 100000. 400000. 100000.]');8 md=bamg(model(),'domain','../Exp/Square.exp','hmax',300000.,'hVertices',[10000. 100000. 400000. 100000.]'); 9 9 x2=md.mesh.x; 10 10 y2=md.mesh.y; … … 12 12 %big mesh 13 13 t0=clock; 14 md=bamg(model ,'domain','../Exp/Square.exp','hmax',3000.);14 md=bamg(model(),'domain','../Exp/Square.exp','hmax',3000.); 15 15 nbelements=md.mesh.numberofelements; 16 16 elapsedtime=etime(clock,t0); -
issm/trunk-jpl/test/NightlyRun/test120.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 7 7 md.cluster=generic('name',oshostname(),'np',3); 8 8 md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1); 9 md=solve(md,EnthalpySolutionEnum );9 md=solve(md,EnthalpySolutionEnum()); 10 10 11 11 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test121.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 11 11 md.transient.isgroundingline=0; 12 12 md.thermal.isenthalpy=1; 13 md=solve(md,TransientSolutionEnum );13 md=solve(md,TransientSolutionEnum()); 14 14 15 15 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test122.m
r12788 r13581 1 md=triangle(model ,'../Exp/Square.exp',200000);1 md=triangle(model(),'../Exp/Square.exp',200000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelfConstrained.par'); … … 8 8 md.thermal.stabilization=2; 9 9 md.cluster=generic('name',oshostname(),'np',3); 10 md=solve(md,TransientSolutionEnum );10 md=solve(md,TransientSolutionEnum()); 11 11 12 12 %Fields and tolerances to track changes 13 13 field_names ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','Enthalpy1','Waterfraction1', ... 14 15 14 'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','Enthalpy2','Waterfraction2', ... 15 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','Enthalpy3','Waterfraction3'}; 16 16 field_tolerances={... 17 17 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 21 21 #Fields and tolerances to track changes 22 22 field_names =['Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','Enthalpy1','Waterfraction1',\ 23 24 23 'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','Enthalpy2','Waterfraction2',\ 24 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','Enthalpy3','Waterfraction3'] 25 25 field_tolerances=[\ 26 26 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);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); 4 4 md=setflowequation(md,'macayeal','all'); 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 md=solve(md,DiagnosticSolutionEnum );6 md=solve(md,DiagnosticSolutionEnum()); 7 7 8 8 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test202.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 5 5 md=setflowequation(md,'macayeal','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test203.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 5 5 md=setflowequation(md,'pattyn','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test204.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 5 5 md=setflowequation(md,'stokes','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test205.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 5 5 md=setflowequation(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal','coupling','penalties'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test206.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 6 6 md.timestepping.time_step=0; 7 7 md.cluster=generic('name',oshostname(),'np',3); 8 md=solve(md,ThermalSolutionEnum );8 md=solve(md,ThermalSolutionEnum()); 9 9 10 10 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test207.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 9 9 md.transient.isthermal=1; 10 10 md.transient.isgroundingline=0; 11 md=solve(md,TransientSolutionEnum );11 md=solve(md,TransientSolutionEnum()); 12 12 13 13 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test208.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); 4 4 md=setflowequation(md,'macayeal','all'); 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 md=solve(md,TransientSolutionEnum );6 md=solve(md,TransientSolutionEnum()); 7 7 8 8 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test209.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',180000);1 md=triangle(model(),'../Exp/Square.exp',180000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 5 5 md=setflowequation(md,'macayeal','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,TransientSolutionEnum );7 md=solve(md,TransientSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes 10 10 field_names ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsMeltingRate1', ... 11 12 11 'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2', ... 12 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3'}; 13 13 field_tolerances={... 14 14 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 33 33 34 34 field_names =['Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsMeltingRate1', \ 35 36 35 'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2', \ 36 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3'] 37 37 field_tolerances=[\ 38 38 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);1 md=triangle(model(),'../Exp/Square.exp',200000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 5 5 md=setflowequation(md,'pattyn','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,TransientSolutionEnum );7 md=solve(md,TransientSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test211.m
r13369 r13581 1 md=triangle(model ,'../Exp/Square.exp',200000);1 md=triangle(model(),'../Exp/Square.exp',200000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 6 6 md.diagnostic.reltol=NaN; 7 7 md.cluster=generic('name',oshostname(),'np',3); 8 md=solve(md,TransientSolutionEnum );8 md=solve(md,TransientSolutionEnum()); 9 9 10 10 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test212.m
r13518 r13581 1 md=triangle(model ,'../Exp/Square.exp',200000);1 md=triangle(model(),'../Exp/Square.exp',200000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 18 18 19 19 md.cluster=generic('name',oshostname(),'np',3); 20 md=solve(md,DiagnosticSolutionEnum );20 md=solve(md,DiagnosticSolutionEnum()); 21 21 22 22 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test213.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',200000);1 md=triangle(model(),'../Exp/Square.exp',200000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 19 19 20 20 md.cluster=generic('name',oshostname(),'np',3); 21 md=solve(md,DiagnosticSolutionEnum );21 md=solve(md,DiagnosticSolutionEnum()); 22 22 23 23 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test214.m
r13519 r13581 1 md=triangle(model ,'../Exp/Square.exp',200000);1 md=triangle(model(),'../Exp/Square.exp',200000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 19 19 20 20 md.cluster=generic('name',oshostname(),'np',3); 21 md=solve(md,DiagnosticSolutionEnum );21 md=solve(md,DiagnosticSolutionEnum()); 22 22 23 23 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test215.m
r13519 r13581 1 md=triangle(model ,'../Exp/Square.exp',200000);1 md=triangle(model(),'../Exp/Square.exp',200000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 19 19 20 20 md.cluster=generic('name',oshostname(),'np',3); 21 md=solve(md,DiagnosticSolutionEnum );21 md=solve(md,DiagnosticSolutionEnum()); 22 22 23 23 %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);1 md=triangle(model(),'../Exp/SquareHole.exp','../Exp/Rifts.exp',50000); 2 2 md=meshprocessrifts(md,'../Exp/Square.exp'); 3 3 md=setmask(md,'all',''); … … 12 12 md.diagnostic.rift_penalty_threshold=0; 13 13 md.rifts.riftstruct.fractionincrement=.1; 14 md=solve(md,DiagnosticSolutionEnum );14 md=solve(md,DiagnosticSolutionEnum()); 15 15 16 16 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test217.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 58 58 md.diagnostic.icefront=diagnostic.icefront; 59 59 60 md=solve(md,DiagnosticSolutionEnum );60 md=solve(md,DiagnosticSolutionEnum()); 61 61 62 62 %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);1 md=squaremesh(model(),1000000,1000000,5,5); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 81 81 82 82 %solve 83 md=solve(md,DiagnosticSolutionEnum ,'overwrite','y');83 md=solve(md,DiagnosticSolutionEnum(),'overwrite','y'); 84 84 85 85 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test219.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 5 5 md=setflowequation(md,'pattyn','../Exp/SquareHalfRight.exp','fill','macayeal'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test220.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',120000);1 md=triangle(model(),'../Exp/Square.exp',120000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 5 5 md=setflowequation(md,'stokes','../Exp/SquareHalfRight.exp','fill','pattyn'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 md=solve(md,DiagnosticSolutionEnum );7 md=solve(md,DiagnosticSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test221.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',120000);1 md=triangle(model(),'../Exp/Square.exp',120000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 7 md.diagnostic.viscosity_overshoot=0; 8 md=solve(md,DiagnosticSolutionEnum );8 md=solve(md,DiagnosticSolutionEnum()); 9 9 10 10 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test222.m
r12791 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 6 md.prognostic.hydrostatic_adjustment='Incremental'; 7 md=solve(md,TransientSolutionEnum );7 md=solve(md,TransientSolutionEnum()); 8 8 9 9 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test223.m
r13580 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 6 6 md.cluster=generic('name',oshostname(),'np',1); 7 7 md.prognostic.hydrostatic_adjustment='Incremental'; 8 md=solve(md,TransientSolutionEnum );8 md=solve(md,TransientSolutionEnum()); 9 9 10 10 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test224.m
r13580 r13581 1 md=triangle(model ,'../Exp/Square.exp',200000);1 md=triangle(model(),'../Exp/Square.exp',200000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 7 md.prognostic.hydrostatic_adjustment='Incremental'; 8 md=solve(md,TransientSolutionEnum );8 md=solve(md,TransientSolutionEnum()); 9 9 10 10 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test225.m
r13580 r13581 1 md=triangle(model ,'../Exp/Square.exp',200000);1 md=triangle(model(),'../Exp/Square.exp',200000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 7 7 md.cluster=generic('name',oshostname(),'np',3); 8 8 md.prognostic.hydrostatic_adjustment='Incremental'; 9 md=solve(md,TransientSolutionEnum );9 md=solve(md,TransientSolutionEnum()); 10 10 11 11 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test226.m
r13580 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 6 6 md.timestepping.time_adapt=1.; 7 7 md.timestepping.final_time=10.; 8 md=solve(md,TransientSolutionEnum );8 md=solve(md,TransientSolutionEnum()); 9 9 10 10 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test227.m
r13580 r13581 1 md=triangle(model ,'../Exp/Square.exp',200000);1 md=triangle(model(),'../Exp/Square.exp',200000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 7 7 md.timestepping.time_adapt=1.; 8 8 md.timestepping.final_time=10.; 9 md=solve(md,TransientSolutionEnum );9 md=solve(md,TransientSolutionEnum()); 10 10 11 11 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test228.m
r13580 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 17 17 md.transient.isthermal=0; 18 18 19 md=solve(md,TransientSolutionEnum );19 md=solve(md,TransientSolutionEnum()); 20 20 21 21 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test229.m
r13580 r13581 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'all',''); 3 3 md=parameterize(md,'../Par/SquareShelf.par'); … … 17 17 md.transient.isthermal=0; 18 18 19 md=solve(md,TransientSolutionEnum );19 md=solve(md,TransientSolutionEnum()); 20 20 21 21 %Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test514.m
r13494 r13581 2 2 hVertices=10000.*ones(27,1); 3 3 hVertices(1:5)=1000.; 4 md=bamg(model ,'domain','../Exp/Pig.exp','hmax',20000.,'hVertices',hVertices,'gradation',3.,'geometricalmetric',1);4 md=bamg(model(),'domain','../Exp/Pig.exp','hmax',20000.,'hVertices',hVertices,'gradation',3.,'geometricalmetric',1); 5 5 x1=md.mesh.x; 6 6 y1=md.mesh.y; 7 7 8 8 %Simple mesh 2 9 md=bamg(model ,'domain','../Exp/Pig.exp','hmax',10000.);9 md=bamg(model(),'domain','../Exp/Pig.exp','hmax',10000.); 10 10 md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp'); 11 11 md=parameterize(md,'../Par/Pig.par');
Note:
See TracChangeset
for help on using the changeset viewer.