Changeset 7103


Ignore:
Timestamp:
01/14/11 13:24:19 (14 years ago)
Author:
Mathieu Morlighem
Message:

relaxed some tolerances

Location:
issm/trunk/test/NightlyRun
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test108.m

    r7096 r7103  
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    11 field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08};
     11field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08};
    1212field_values={...
    1313        PatchToVec(md.results.DiagnosticSolution.Vx),...
  • issm/trunk/test/NightlyRun/test250.m

    r7023 r7103  
    1414                                           'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'};
    1515field_tolerances={...
    16         1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,...
    17         1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,...
     16        1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,...
     17        1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,...
    1818        1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1919field_values={...
  • issm/trunk/test/NightlyRun/test408.m

    r7096 r7103  
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    11 field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08};
     11field_tolerances={1e-07,1e-07,1e-06,1e-07,1e-07};
    1212field_values={...
    1313        PatchToVec(md.results.DiagnosticSolution.Vx),...
  • issm/trunk/test/NightlyRun/test443.m

    r7071 r7103  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09};
     12field_tolerances={1e-09,1e-09,1e-06,1e-09,1e-09};
    1313field_values={...
    1414        PatchToVec(md.results.DiagnosticSolution.Vx),...
  • issm/trunk/test/NightlyRun/test444.m

    r7071 r7103  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={1e-09,1e-09,1e-08,1e-09,1e-09};
     12field_tolerances={1e-09,1e-09,1e-06,1e-09,1e-09};
    1313field_values={...
    1414        PatchToVec(md.results.DiagnosticSolution.Vx),...
Note: See TracChangeset for help on using the changeset viewer.