Changeset 24704
- Timestamp:
- 04/08/20 10:39:13 (5 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test432.m
r23180 r24704 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,4e-10,3e-9};16 field_tolerances={3e-09,1e-09,1e-09,1e-09,1e-13,2e-10,4e-10,3e-9}; 17 17 field_values={... 18 18 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test432.py
r23793 r24704 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, 4e-10, 3e-9]26 field_tolerances = [3e-09, 1e-09, 1e-09, 1e-09, 1e-13, 2e-10, 4e-10, 3e-9] 27 27 field_values = [md.results.SteadystateSolution.Vx, 28 28 md.results.SteadystateSolution.Vy,
Note:
See TracChangeset
for help on using the changeset viewer.