Changeset 16006


Ignore:
Timestamp:
08/29/13 08:09:24 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing some tolerances

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

Legend:

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

    r15854 r16006  
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    11 field_tolerances={1e-08,2e-09,2e-05,5e-09,1e-08};
     11field_tolerances={1e-08,2e-09,2e-05,5e-09,1e-07};
    1212field_values={...
    1313        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test421.py

    r15854 r16006  
    1919#Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure']
    21 field_tolerances=[1e-08,2e-09,2e-05,2e-09,1e-08]
     21field_tolerances=[1e-08,2e-09,2e-05,2e-09,1e-07]
    2222field_values=[\
    2323        md.results.StressbalanceSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test508.m

    r15902 r16006  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'};
    12 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-07};
     12field_tolerances={1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-07};
    1313field_values={...
    1414        (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test508.py

    r15902 r16006  
    1919# Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate']
    21 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,2e-07]
     21field_tolerances=[1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,2e-07]
    2222field_values=[\
    2323        md.results.SteadystateSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.