source: issm/oecreview/Archive/22819-23185/ISSM-23101-23102.diff@ 23186

Last change on this file since 23186 was 23186, checked in by Mathieu Morlighem, 7 years ago

CHG: added Archive/22819-23185

File size: 1.1 KB
RevLine 
[23186]1Index: ../trunk-jpl/test/NightlyRun/test421.m
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test421.m (revision 23101)
4+++ ../trunk-jpl/test/NightlyRun/test421.m (revision 23102)
5@@ -9,7 +9,7 @@
6
7 %Fields and tolerances to track changes
8 field_names ={'Vx','Vy','Vz','Vel','Pressure'};
9-field_tolerances={8e-07,8e-07,2e-05,9e-07,9e-07};
10+field_tolerances={9e-07,8e-07,2e-05,9e-07,9e-07};
11 field_values={...
12 (md.results.StressbalanceSolution.Vx),...
13 (md.results.StressbalanceSolution.Vy),...
14Index: ../trunk-jpl/test/NightlyRun/test421.py
15===================================================================
16--- ../trunk-jpl/test/NightlyRun/test421.py (revision 23101)
17+++ ../trunk-jpl/test/NightlyRun/test421.py (revision 23102)
18@@ -19,7 +19,7 @@
19
20 #Fields and tolerances to track changes
21 field_names =['Vx','Vy','Vz','Vel','Pressure']
22-field_tolerances=[8e-07,8e-07,2e-05,9e-07,9e-07]
23+field_tolerances=[9e-07,8e-07,2e-05,9e-07,9e-07]
24 field_values=[\
25 md.results.StressbalanceSolution.Vx,\
26 md.results.StressbalanceSolution.Vy,\
Note: See TracBrowser for help on using the repository browser.