Changeset 18593 for issm/trunk-jpl/test/NightlyRun/test531.py
- Timestamp:
- 10/08/14 09:26:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test531.py
r16044 r18593 18 18 19 19 # Fields and tolerances to track changes 20 field_names =[' SurfaceSlopeX','SurfaceSlopeY','Vel']20 field_names =['DrivingStressX','DrivingStressY','Vel'] 21 21 field_tolerances=[1e-13,1e-13,1e-13] 22 22 field_values=[\ 23 md.results.BalancevelocitySolution. SurfaceSlopeX,\24 md.results.BalancevelocitySolution. SurfaceSlopeY,\23 md.results.BalancevelocitySolution.DrivingStressX,\ 24 md.results.BalancevelocitySolution.DrivingStressY,\ 25 25 md.results.BalancevelocitySolution.Vel,\ 26 26 ]
Note:
See TracChangeset
for help on using the changeset viewer.