Changeset 16944


Ignore:
Timestamp:
11/25/13 22:21:56 (11 years ago)
Author:
Eric.Larour
Message:

CHG: relaxing tolerances.

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

Legend:

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

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

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