Changeset 28089
- Timestamp:
- 01/31/24 14:21:29 (14 months ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test432.m
r24704 r28089 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,2e-10, 4e-10,3e-9};16 field_tolerances={3e-09,1e-09,1e-09,1e-09,1e-13,2e-10,5e-10,3e-9}; 17 17 field_values={... 18 18 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test432.py
r24704 r28089 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, 2e-10, 4e-10, 3e-9]26 field_tolerances = [3e-09, 1e-09, 1e-09, 1e-09, 1e-13, 2e-10, 5e-10, 3e-9] 27 27 field_values = [md.results.SteadystateSolution.Vx, 28 28 md.results.SteadystateSolution.Vy, -
issm/trunk-jpl/test/NightlyRun/test803.m
r28075 r28089 30 30 field_tolerances={8e-13,6e-13,8e-13,3e-13,3e-13,2e-13,2e-13,1e-13,1e-13,... 31 31 3e-12,4e-12,3e-12,3e-13,5e-13,2e-13,2e-13,1e-13,1e-13,... 32 5e-12, 1e-11,5e-12,5e-13,8e-13,2e-13,2e-13,1e-13,1e-13,};32 5e-12,2e-11,5e-12,5e-13,8e-13,2e-13,2e-13,1e-13,1e-13,}; 33 33 field_values={... 34 34 md.results.TransientSolution(1).Vx,... -
issm/trunk-jpl/test/NightlyRun/test803.py
r28075 r28089 39 39 field_tolerances = [8e-13, 6e-13, 8e-13, 3e-13, 3e-13, 2e-13, 2e-13, 1e-13, 1e-13, 40 40 3e-12, 4e-12, 3e-12, 3e-13, 5e-13, 2e-13, 2e-13, 1e-13, 1e-13, 41 5e-12, 1e-11, 5e-12, 5e-13, 8e-13, 2e-13, 2e-13, 1e-13, 1e-13]41 5e-12, 2e-11, 5e-12, 5e-13, 8e-13, 2e-13, 2e-13, 1e-13, 1e-13] 42 42 field_values = [md.results.TransientSolution[0].Vx, 43 43 md.results.TransientSolution[0].Vy,
Note:
See TracChangeset
for help on using the changeset viewer.