Changeset 15693


Ignore:
Timestamp:
08/02/13 14:34:34 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances

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

Legend:

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

    r15686 r15693  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-13};
     12field_tolerances={1e-9,1e-9,1e-9,1e-9,1e-13};
    1313field_values={...
    1414        (md.results.DiagnosticSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test286.py

    r15686 r15693  
    2020#Fields and tolerances to track changes
    2121field_names     =['Vx', 'Vy', 'Vz', 'Vel','Pressure'];
    22 field_tolerances=[1e-12,1e-12,1e-12,1e-12,1e-13];
     22field_tolerances=[1e-9,1e-9,1e-9,1e-9,1e-13];
    2323field_values=[\
    2424        md.results.DiagnosticSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test290.m

    r15686 r15693  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-13};
     12field_tolerances={1e-7,1e-7,1e-7,1e-7,1e-13};
    1313field_values={...
    1414        (md.results.DiagnosticSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test290.py

    r15686 r15693  
    2020#Fields and tolerances to track changes
    2121field_names     =['Vx', 'Vy', 'Vz', 'Vel','Pressure'];
    22 field_tolerances=[1e-12,1e-12,1e-12,1e-12,1e-13];
     22field_tolerances=[1e-7,1e-7,1e-7,1e-7,1e-13];
    2323field_values=[\
    2424        md.results.DiagnosticSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.