Changeset 16137 for issm/trunk/test/NightlyRun/test511.m
- Timestamp:
- 09/16/13 09:43:55 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk ¶
- Property svn:ignore
-
TabularUnified
old new 1 nightlylog 2 configure.sh 1 3 par 2 4 ad
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 15397-15401,15403-15487,15489-15701,15704-15735,15737-16076,16082-16133
- Property svn:ignore
-
issm/trunk/test ¶
- Property svn:mergeinfo changed
-
TabularUnified issm/trunk/test/NightlyRun/test511.m ¶
r13975 r16137 1 md=triangle(model(),'../Exp/Pig.exp',1 0000.);1 md=triangle(model(),'../Exp/Pig.exp',11000.); 2 2 md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp'); 3 3 md=parameterize(md,'../Par/Pig.par'); … … 7 7 md.geometry.surface=md.geometry.bed+md.geometry.thickness; 8 8 md=extrude(md,3,1.); 9 md=setflowequation(md,' stokes','all');10 md=extract(md,md.mask. elementonfloatingice);9 md=setflowequation(md,'FS','all'); 10 md=extract(md,md.mask.groundedice_levelset<0.); 11 11 12 12 %control parameters … … 24 24 25 25 md.cluster=generic('name',oshostname(),'np',3); 26 md=solve(md, DiagnosticSolutionEnum());26 md=solve(md,StressbalanceSolutionEnum()); 27 27 28 28 %Fields and tolerances to track changes … … 30 30 field_tolerances={1e-11,1e-12,1e-12,1e-09,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12}; 31 31 field_values={... 32 (md.results. DiagnosticSolution.Gradient1),...33 (md.results. DiagnosticSolution.J),...34 (md.results. DiagnosticSolution.MaterialsRheologyB),...35 (md.results. DiagnosticSolution.Pressure),...36 (md.results. DiagnosticSolution.Vel),...37 (md.results. DiagnosticSolution.Vx),...38 (md.results. DiagnosticSolution.Vy)32 (md.results.StressbalanceSolution.Gradient1),... 33 (md.results.StressbalanceSolution.J),... 34 (md.results.StressbalanceSolution.MaterialsRheologyB),... 35 (md.results.StressbalanceSolution.Pressure),... 36 (md.results.StressbalanceSolution.Vel),... 37 (md.results.StressbalanceSolution.Vx),... 38 (md.results.StressbalanceSolution.Vy) 39 39 };
Note:
See TracChangeset
for help on using the changeset viewer.