Changeset 17781


Ignore:
Timestamp:
04/18/14 19:54:25 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing some tolerances

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

Legend:

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

    r16093 r17781  
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    11 field_tolerances={1e-07,1e-07,2e-05,1e-07,2e-07};
     11field_tolerances={6e-07,6e-07,2e-05,6e-07,6e-07};
    1212field_values={...
    1313        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test421.py

    r16554 r17781  
    1919#Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure']
    21 field_tolerances=[2e-07,1e-07,2e-05,1e-07,2e-07]
     21field_tolerances=[6e-07,6e-07,2e-05,6e-07,6e-07]
    2222field_values=[\
    2323        md.results.StressbalanceSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test513.m

    r17320 r17781  
    2525%Fields and tolerances to track changes
    2626field_names     ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate'};
    27 field_tolerances={2e-10,2e-10,1e-10,1e-10,2e-6,1e-6,2e-6,2e-6,1e-6,2e-06};
     27field_tolerances={2e-10,2e-10,1e-10,1e-10,2e-6,1e-6,2e-6,2e-6,2e-6,2e-06};
    2828field_values={...
    2929        (md.results.SteadystateSolution.Gradient1),...
  • issm/trunk-jpl/test/NightlyRun/test513.py

    r17320 r17781  
    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,2e-6,1e-6,2e-6,2e-6,1e-6,2e-06]
     38field_tolerances=[2e-10,2e-10,1e-10,1e-10,2e-6,1e-6,2e-6,2e-6,2e-6,2e-06]
    3939field_values=[\
    4040        md.results.SteadystateSolution.Gradient1,\
Note: See TracChangeset for help on using the changeset viewer.