Changeset 19868
- Timestamp:
- 12/09/15 17:40:58 (9 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test432.m
r19372 r19868 14 14 %Fields and tolerances to track changes 15 15 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'}; 16 field_tolerances={3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3 e-10,3e-9};16 field_tolerances={3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3.2e-10,3e-9}; 17 17 field_values={... 18 18 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test432.py
r19372 r19868 24 24 #Fields and tolerances to track changes 25 25 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'] 26 field_tolerances=[3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3 e-10,3e-9]26 field_tolerances=[3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3.2e-10,3e-9] 27 27 field_values=[\ 28 28 md.results.SteadystateSolution.Vx,\
Note:
See TracChangeset
for help on using the changeset viewer.