Changeset 16952


Ignore:
Timestamp:
11/26/13 11:38:20 (11 years ago)
Author:
Eric.Larour
Message:

CHG: relaxing tolerances.

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

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test290.py

    r16072 r16952  
    2020#Fields and tolerances to track changes
    2121field_names     =['Vx', 'Vy', 'Vz', 'Vel','Pressure'];
    22 field_tolerances=[1e-7,1e-7,2e-7,1e-7,1e-7];
     22field_tolerances=[1e-7,1e-7,2.5e-7,1e-7,1e-7];
    2323field_values=[\
    2424        md.results.StressbalanceSolution.Vx,\
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test508.m

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

    r16825 r16952  
    3636# Fields and tolerances to track changes
    3737field_names     =['Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate']
    38 field_tolerances=[2e-10,2e-10,1e-10,1e-10,1e-6,1e-6,1e-6,1e-6,1e-6,2e-06]
     38field_tolerances=[2e-10,2e-10,1e-10,1e-10,1e-6,1e-6,1e-6,1.5e-6,1e-6,2e-06]
    3939field_values=[\
    4040        md.results.SteadystateSolution.Gradient1,\
Note: See TracChangeset for help on using the changeset viewer.