Changeset 19797


Ignore:
Timestamp:
11/24/15 16:12:07 (9 years ago)
Author:
glperez
Message:

CHG: Relaxed Python and Matlab test513.

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

Legend:

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

    r19523 r19797  
    2626%Fields and tolerances to track changes
    2727field_names     ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsGroundediceMeltingRate'};
    28 field_tolerances={5e-08,3e-10,1e-10,1e-10,3e-6,3e-6,3e-6,3e-6,2e-6,2e-06};
     28field_tolerances={5e-08,3e-10,1e-10,1e-10,3e-6,4e-6,4e-6,3e-6,2e-6,2e-06};
    2929field_values={...
    3030        (md.results.SteadystateSolution.Gradient1),...
  • issm/trunk-jpl/test/NightlyRun/test513.py

    r19796 r19797  
    3737# Fields and tolerances to track changes
    3838field_names     =['Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsGroundediceMeltingRate']
    39 field_tolerances=[5e-08,4e-10,1e-10,1e-10,3e-6,3e-6,3e-6,3e-6,2e-6,2e-06]
     39field_tolerances=[5e-08,4e-10,1e-10,1e-10,3e-6,4e-6,3.4e-6,3e-6,2e-6,2e-06]
    4040field_values=[\
    4141        md.results.SteadystateSolution.Gradient1,\
Note: See TracChangeset for help on using the changeset viewer.