Changeset 16938


Ignore:
Timestamp:
11/25/13 18:06:54 (11 years ago)
Author:
Eric.Larour
Message:

CHG: adjusting tolerances.

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

Legend:

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

    r15902 r16938  
    1818%Fields and tolerances to track changes
    1919field_names     ={'x1','y1','x2','y2','nbelements','elapsed time'};
    20 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1.5};
     20field_tolerances={2e-9,2e-9,1e-13,1e-13,1e-13,1.5};
    2121field_values={...
    2222        x1, y1,...
  • issm/trunk-jpl/test/NightlyRun/test119.py

    r15902 r16938  
    2323#Fields and tolerances to track changes
    2424field_names     =['x1','y1','x2','y2','nbelements','elapsed time']
    25 field_tolerances=[1e-13,1e-13,1e-13,1e-13,1e-13,1.5]
     25field_tolerances=[2e-9,2e-9,1e-13,1e-13,1e-13,1.5]
    2626field_values=[\
    2727        x1, y1,\
  • issm/trunk-jpl/test/NightlyRun/test215.m

    r16480 r16938  
    2323%Fields and tolerances to track changes
    2424field_names     ={'Gradient','Misfits','MaterialsRheologyBbar','Pressure','Vel','Vx','Vy'};
    25 field_tolerances={1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,3e-09,1e-09};
     25field_tolerances={1e-08,1e-09,2e-09,1e-09,2e-09,5e-09,2e-09};
    2626field_values={...
    2727        (md.results.StressbalanceSolution.Gradient1),...
  • issm/trunk-jpl/test/NightlyRun/test215.py

    r16480 r16938  
    3939
    4040field_names     =['Gradient','Misfits','MaterialsRheologyBbar','Pressure','Vel','Vx','Vy']
    41 field_tolerances=[1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,3e-09,1e-09]
     41field_tolerances=[1e-08,1e-09,1e-09,1e-09,2e-09,5e-09,2e-09]
    4242field_values=[\
    4343        md.results.StressbalanceSolution.Gradient1,\
  • issm/trunk-jpl/test/NightlyRun/test322.m

    r16307 r16938  
    2323%Fields and tolerances to track changes
    2424field_names     ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy'};
    25 field_tolerances={1e-06,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09};
     25field_tolerances={1e-06,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,2e-09,2e-09,2e-09};
    2626field_values={...
    2727        (md.results.StressbalanceSolution.Gradient1),...
  • issm/trunk-jpl/test/NightlyRun/test322.py

    r16307 r16938  
    3535#Fields and tolerances to track changes
    3636field_names     =['Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy']
    37 field_tolerances=[1e-06,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09]
     37field_tolerances=[1e-06,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,2e-09,2e-09,2e-09]
    3838field_values=[\
    3939        md.results.StressbalanceSolution.Gradient1,\
  • issm/trunk-jpl/test/NightlyRun/test410.m

    r15920 r16938  
    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,2e-10,1e-13,1e-10,1e-06};
     12field_tolerances={1e-09,1e-09,1e-08,2e-10,1e-13,2e-10,1e-06};
    1313field_values={...
    1414        (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test410.py

    r15920 r16938  
    2020#Fields and tolerances to track changes
    2121field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate']
    22 field_tolerances=[1e-09,1e-09,1e-08,1e-09,1e-13,1e-10,1e-06]
     22field_tolerances=[1e-09,1e-09,1e-08,1e-09,1e-13,2e-10,1e-06]
    2323field_values=[\
    2424        md.results.SteadystateSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test415.m

    r16307 r16938  
    2424%Fields and tolerances to track changes
    2525field_names     ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate'};
    26 field_tolerances={1e-10,1e-9,1e-10,1e-13,1e-09,1e-09,1e-09,1e-8,1e-09,1e-6};
     26field_tolerances={5e-10,1e-9,1e-10,1e-13,1e-09,1e-09,1e-09,1e-8,1e-09,1e-6};
    2727field_values={...
    2828        (md.results.SteadystateSolution.Gradient1),...
  • issm/trunk-jpl/test/NightlyRun/test415.py

    r16307 r16938  
    3636#Fields and tolerances to track changes
    3737field_names     =['Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate']
    38 field_tolerances=[1e-10,1e-9,1e-10,1e-13,1e-09,1e-09,1e-09,1e-8,1e-09,1e-6]
     38field_tolerances=[5e-10,1e-9,1e-10,1e-13,1e-09,1e-09,1e-09,1e-8,1e-09,1e-6]
    3939field_values=[\
    4040        md.results.SteadystateSolution.Gradient1,\
  • issm/trunk-jpl/test/NightlyRun/test423.m

    r15984 r16938  
    4747%Fields and tolerances to track changes
    4848field_names     ={'ElementOnIceShelfAgressive','VelAgressive','ElementOnIceShelfSoft','VelSoft','ElementOnIceShelfSubelement','VelSubelement','ElementOnIceShelfSubelement2','VelSubelement2'};
    49 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
     49field_tolerances={1e-13,2e-13,1e-13,2e-13,1e-13,2e-13,1e-13,2e-13};
    5050field_values={element_on_iceshelf_agressive,vel_agressive,element_on_iceshelf_soft,vel_soft,element_on_iceshelf_subelement,vel_subelement,element_on_iceshelf_subelement2,vel_subelement2};
  • issm/trunk-jpl/test/NightlyRun/test423.py

    r15984 r16938  
    5858#Fields and tolerances to track changes
    5959field_names     =['ElementOnIceShelfAgressive','VelAgressive','ElementOnIceShelfSoft','VelSoft','ElementOnIceShelfSubelement','VelSubelement','ElementOnIceShelfSubelement2','VelSubelement2']
    60 field_tolerances=[1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13]
     60field_tolerances=[1e-13,2e-13,1e-13,2e-13,1e-13,2e-13,1e-13,2e-13]
    6161field_values=[element_on_iceshelf_agressive,vel_agressive,element_on_iceshelf_soft,vel_soft,element_on_iceshelf_subelement,vel_subelement,element_on_iceshelf_subelement2,vel_subelement2]
  • issm/trunk-jpl/test/NightlyRun/test426.m

    r16363 r16938  
    2424        'Bed3','Surface3','Thickness3','Floatingice3','IceVolume3','IceVolumeAboveFloatation3'};
    2525field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,...
    26         1e-11,1e-10,1e-11,1.25e-11,1e-13,1e-13,...
    27         1e-10,1e-10,1e-10,1.15e-11,1e-13,1e-13};
     26        1e-11,1e-10,1e-11,1.25e-11,5e-13,2e-12,...
     27        1e-10,1e-10,1e-10,2e-11,5e-13,2e-12};
    2828field_values={...
    2929        (md.results.TransientSolution(1).Bed),...
  • issm/trunk-jpl/test/NightlyRun/test426.py

    r16363 r16938  
    3535
    3636field_tolerances=[1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,\
    37         1e-11,1e-10,1e-11,1.25e-11,1e-13,1e-13,\
    38         1e-10,1e-10,1e-10,1.15e-11,1e-13,1e-13]
     37        1e-11,1e-10,1e-11,1.25e-11,5e-13,2e-12,\
     38        1e-10,1e-10,1e-10,2e-11,5e-13,2e-12]
     39
    3940
    4041field_values=[\
  • issm/trunk-jpl/test/NightlyRun/test501.m

    r15771 r16938  
    88%Fields and tolerances to track changes
    99field_names     ={'Vx','Vy','Vel','Pressure'};
    10 field_tolerances={1e-13,1e-13,1e-13,1e-13};
     10field_tolerances={1e-12,2e-12,2e-12,1e-13};
    1111field_values={...
    1212        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test501.py

    r15771 r16938  
    1717# Fields and tolerances to track changes
    1818field_names     =['Vx','Vy','Vel','Pressure']
    19 field_tolerances=[1e-13,1e-13,1e-13,1e-13]
     19field_tolerances=[1e-12,2e-12,2e-12,1e-13]
    2020field_values=[\
    2121        md.results.StressbalanceSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test504.m

    r15565 r16938  
    88%Fields and tolerances to track changes
    99field_names     ={'Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2'};
    10 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
     10field_tolerances={1e-12,2e-12,2e-12,1e-13,1e-13,1e-13,1e-13,1e-12,1e-12,1e-12,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    1212        (md.results.TransientSolution(1).Vx),...
  • issm/trunk-jpl/test/NightlyRun/test504.py

    r15565 r16938  
    1717# Fields and tolerances to track changes
    1818field_names     =['Vx1','Vy1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Vx2','Vy2','Vel2','Pressure2','Bed2','Surface2','Thickness2']
    19 field_tolerances=[1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13]
     19field_tolerances=[1e-12,2e-12,2e-12,1e-13,1e-13,1e-13,1e-13,1e-12,1e-12,1e-12,1e-13,1e-13,1e-13,1e-13]
    2020field_values=[\
    2121        md.results.TransientSolution[0].Vx,\
  • issm/trunk-jpl/test/NightlyRun/test511.m

    r16786 r16938  
    2828%Fields and tolerances to track changes
    2929field_names     ={'Gradient','Misfits','MaterialsRheologyB','Pressure','Vel','Vx','Vy'};
    30 field_tolerances={1e-11,1e-12,1e-12,1e-09,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
     30field_tolerances={1e-11,5e-12,1e-11,1e-09,2e-12,5e-12,2e-12};
    3131field_values={...
    3232        (md.results.StressbalanceSolution.Gradient1),...
  • issm/trunk-jpl/test/NightlyRun/test511.py

    r16482 r16938  
    3939#Fields and tolerances to track changes
    4040field_names     =['Gradient','Misfits','MaterialsRheologyB','Pressure','Vel','Vx','Vy']
    41 field_tolerances=[1e-11,1e-12,1e-12,1e-09,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12]
     41field_tolerances=[1e-11,5e-12,1e-11,1e-09,2e-12,5e-12,2e-12]
    4242field_values=[\
    4343        md.results.StressbalanceSolution.Gradient1,\
  • issm/trunk-jpl/test/NightlyRun/test514.m

    r15605 r16938  
    4545%Fields and tolerances to track changes
    4646field_names      = {'x1' ,'y1' ,'x2' ,'y2' ,'x3' ,'y3' ,'x4' ,'y4' ,'x5' ,'y5' ,'x6' ,'y6' ,'x7' ,'y7' };
    47 field_tolerances = {1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
     47field_tolerances = {2e-10,7e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    4848field_values     = { x1  ,y1   ,y2   ,y2   ,y3   ,y3   ,y4   ,y4   ,y5   ,y5   ,y6   ,y6   ,y7   ,y7   };
  • issm/trunk-jpl/test/NightlyRun/test514.py

    r13494 r16938  
    5555#Fields and tolerances to track changes
    5656field_names     =['x1','y1','x2','y2','x3','y3','x4','y4','x5','y5','x6','y6','x7','y7']
    57 field_tolerances=[1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13]
     57field_tolerances = [2e-10,7e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13]
    5858field_values=[\
    5959        x1, y1,\
  • issm/trunk-jpl/test/NightlyRun/test515.m

    r15771 r16938  
    1515field_names     ={'Temperature1','BasalforcingsMeltingRate1', ...
    1616                                      'Temperature2','BasalforcingsMeltingRate2'};
    17 field_tolerances={1e-13,1e-8,1e-13,1e-8};
     17field_tolerances={1e-13,1e-8,1e-13,2e-8};
    1818field_values={...
    1919        (md.results.TransientSolution(1).Temperature),...
  • issm/trunk-jpl/test/NightlyRun/test515.py

    r15771 r16938  
    2424field_names     =['Temperature1','BasalforcingsMeltingRate1', \
    2525                                      'Temperature2','BasalforcingsMeltingRate2']
    26 field_tolerances=[1e-13,1e-8,1e-13,1e-8]
     26field_tolerances=[1e-13,1e-8,1e-13,2e-8]
    2727field_values=[\
    2828        md.results.TransientSolution[0].Temperature,\
  • issm/trunk-jpl/test/NightlyRun/test608.m

    r15565 r16938  
    88%Fields and tolerances to track changes
    99field_names     ={'Thickness'};
    10 field_tolerances={1e-13};
     10field_tolerances={1e-12};
    1111field_values={...
    1212        (md.results.BalancethicknessSolution.Thickness),...
  • issm/trunk-jpl/test/NightlyRun/test608.py

    r15565 r16938  
    1818#Fields and tolerances to track changes
    1919field_names     =['Thickness']
    20 field_tolerances=[1e-13]
     20field_tolerances=[1e-12]
    2121field_values=[\
    2222        md.results.BalancethicknessSolution.Thickness,\
  • issm/trunk-jpl/test/NightlyRun/test610.m

    r15565 r16938  
    99%Fields and tolerances to track changes
    1010field_names     ={'Thickness'};
    11 field_tolerances={1e-13};
     11field_tolerances={1e-12};
    1212field_values={...
    1313        (md.results.BalancethicknessSolution.Thickness),...
  • issm/trunk-jpl/test/NightlyRun/test610.py

    r15565 r16938  
    1919#Fields and tolerances to track changes
    2020field_names     =['Thickness']
    21 field_tolerances=[1e-13]
     21field_tolerances=[1e-12]
    2222field_values=[\
    2323        md.results.BalancethicknessSolution.Thickness,\
  • issm/trunk-jpl/test/NightlyRun/test701.m

    r16410 r16938  
    5151%Fields and tolerances to track changes
    5252field_names     ={'Vx','Vy','Vel','Pressure'};
    53 field_tolerances={1e-13,1e-13,1e-13,1e-13};
     53field_tolerances={5e-10,2e-9,2e-9,1e-10};
    5454field_values={...
    5555        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test702.m

    r16553 r16938  
    4646%Fields and tolerances to track changes
    4747field_names     ={'Vx','Vy','Vel','Pressure'};
    48 field_tolerances={1e-09,1e-09,1e-09,1e-09};
     48field_tolerances={2e-09,2e-09,2e-09,1e-08};
    4949field_values={...
    5050        (md.results.StressbalanceSolution.Vx),...
Note: See TracChangeset for help on using the changeset viewer.