Changeset 22311


Ignore:
Timestamp:
12/22/17 10:33:25 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerance

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

Legend:

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

    r21056 r22311  
    1111%Fields and tolerances to track changes
    1212field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate'};
    13 field_tolerances={5e-08,3e-08,5e-08,3e-08,1e-09,2e-07,8e-07};
     13field_tolerances={5e-08,3e-08,5e-08,5e-08,1e-09,2e-07,8e-07};
    1414field_values={...
    1515        (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test508.py

    r21408 r22311  
    2020# Fields and tolerances to track changes
    2121field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate']
    22 field_tolerances=[5e-08,1.6e-08,5e-08,1.6e-08,1e-09,6e-08,5e-07]
     22field_tolerances=[5e-08,1.6e-08,5e-08,5e-08,1e-09,6e-08,5e-07]
    2323field_values=[\
    2424        md.results.SteadystateSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.