Changeset 19105 for issm/trunk/test/NightlyRun/test531.py
- Timestamp:
- 02/12/15 16:48:40 (10 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 build-fw 2 build-ad 1 3 nightlylog 2 4 configure.sh
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 18302-18306,18308-18311,18313-18322,18326-18337,18339-18351,18353-18355,18357-18513,18515-19101
- Property svn:ignore
-
issm/trunk/test
- Property svn:mergeinfo changed
-
issm/trunk/test/NightlyRun/test531.py
r16137 r19105 1 #Test Name: PigBalVel2 1 2 from model import * 2 3 from triangle import * … … 18 19 19 20 # Fields and tolerances to track changes 20 field_names =[' SurfaceSlopeX','SurfaceSlopeY','Vel']21 field_names =['DrivingStressX','DrivingStressY','Vel'] 21 22 field_tolerances=[1e-13,1e-13,1e-13] 22 23 field_values=[\ 23 md.results.BalancevelocitySolution. SurfaceSlopeX,\24 md.results.BalancevelocitySolution. SurfaceSlopeY,\24 md.results.BalancevelocitySolution.DrivingStressX,\ 25 md.results.BalancevelocitySolution.DrivingStressY,\ 25 26 md.results.BalancevelocitySolution.Vel,\ 26 27 ]
Note:
See TracChangeset
for help on using the changeset viewer.