Changeset 16061


Ignore:
Timestamp:
09/04/13 09:51:17 (12 years ago)
Author:
Eric.Larour
Message:

CHG: adjusted tolerances for success in the MPI, MUMPS but no PETSC nightlys

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

Legend:

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

    r16041 r16061  
    1212%Fields and tolerances to track changes
    1313field_names     ={'Enthalpy','Waterfraction','Temperature'};
    14 field_tolerances={1e-13,1e-10,1e-13};
     14field_tolerances={1e-13,1.2e-10,1e-13};
    1515field_values={...
    1616        (md.results.EnthalpySolution.Enthalpy),...
  • issm/trunk-jpl/test/NightlyRun/test120.py

    r16041 r16061  
    2222#Fields and tolerances to track changes
    2323field_names     =['Enthalpy','Waterfraction','Temperature']
    24 field_tolerances=[1e-13,1e-10,1e-13]
     24field_tolerances=[1e-13,1.2e-10,1e-13]
    2525field_values=[\
    2626        md.results.EnthalpySolution.Enthalpy,\
  • issm/trunk-jpl/test/NightlyRun/test209.m

    r15565 r16061  
    1313field_tolerances={...
    1414        1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,...
    15         1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,...
    16         1e-13,1e-13,1e-08,1e-13,1e-13,1e-10,1e-10,1e-10,1e-13,1e-8};
     15        1e-13,1e-13,9.7e-10,1e-13,3.8e-11,3.85e-11,3.85e-11,3.85e-11,1e-13,1.55e-8,...
     16        2.65e-11,1.95e-12,1e-08,1.7e-12,3.9e-11,1e-10,1e-10,1e-10,7.4e-12,1e-8};
    1717field_values={...
    1818        (md.results.TransientSolution(1).Vx),...
  • issm/trunk-jpl/test/NightlyRun/test209.py

    r15565 r16061  
    2525field_tolerances=[\
    2626        1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,\
    27         1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,\
    28         1e-13,1e-13,1e-08,1e-13,1e-13,1e-10,1e-10,1e-10,1e-13,1e-8]
     27        1e-13,1e-13,9.7e-10,1e-13,3.8e-11,3.85e-11,3.85e-11,3.85e-11,1e-13,1.55e-8,\
     28        2.65e-11,1.95e-12,1e-08,1.7e-12,3.9e-11,1e-10,1e-10,1e-10,7.4e-12,1e-8]
     29
    2930field_values=[\
    3031        md.results.TransientSolution[0].Vx,\
  • issm/trunk-jpl/test/NightlyRun/test274.m

    r15811 r16061  
    1414%Fields and tolerances to track changes
    1515field_names     ={'Vx','Vy','Vel','Pressure'};
    16 field_tolerances={1e-10,1e-11,1e-11,1e-11};
     16field_tolerances={2.45e-10,2.85e-11,3.35e-11,1e-11};
    1717field_values={...
    1818           (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test274.py

    r15771 r16061  
    2727#Fields and tolerances to track changes
    2828field_names     =['Vx','Vy','Vel','Pressure']
    29 field_tolerances=[1e-11,1e-11,1e-11,1e-11]
     29field_tolerances=[2.45e-10,2.85e-11,3.35e-11,1e-11]
    3030field_values=[\
    3131           md.results.StressbalanceSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test426.m

    r15984 r16061  
    2323        'Bed3','Surface3','Thickness3','Floatingice3'};
    2424field_tolerances={1e-13,1e-13,1e-13,1e-13,...
    25         1e-11,1e-10,1e-11,1e-13,...
    26         1e-10,1e-10,1e-10,1e-13};
     25        1e-11,1e-10,1e-11,1.25e-11,...
     26        1e-10,1e-10,1e-10,1.15e-11};
    2727field_values={...
    2828        (md.results.TransientSolution(1).Bed),...
  • issm/trunk-jpl/test/NightlyRun/test426.py

    r15984 r16061  
    3232        'Bed2','Surface2','Thickness2','Floatingice2',\
    3333        'Bed3','Surface3','Thickness3','Floatingice3']
     34
    3435field_tolerances=[1e-13,1e-13,1e-13,1e-13,\
    35         1e-11,1e-10,1e-11,1e-13,\
    36         1e-10,1e-10,1e-10,1e-13]
     36        1e-11,1e-10,1e-11,1.25e-11,\
     37        1e-10,1e-10,1e-10,1.15e-11]
     38
    3739field_values=[\
    3840        md.results.TransientSolution[0].Bed,\
  • issm/trunk-jpl/test/NightlyRun/test508.m

    r16006 r16061  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'};
    12 field_tolerances={1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-07};
     12field_tolerances={7.85e-09,8.15e-09,1.5e-08,8.5e-09,1e-09,1e-09,1e-07};
    1313field_values={...
    1414        (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test508.py

    r16006 r16061  
    1919# Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate']
    21 field_tolerances=[1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,2e-07]
     21field_tolerances=[7.85e-09,8.15e-09,1.5e-08,8.5e-09,1e-09,1e-09,1e-07]
    2222field_values=[\
    2323        md.results.SteadystateSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.