source: issm/oecreview/Archive/16554-17801/ISSM-17746-17747.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 10.6 KB
RevLine 
[17802]1Index: ../trunk-jpl/test/NightlyRun/test410.m
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test410.m (revision 17746)
4+++ ../trunk-jpl/test/NightlyRun/test410.m (revision 17747)
5@@ -9,7 +9,7 @@
6
7 %Fields and tolerances to track changes
8 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'};
9-field_tolerances={1e-09,1e-09,1e-08,3e-10,1e-13,2e-10,1e-06};
10+field_tolerances={1e-09,1e-09,1e-08,3e-10,1e-13,3e-10,1e-06};
11 field_values={...
12 (md.results.SteadystateSolution.Vx),...
13 (md.results.SteadystateSolution.Vy),...
14Index: ../trunk-jpl/test/NightlyRun/test435.m
15===================================================================
16--- ../trunk-jpl/test/NightlyRun/test435.m (revision 17746)
17+++ ../trunk-jpl/test/NightlyRun/test435.m (revision 17747)
18@@ -47,7 +47,7 @@
19 'Bed2','Surface2','Thickness2','Floatingice2','Vx2','Vy2','Vz2','Pressure2',...
20 'Bed3','Surface3','Thickness3','Floatingice3','Vx3','Vy3','Vz3','Pressure3'};
21 field_tolerances={2e-11,3e-12,2e-11,1e-11,4e-10,1e-08,6e-10,1e-13,...
22- 2e-11,3e-11,9e-10,7e-11,1e-09,1e-08,1e-09,1e-10,...
23+ 3e-11,3e-11,9e-10,7e-11,1e-09,1e-08,1e-09,1e-10,...
24 1e-10,3e-11,1e-10,7e-11,1e-09,1e-08,1e-09,1e-10};
25 field_values={...
26 (md.results.TransientSolution(1).Base),...
27Index: ../trunk-jpl/test/NightlyRun/test206.m
28===================================================================
29--- ../trunk-jpl/test/NightlyRun/test206.m (revision 17746)
30+++ ../trunk-jpl/test/NightlyRun/test206.m (revision 17747)
31@@ -9,7 +9,7 @@
32
33 %Fields and tolerances to track changes
34 field_names ={'Temperature','BasalforcingsMeltingRate'};
35-field_tolerances={1e-13,2.6e-6};
36+field_tolerances={1e-13,5e-6};
37 field_values={...
38 (md.results.ThermalSolution.Temperature),...
39 (md.results.ThermalSolution.BasalforcingsMeltingRate),...
40Index: ../trunk-jpl/test/NightlyRun/test322.m
41===================================================================
42--- ../trunk-jpl/test/NightlyRun/test322.m (revision 17746)
43+++ ../trunk-jpl/test/NightlyRun/test322.m (revision 17747)
44@@ -22,7 +22,7 @@
45
46 %Fields and tolerances to track changes
47 field_names ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy'};
48-field_tolerances={1e-06,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,2e-09,2e-09,2e-09};
49+field_tolerances={2e-06,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,2e-09,2e-09,2e-09};
50 field_values={...
51 (md.results.StressbalanceSolution.Gradient1),...
52 (md.results.StressbalanceSolution.J),...
53Index: ../trunk-jpl/test/NightlyRun/test221.py
54===================================================================
55--- ../trunk-jpl/test/NightlyRun/test221.py (revision 17746)
56+++ ../trunk-jpl/test/NightlyRun/test221.py (revision 17747)
57@@ -18,7 +18,7 @@
58
59 #Fields and tolerances to track changes
60 field_names =['Vx','Vy','Vz','Vel','Pressure']
61-field_tolerances=[1e-09,1e-09,1e-06,1e-09,1e-09]
62+field_tolerances=[1e-09,1e-09,5e-06,1e-09,1e-09]
63 field_values=[\
64 md.results.StressbalanceSolution.Vx,\
65 md.results.StressbalanceSolution.Vy,\
66Index: ../trunk-jpl/test/NightlyRun/test209.py
67===================================================================
68--- ../trunk-jpl/test/NightlyRun/test209.py (revision 17746)
69+++ ../trunk-jpl/test/NightlyRun/test209.py (revision 17747)
70@@ -25,8 +25,8 @@
71 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3']
72 field_tolerances=[\
73 1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,\
74- 1e-13,1e-13,3e-9,1e-13,3.8e-11,3.85e-11,3.85e-11,3.85e-11,1e-13,1.9e-8,\
75- 5e-11,6e-12,1e-08,6e-12,3.9e-11,1e-10,1e-10,1e-10,9e-12,1.85e-8]
76+ 1e-13,1e-13,3e-9,1e-13,3.8e-11,3.85e-11,3.85e-11,3.85e-11,1e-13,2e-8,\
77+ 5e-11,6e-12,1e-08,6e-12,3.9e-11,1e-10,1e-10,1e-10,9e-12,2e-8]
78
79 field_values=[\
80 md.results.TransientSolution[0].Vx,\
81Index: ../trunk-jpl/test/NightlyRun/test233.m
82===================================================================
83--- ../trunk-jpl/test/NightlyRun/test233.m (revision 17746)
84+++ ../trunk-jpl/test/NightlyRun/test233.m (revision 17747)
85@@ -15,8 +15,8 @@
86 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3', ...
87 'Vx4','Vy4','Vz4','Vel4','Pressure4','Bed4','Surface4','Thickness4','Temperature4','BasalforcingsMeltingRate4'};
88 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09, ...
89- 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-07, ...
90 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, ...
91+ 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, ...
92 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
93 field_values={...
94 (md.results.TransientSolution(1).Vx),...
95Index: ../trunk-jpl/test/NightlyRun/test455.py
96===================================================================
97--- ../trunk-jpl/test/NightlyRun/test455.py (revision 17746)
98+++ ../trunk-jpl/test/NightlyRun/test455.py (revision 17747)
99@@ -22,7 +22,7 @@
100 md.flowequation.fe_HO=i
101 md=solve(md,StressbalanceSolutionEnum())
102 field_names =field_names+['Vx'+i,'Vy'+i,'Vz'+i,'Vel'+i,'Pressure'+i]
103- field_tolerances=field_tolerances+[4e-08,4e-08,1e-08,4e-08,3e-13]
104+ field_tolerances=field_tolerances+[5e-08,4e-08,1e-08,4e-08,3e-13]
105 field_values=field_values+[\
106 md.results.StressbalanceSolution.Vx,\
107 md.results.StressbalanceSolution.Vy,\
108Index: ../trunk-jpl/test/NightlyRun/test455.m
109===================================================================
110--- ../trunk-jpl/test/NightlyRun/test455.m (revision 17746)
111+++ ../trunk-jpl/test/NightlyRun/test455.m (revision 17747)
112@@ -12,7 +12,7 @@
113 md.flowequation.fe_HO=i{1};
114 md=solve(md,StressbalanceSolutionEnum());
115 field_names ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}]};
116- field_tolerances={field_tolerances{:},4e-08,4e-08,1e-08,4e-08,3e-13};
117+ field_tolerances={field_tolerances{:},5e-08,4e-08,1e-08,4e-08,3e-13};
118 field_values={field_values{:},...
119 (md.results.StressbalanceSolution.Vx),...
120 (md.results.StressbalanceSolution.Vy),...
121Index: ../trunk-jpl/test/NightlyRun/test410.py
122===================================================================
123--- ../trunk-jpl/test/NightlyRun/test410.py (revision 17746)
124+++ ../trunk-jpl/test/NightlyRun/test410.py (revision 17747)
125@@ -19,7 +19,7 @@
126
127 #Fields and tolerances to track changes
128 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate']
129-field_tolerances=[1e-09,1e-09,1e-08,1e-09,1e-13,2e-10,1e-06]
130+field_tolerances=[1e-09,1e-09,1e-08,1e-09,1e-13,3e-10,1e-06]
131 field_values=[\
132 md.results.SteadystateSolution.Vx,\
133 md.results.SteadystateSolution.Vy,\
134Index: ../trunk-jpl/test/NightlyRun/test209.m
135===================================================================
136--- ../trunk-jpl/test/NightlyRun/test209.m (revision 17746)
137+++ ../trunk-jpl/test/NightlyRun/test209.m (revision 17747)
138@@ -12,8 +12,8 @@
139 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3'};
140 field_tolerances={...
141 1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,...
142- 1e-13,1e-13,3e-9,1e-13,3.8e-11,3.85e-11,3.85e-11,3.85e-11,1e-13,1.9e-8,...
143- 5e-11,6e-12,1e-08,6e-12,3.9e-11,1e-10,1e-10,1e-10,9e-12,1.85e-8};
144+ 1e-13,1e-13,3e-9,1e-13,3.8e-11,3.85e-11,3.85e-11,3.85e-11,1e-13,2e-8,...
145+ 5e-11,6e-12,1e-08,6e-12,3.9e-11,1e-10,1e-10,1e-10,9e-12,2-8};
146 field_values={...
147 (md.results.TransientSolution(1).Vx),...
148 (md.results.TransientSolution(1).Vy),...
149Index: ../trunk-jpl/test/NightlyRun/test285.m
150===================================================================
151--- ../trunk-jpl/test/NightlyRun/test285.m (revision 17746)
152+++ ../trunk-jpl/test/NightlyRun/test285.m (revision 17747)
153@@ -12,7 +12,7 @@
154 md.flowequation.fe_HO=i{1};
155 md=solve(md,StressbalanceSolutionEnum());
156 field_names ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}]};
157- field_tolerances={field_tolerances{:},6e-08,2e-08,2e-08,2e-08,1e-13};
158+ field_tolerances={field_tolerances{:},6e-08,3e-08,2e-08,3e-08,1e-13};
159 field_values={field_values{:},...
160 (md.results.StressbalanceSolution.Vx),...
161 (md.results.StressbalanceSolution.Vy),...
162Index: ../trunk-jpl/test/NightlyRun/test285.py
163===================================================================
164--- ../trunk-jpl/test/NightlyRun/test285.py (revision 17746)
165+++ ../trunk-jpl/test/NightlyRun/test285.py (revision 17747)
166@@ -22,7 +22,7 @@
167 md.flowequation.fe_HO=i
168 md=solve(md,StressbalanceSolutionEnum())
169 field_names =field_names+['Vx'+i,'Vy'+i,'Vz'+i,'Vel'+i,'Pressure'+i]
170- field_tolerances=field_tolerances+[6e-08,2e-08,2e-08,2e-08,1e-13]
171+ field_tolerances=field_tolerances+[6e-08,3e-08,2e-08,3e-08,1e-13]
172 field_values=field_values+[\
173 md.results.StressbalanceSolution.Vx,\
174 md.results.StressbalanceSolution.Vy,\
175Index: ../trunk-jpl/test/NightlyRun/test206.py
176===================================================================
177--- ../trunk-jpl/test/NightlyRun/test206.py (revision 17746)
178+++ ../trunk-jpl/test/NightlyRun/test206.py (revision 17747)
179@@ -22,7 +22,7 @@
180 # Fields and tolerances to track changes
181
182 field_names =['Temperature','BasalforcingsMeltingRate']
183-field_tolerances=[1e-13,1.35e-6]
184+field_tolerances=[1e-13,5e-6]
185 field_values=[\
186 md.results.ThermalSolution.Temperature,\
187 md.results.ThermalSolution.BasalforcingsMeltingRate,\
188Index: ../trunk-jpl/test/NightlyRun/test221.m
189===================================================================
190--- ../trunk-jpl/test/NightlyRun/test221.m (revision 17746)
191+++ ../trunk-jpl/test/NightlyRun/test221.m (revision 17747)
192@@ -9,7 +9,7 @@
193
194 %Fields and tolerances to track changes
195 field_names ={'Vx','Vy','Vz','Vel','Pressure'};
196-field_tolerances={1e-09,1e-09,1e-06,1e-09,1e-09};
197+field_tolerances={1e-09,1e-09,5e-06,1e-09,1e-09};
198 field_values={...
199 (md.results.StressbalanceSolution.Vx),...
200 (md.results.StressbalanceSolution.Vy),...
201Index: ../trunk-jpl/test/NightlyRun/test233.py
202===================================================================
203--- ../trunk-jpl/test/NightlyRun/test233.py (revision 17746)
204+++ ../trunk-jpl/test/NightlyRun/test233.py (revision 17747)
205@@ -25,8 +25,8 @@
206 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3', \
207 'Vx4','Vy4','Vz4','Vel4','Pressure4','Bed4','Surface4','Thickness4','Temperature4','BasalforcingsMeltingRate4']
208 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09, \
209- 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-07, \
210 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, \
211+ 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, \
212 1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06]
213 field_values=[\
214 md.results.TransientSolution[0].Vx,\
Note: See TracBrowser for help on using the repository browser.