source: issm/oecreview/Archive/15392-16133/ISSM-16005-16006.diff

Last change on this file was 16134, checked in by Mathieu Morlighem, 12 years ago

Added Archive/15392-16133

File size: 2.3 KB
RevLine 
[16134]1Index: ../trunk-jpl/test/NightlyRun/test508.py
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test508.py (revision 16005)
4+++ ../trunk-jpl/test/NightlyRun/test508.py (revision 16006)
5@@ -18,7 +18,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-09,1e-09,1e-09,1e-09,2e-07]
10+field_tolerances=[1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,2e-07]
11 field_values=[\
12 md.results.SteadystateSolution.Vx,\
13 md.results.SteadystateSolution.Vy,\
14Index: ../trunk-jpl/test/NightlyRun/test508.m
15===================================================================
16--- ../trunk-jpl/test/NightlyRun/test508.m (revision 16005)
17+++ ../trunk-jpl/test/NightlyRun/test508.m (revision 16006)
18@@ -9,7 +9,7 @@
19
20 %Fields and tolerances to track changes
21 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'};
22-field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-07};
23+field_tolerances={1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-07};
24 field_values={...
25 (md.results.SteadystateSolution.Vx),...
26 (md.results.SteadystateSolution.Vy),...
27Index: ../trunk-jpl/test/NightlyRun/test421.m
28===================================================================
29--- ../trunk-jpl/test/NightlyRun/test421.m (revision 16005)
30+++ ../trunk-jpl/test/NightlyRun/test421.m (revision 16006)
31@@ -8,7 +8,7 @@
32
33 %Fields and tolerances to track changes
34 field_names ={'Vx','Vy','Vz','Vel','Pressure'};
35-field_tolerances={1e-08,2e-09,2e-05,5e-09,1e-08};
36+field_tolerances={1e-08,2e-09,2e-05,5e-09,1e-07};
37 field_values={...
38 (md.results.StressbalanceSolution.Vx),...
39 (md.results.StressbalanceSolution.Vy),...
40Index: ../trunk-jpl/test/NightlyRun/test421.py
41===================================================================
42--- ../trunk-jpl/test/NightlyRun/test421.py (revision 16005)
43+++ ../trunk-jpl/test/NightlyRun/test421.py (revision 16006)
44@@ -18,7 +18,7 @@
45
46 #Fields and tolerances to track changes
47 field_names =['Vx','Vy','Vz','Vel','Pressure']
48-field_tolerances=[1e-08,2e-09,2e-05,2e-09,1e-08]
49+field_tolerances=[1e-08,2e-09,2e-05,2e-09,1e-07]
50 field_values=[\
51 md.results.StressbalanceSolution.Vx,\
52 md.results.StressbalanceSolution.Vy,\
Note: See TracBrowser for help on using the repository browser.