Changeset 15675


Ignore:
Timestamp:
08/01/13 15:21:38 (12 years ago)
Author:
seroussi
Message:

CHG: updated tolerances for the new Stokes and P2

Location:
issm/trunk-jpl/test/NightlyRun
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test104.m

    r15565 r15675  
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    11 field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08};
     11field_tolerances={1e-08,1e-08,1e-06,1e-08,1e-08};
    1212field_values={...
    1313        (md.results.DiagnosticSolution.Vx),...
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test104.py

    r15565 r15675  
    1818#Fields and tolerances to track changes
    1919field_names     =['Vx','Vy','Vz','Vel','Pressure']
    20 field_tolerances=[1e-08,1e-08,1e-07,1e-08,1e-08]
     20field_tolerances=[1e-08,1e-08,1e-06,1e-08,1e-08]
    2121field_values=[\
    2222        md.results.DiagnosticSolution.Vx,\
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test280.m

    r15580 r15675  
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vel','Pressure'};
    11 field_tolerances={1e-13,1e-13,1e-13,1e-13};
     11field_tolerances={1e-12,1e-13,1e-13,1e-13};
    1212field_values={...
    1313        (md.results.DiagnosticSolution.Vx),...
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test280.py

    r15580 r15675  
    1919#Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vel','Pressure']
    21 field_tolerances=[1e-13,1e-13,1e-13,1e-13]
     21field_tolerances=[1e-12,1e-13,1e-13,1e-13]
    2222field_values=[\
    2323        md.results.DiagnosticSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.