source: issm/oecreview/Archive/24307-24683/ISSM-24467-24468.diff@ 24684

Last change on this file since 24684 was 24684, checked in by Mathieu Morlighem, 5 years ago

CHG: added new review

File size: 4.8 KB
RevLine 
[24684]1Index: ../trunk-jpl/test/NightlyRun/test221.py
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test221.py (revision 24467)
4+++ ../trunk-jpl/test/NightlyRun/test221.py (revision 24468)
5@@ -17,10 +17,10 @@
6 md = solve(md, 'Stressbalance')
7
8 #Fields and tolerances to track changes
9-field_names = ['Vx', 'Vy', 'Vz', 'Vel', 'Pressure']
10-field_tolerances = [1e-09, 1e-09, 5e-06, 1e-09, 1e-09]
11+field_names = ['Vx', 'Vy', 'Vz', 'Vel']
12+field_tolerances = [1e-09, 1e-09, 5e-06, 1e-09]
13 field_values = [md.results.StressbalanceSolution.Vx,
14 md.results.StressbalanceSolution.Vy,
15 md.results.StressbalanceSolution.Vz,
16- md.results.StressbalanceSolution.Vel,
17- md.results.StressbalanceSolution.Pressure]
18+ md.results.StressbalanceSolution.Vel
19+]
20Index: ../trunk-jpl/test/NightlyRun/test220.m
21===================================================================
22--- ../trunk-jpl/test/NightlyRun/test220.m (revision 24467)
23+++ ../trunk-jpl/test/NightlyRun/test220.m (revision 24468)
24@@ -9,12 +9,11 @@
25 md=solve(md,'Stressbalance');
26
27 %Fields and tolerances to track changes
28-field_names ={'Vx','Vy','Vz','Vel','Pressure'};
29-field_tolerances={1e-09,1e-09,5e-06,1e-09,1e-09};
30+field_names ={'Vx','Vy','Vz','Vel'};
31+field_tolerances={1e-09,1e-09,5e-06,1e-09};
32 field_values={...
33 (md.results.StressbalanceSolution.Vx),...
34 (md.results.StressbalanceSolution.Vy),...
35 (md.results.StressbalanceSolution.Vz),...
36- (md.results.StressbalanceSolution.Vel),...
37- (md.results.StressbalanceSolution.Pressure),...
38- };
39+ (md.results.StressbalanceSolution.Vel)...
40+};
41Index: ../trunk-jpl/test/NightlyRun/test221.m
42===================================================================
43--- ../trunk-jpl/test/NightlyRun/test221.m (revision 24467)
44+++ ../trunk-jpl/test/NightlyRun/test221.m (revision 24468)
45@@ -8,12 +8,11 @@
46 md=solve(md,'Stressbalance');
47
48 %Fields and tolerances to track changes
49-field_names ={'Vx','Vy','Vz','Vel','Pressure'};
50-field_tolerances={1e-09,1e-09,5e-06,1e-09,1e-09};
51+field_names ={'Vx','Vy','Vz','Vel'};
52+field_tolerances={1e-09,1e-09,5e-06,1e-09};
53 field_values={...
54 (md.results.StressbalanceSolution.Vx),...
55 (md.results.StressbalanceSolution.Vy),...
56 (md.results.StressbalanceSolution.Vz),...
57 (md.results.StressbalanceSolution.Vel),...
58- (md.results.StressbalanceSolution.Pressure),...
59- };
60+};
61Index: ../trunk-jpl/test/NightlyRun/test220.js
62===================================================================
63--- ../trunk-jpl/test/NightlyRun/test220.js (revision 24467)
64+++ ../trunk-jpl/test/NightlyRun/test220.js (revision 24468)
65@@ -10,12 +10,11 @@
66 md=solve(md,'Stressbalance');
67
68 //Fields and tolerances to track changes
69-field_names =['Vx','Vy','Vz','Vel','Pressure'];
70-field_tolerances=[1e-09,1e-09,5e-06,1e-09,1e-09];
71+field_names =['Vx','Vy','Vz','Vel'];
72+field_tolerances=[1e-09,1e-09,5e-06,1e-09];
73 field_values=[
74 (md.results.StressbalanceSolution[0].Vx),
75 (md.results.StressbalanceSolution[0].Vy),
76 (md.results.StressbalanceSolution[0].Vz),
77- (md.results.StressbalanceSolution[0].Vel),
78- (md.results.StressbalanceSolution[0].Pressure),
79- ];
80+ (md.results.StressbalanceSolution[0].Vel)
81+];
82Index: ../trunk-jpl/test/NightlyRun/test221.js
83===================================================================
84--- ../trunk-jpl/test/NightlyRun/test221.js (revision 24467)
85+++ ../trunk-jpl/test/NightlyRun/test221.js (revision 24468)
86@@ -9,12 +9,11 @@
87 md=solve(md,'Stressbalance');
88
89 //Fields and tolerances to track changes
90-field_names =['Vx','Vy','Vz','Vel','Pressure'];
91-field_tolerances=[1e-09,1e-09,5e-06,1e-09,1e-09];
92+field_names =['Vx','Vy','Vz','Vel'];
93+field_tolerances=[1e-09,1e-09,5e-06,1e-09];
94 field_values=[
95 (md.results.StressbalanceSolution[0].Vx),
96 (md.results.StressbalanceSolution[0].Vy),
97 (md.results.StressbalanceSolution[0].Vz),
98- (md.results.StressbalanceSolution[0].Vel),
99- (md.results.StressbalanceSolution[0].Pressure),
100- ];
101+ (md.results.StressbalanceSolution[0].Vel)
102+];
103Index: ../trunk-jpl/test/NightlyRun/test220.py
104===================================================================
105--- ../trunk-jpl/test/NightlyRun/test220.py (revision 24467)
106+++ ../trunk-jpl/test/NightlyRun/test220.py (revision 24468)
107@@ -19,10 +19,10 @@
108
109 # Fields and tolerances to track changes
110
111-field_names = ['Vx', 'Vy', 'Vz', 'Vel', 'Pressure']
112-field_tolerances = [1e-09, 1e-09, 5e-06, 1e-09, 1e-09]
113+field_names = ['Vx', 'Vy', 'Vz', 'Vel']
114+field_tolerances = [1e-09, 1e-09, 5e-06, 1e-09]
115 field_values = [md.results.StressbalanceSolution.Vx,
116 md.results.StressbalanceSolution.Vy,
117 md.results.StressbalanceSolution.Vz,
118- md.results.StressbalanceSolution.Vel,
119- md.results.StressbalanceSolution.Pressure]
120+ md.results.StressbalanceSolution.Vel
121+]
Note: See TracBrowser for help on using the repository browser.