Changeset 18767


Ignore:
Timestamp:
11/10/14 08:59:02 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxed some tolerances

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

Legend:

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

    r18708 r18767  
    1313
    1414%Fields and tolerances to track changes
    15 field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Water fraction','Enthalpy'};
    16 field_tolerances={3e-10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-10,2e-10};
     15field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'};
     16field_tolerances={8e-5,5e-5,5e-5,5e-5,1e-13,1e-5,5e-5,5e-5};
    1717field_values={...
    1818        (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test431.py

    r18661 r18767  
    2323
    2424#Fields and tolerances to track changes
    25 field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','Water fraction','Enthalpy']
    26 field_tolerances=[1e-10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-10,2e-10]
     25field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy']
     26field_tolerances=[8e-5,5e-5,5e-5,5e-5,1e-13,1e-5,5e-5,5e-5]
    2727field_values=[\
    2828        md.results.SteadystateSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test432.m

    r18708 r18767  
    1212
    1313%Fields and tolerances to track changes
    14 field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Water fraction','Enthalpy'};
     14field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'};
    1515field_tolerances={3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e-10};
    1616field_values={...
  • issm/trunk-jpl/test/NightlyRun/test432.py

    r18661 r18767  
    2222
    2323#Fields and tolerances to track changes
    24 field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','Water fraction','Enthalpy']
    25 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10,2e-10]
     24field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy']
     25field_tolerances=[3e-09,1e-09,1e-09,1e-09,1e-13,1e-10,3e-10,3e-10]
    2626field_values=[\
    2727        md.results.SteadystateSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test436.m

    r18562 r18767  
    1313
    1414%Fields and tolerances to track changes
    15 field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Water fraction','Enthalpy'};
    16 field_tolerances={2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10,5e-10};
     15field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'};
     16field_tolerances={2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,5e-10,5e-10};
    1717field_values={...
    1818        (md.results.SteadystateSolution.Vx),...
Note: See TracChangeset for help on using the changeset viewer.