Changeset 16137 for issm/trunk/test/NightlyRun/test216.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
-
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
-
issm/trunk/test/NightlyRun/test216.m
r13975 r16137 2 2 md=meshprocessrifts(md,'../Exp/Square.exp'); 3 3 md=setmask(md,'all',''); 4 md=parameterize(md,'../Par/SquareShelf .par');5 md=setflowequation(md,' macayeal','all');4 md=parameterize(md,'../Par/SquareShelf2.par'); 5 md=setflowequation(md,'SSA','all'); 6 6 md.cluster=generic('name',oshostname(),'np',3); 7 7 … … 9 9 md.rifts.riftstruct.fill=MelangeEnum(); 10 10 md.rifts.riftstruct.fraction=0; 11 md. diagnostic.rift_penalty_lock=2;12 md. diagnostic.rift_penalty_threshold=0;11 md.stressbalance.rift_penalty_lock=2; 12 md.stressbalance.rift_penalty_threshold=0; 13 13 md.rifts.riftstruct.fractionincrement=.1; 14 md=solve(md, DiagnosticSolutionEnum());14 md=solve(md,StressbalanceSolutionEnum()); 15 15 16 16 %Fields and tolerances to track changes 17 17 field_names ={'Vx','Vy','Vel','Pressure'}; 18 field_tolerances={ 1e-11,1e-11,1e-11,1e-11};18 field_tolerances={4e-11,2e-11,2e-11,2e-11}; 19 19 field_values={... 20 (md.results. DiagnosticSolution.Vx),...21 (md.results. DiagnosticSolution.Vy),...22 (md.results. DiagnosticSolution.Vel),...23 (md.results. DiagnosticSolution.Pressure),...20 (md.results.StressbalanceSolution.Vx),... 21 (md.results.StressbalanceSolution.Vy),... 22 (md.results.StressbalanceSolution.Vel),... 23 (md.results.StressbalanceSolution.Pressure),... 24 24 };
Note:
See TracChangeset
for help on using the changeset viewer.