Changeset 20986


Ignore:
Timestamp:
07/22/16 15:43:46 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances

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

Legend:

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

    r19049 r20986  
    1414%Fields and tolerances to track changes
    1515field_names     ={'Temperature','BasalforcingsGroundediceMeltingRate'};
    16 field_tolerances={1e-13,1e-13};
     16field_tolerances={1e-13,1e-5};
    1717field_values={...
    1818        (md.results.ThermalSolution.Temperature),...
  • issm/trunk-jpl/test/NightlyRun/test3008.py

    r19966 r20986  
    2121#Fields and tolerances to track changes
    2222field_names     =['Temperature','BasalforcingsGroundediceMeltingRate']
    23 field_tolerances=[1e-13,1e-13]
     23field_tolerances=[1e-13,1e-5]
    2424field_values=[\
    2525        md.results.ThermalSolution.Temperature,\
  • issm/trunk-jpl/test/NightlyRun/test3101.m

    r19049 r20986  
    1414field_names     ={'Vx','Vy','Vel','Pressure',...
    1515        'DeviatoricStressxx','DeviatoricStressyy','DeviatoricStressxy'};
    16 field_tolerances={1e-13,1e-13,1e-13,1e-13,...
    17         1e-13,1e-13,1e-13};
     16field_tolerances={1e-12,1e-12,1e-12,1e-12,...
     17        1e-12,1e-12,1e-12};
    1818field_values={...
    1919        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test3101.py

    r20001 r20986  
    2222field_names     =['Vx','Vy','Vel','Pressure',\
    2323        'DeviatoricStressxx','DeviatoricStressyy','DeviatoricStressxy']
    24 field_tolerances=[1e-13,1e-13,1e-13,1e-13,\
    25         1e-13,1e-13,1e-13]
     24field_tolerances=[1e-12,1e-12,1e-12,1e-12,\
     25        1e-12,1e-12,1e-12]
    2626field_values=[\
    2727        md.results.StressbalanceSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test3108.m

    r19049 r20986  
    1414%Fields and tolerances to track changes
    1515field_names     ={'Temperature','BasalforcingsGroundediceMeltingRate'};
    16 field_tolerances={1e-13,1e-13};
     16field_tolerances={1e-13,1e-5};
    1717field_values={...
    1818        (md.results.ThermalSolution.Temperature),...
  • issm/trunk-jpl/test/NightlyRun/test3108.py

    r20001 r20986  
    2222#Fields and tolerances to track changes
    2323field_names     =['Temperature','BasalforcingsGroundediceMeltingRate']
    24 field_tolerances=[1e-13,1e-13]
     24field_tolerances=[1e-13,1e-5]
    2525field_values=[\
    2626        md.results.ThermalSolution.Temperature,\
Note: See TracChangeset for help on using the changeset viewer.