Changeset 16554
- Timestamp:
- 10/28/13 09:16:10 (11 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test120.py
r16472 r16554 25 25 #Fields and tolerances to track changes 26 26 field_names =['Enthalpy','Waterfraction','Temperature'] 27 field_tolerances=[1e-13, 1.45e-10,1e-13]27 field_tolerances=[1e-13,2e-10,1e-13] 28 28 field_values=[\ 29 29 md.results.ThermalSolution.Enthalpy,\ -
issm/trunk-jpl/test/NightlyRun/test421.py
r16072 r16554 19 19 #Fields and tolerances to track changes 20 20 field_names =['Vx','Vy','Vz','Vel','Pressure'] 21 field_tolerances=[ 1e-07,1e-07,2e-05,1e-07,2e-07]21 field_tolerances=[2e-07,1e-07,2e-05,1e-07,2e-07] 22 22 field_values=[\ 23 23 md.results.StressbalanceSolution.Vx,\
Note:
See TracChangeset
for help on using the changeset viewer.