Changeset 15920


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

CHG: relaxed tolerances

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

Legend:

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

    r15599 r15920  
    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,2e-10,1e-13,1e-10,1e-06};
     12field_tolerances={1e-09,1e-09,1e-08,2e-10,1e-13,1e-10,1e-06};
    1313field_values={...
    1414        (md.results.SteadystateSolution.Vx),...
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test410.py

    r15609 r15920  
    2020#Fields and tolerances to track changes
    2121field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate']
    22 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-06]
     22field_tolerances=[1e-09,1e-09,1e-08,1e-09,1e-13,1e-10,1e-06]
    2323field_values=[\
    2424        md.results.SteadystateSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.