Changeset 15586


Ignore:
Timestamp:
07/24/13 14:24:07 (12 years ago)
Author:
seroussi
Message:

CHG: updated python tolerances

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test211.py

    r15565 r15586  
    2828        1e-08,1e-08,1e-06,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,\
    2929        1e-08,1e-08,1e-06,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06,\
    30         1e-07,1e-07,1e-06,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06]
     30        1e-07,1e-07,1e-06,2e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06]
    3131field_values=[\
    3232        md.results.TransientSolution[0].Vx,\
  • issm/trunk-jpl/test/NightlyRun/test505.py

    r15565 r15586  
    2020                                      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2']
    2121field_tolerances=[1e-12,1e-12,1e-10,1e-12,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13, \
    22                                                 1e-13,1e-12,1e-10,1e-12,1e-13,1e-11,1e-11,1e-12,1e-11,1e-8]
     22                                                1e-13,1e-12,1e-10,1e-12,1e-13,1e-11,1e-11,2e-12,1e-11,1e-8]
    2323field_values=[\
    2424        md.results.TransientSolution[0].Vx,\
  • issm/trunk-jpl/test/NightlyRun/test506.py

    r15565 r15586  
    1919field_names     =['Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsMeltingRate1', \
    2020                                      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2']
    21 field_tolerances=[1e-10,1e-10,1e-10,1e-10,1e-12,1e-11,1e-12,1e-11,1e-12,1e-12,\
     21field_tolerances=[1e-10,1e-10,1e-10,1e-10,1e-12,1e-11,2e-12,1e-11,1e-12,1e-09,\
    2222                                                1e-11,1e-11,1e-09,1e-11,1e-11,1e-10,1e-11,1e-10,1e-11,1e-08]
    2323field_values=[\
  • issm/trunk-jpl/test/NightlyRun/test508.py

    r15565 r15586  
    1919# Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate']
    21 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-08]
     21field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,2e-08]
    2222field_values=[\
    2323        md.results.SteadystateSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test513.py

    r15565 r15586  
    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-10,1e-10,1e-10,1e-6,1e-6,1e-6,1e-6,1e-6,1e-06]
     38field_tolerances=[2e-10,2e-10,1e-10,1e-10,1e-6,1e-6,1e-6,1e-6,1e-6,1e-06]
    3939field_values=[\
    4040        md.results.SteadystateSolution.Gradient1,\
Note: See TracChangeset for help on using the changeset viewer.