Changeset 15609


Ignore:
Timestamp:
07/25/13 09:07:57 (12 years ago)
Author:
seroussi
Message:

CHG: updated tolerances python

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

Legend:

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

    r15565 r15609  
    2525field_tolerances=[\
    2626        1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,\
    27         1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,\
     27        2e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,\
    2828        1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05]
    2929field_values=[\
  • issm/trunk-jpl/test/NightlyRun/test410.py

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

    r15565 r15609  
    1919#Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure']
    21 field_tolerances=[1e-07,1e-06,1e-07,1e-06,1e-07]
     21field_tolerances=[1e-06,1e-06,1e-06,1e-06,1e-07]
    2222field_values=[\
    2323        md.results.DiagnosticSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.