Changeset 16137 for issm/trunk/test/NightlyRun/test216.py
- 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.py
r13975 r16137 13 13 md=meshprocessrifts(md,'../Exp/Square.exp') 14 14 md=setmask(md,'all','') 15 md=parameterize(md,'../Par/SquareShelf .py')16 md=setflowequation(md,' macayeal','all')15 md=parameterize(md,'../Par/SquareShelf2.py') 16 md=setflowequation(md,'SSA','all') 17 17 md.cluster=generic('name',oshostname(),'np',3) 18 18 … … 21 21 md.rifts.riftstruct[0]['fill']=MelangeEnum() 22 22 md.rifts.riftstruct[0]['fraction']=0 23 md. diagnostic.rift_penalty_lock=224 md. diagnostic.rift_penalty_threshold=023 md.stressbalance.rift_penalty_lock=2 24 md.stressbalance.rift_penalty_threshold=0 25 25 md.rifts.riftstruct[0]['fractionincrement']=0.1 26 md=solve(md, DiagnosticSolutionEnum())26 md=solve(md,StressbalanceSolutionEnum()) 27 27 28 28 # Fields and tolerances to track changes 29 29 30 30 field_names =['Vx','Vy','Vel','Pressure'] 31 field_tolerances=[ 1e-11,1e-11,1e-11,1e-11]31 field_tolerances=[2.5e-11,1.5e-11,1e-11,1.5e-11] 32 32 field_values=[\ 33 md.results. DiagnosticSolution.Vx,\34 md.results. DiagnosticSolution.Vy,\35 md.results. DiagnosticSolution.Vel,\36 md.results. DiagnosticSolution.Pressure,\33 md.results.StressbalanceSolution.Vx,\ 34 md.results.StressbalanceSolution.Vy,\ 35 md.results.StressbalanceSolution.Vel,\ 36 md.results.StressbalanceSolution.Pressure,\ 37 37 ]
Note:
See TracChangeset
for help on using the changeset viewer.