Changeset 18661


Ignore:
Timestamp:
10/20/14 13:07:56 (10 years ago)
Author:
seroussi
Message:

CHG: updated archives and tolerances

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

Legend:

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

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

    r16322 r18661  
    2424#Fields and tolerances to track changes
    2525field_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,1e-10]
     26field_tolerances=[1e-10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-10,2e-10]
    2727field_values=[\
    2828        md.results.SteadystateSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test432.m

    r16039 r18661  
    1313%Fields and tolerances to track changes
    1414field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Water fraction','Enthalpy'};
    15 field_tolerances={2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10,1e-10};
     15field_tolerances={2e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10,2e-10};
    1616field_values={...
    1717        (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test432.py

    r16041 r18661  
    2323#Fields and tolerances to track changes
    2424field_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,1e-10]
     25field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-13,1e-10,1e-10,2e-10]
    2626field_values=[\
    2727        md.results.SteadystateSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.