Changeset 16137 for issm/trunk/test/NightlyRun/test201.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/test201.py
r13975 r16137 12 12 md=setmask(md,'all','') 13 13 md=parameterize(md,'../Par/SquareShelf.py') 14 md=setflowequation(md,' macayeal','all')14 md=setflowequation(md,'SSA','all') 15 15 md.cluster=generic('name',oshostname(),'np',3) 16 md=solve(md, DiagnosticSolutionEnum())16 md=solve(md,StressbalanceSolutionEnum()) 17 17 18 18 #Fields and tolerances to track changes … … 20 20 field_tolerances=[1e-13,1e-13,1e-13,1e-13] 21 21 field_values=[\ 22 md.results. DiagnosticSolution.Vx,\23 md.results. DiagnosticSolution.Vy,\24 md.results. DiagnosticSolution.Vel,\25 md.results. DiagnosticSolution.Pressure,\22 md.results.StressbalanceSolution.Vx,\ 23 md.results.StressbalanceSolution.Vy,\ 24 md.results.StressbalanceSolution.Vel,\ 25 md.results.StressbalanceSolution.Pressure,\ 26 26 ]
Note:
See TracChangeset
for help on using the changeset viewer.