Changeset 19796


Ignore:
Timestamp:
11/24/15 11:01:10 (9 years ago)
Author:
seroussi
Message:

CHG: updated tolerances python

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

Legend:

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

    r19777 r19796  
    8181                'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsGroundediceMeltingRate3','SmbMonthlytemperatures3','SmbMassBalance3'];
    8282field_tolerances=[1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,1e-8,1e-8,1e-13,1e-8,1e-13,1e-13,\
    83                 1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,1e-8,1e-8,7e-13,1e-8,1e-13,1e-13,\
    84                 1e-13,1e-13,1e-08,1e-13,1e-13,1e-8,1e-8,1e-8,7e-13,1e-8,1e-13,1e-13];
     83                1e-13,1e-13,1e-13,1e-13,1e-13,1e-8,1e-8,1e-8,7e-13,7e-8,1e-13,1e-13,\
     84                1e-13,1e-13,1e-08,1e-13,1e-13,1e-8,1e-8,1e-8,7e-13,7e-8,1e-13,1e-13];
    8585field_values=[\
    8686        md.results.TransientSolution[0].Vx,\
  • issm/trunk-jpl/test/NightlyRun/test513.py

    r19523 r19796  
    3737# Fields and tolerances to track changes
    3838field_names     =['Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsGroundediceMeltingRate']
    39 field_tolerances=[5e-08,3e-10,1e-10,1e-10,3e-6,3e-6,3e-6,3e-6,2e-6,2e-06]
     39field_tolerances=[5e-08,4e-10,1e-10,1e-10,3e-6,3e-6,3e-6,3e-6,2e-6,2e-06]
    4040field_values=[\
    4141        md.results.SteadystateSolution.Gradient1,\
Note: See TracChangeset for help on using the changeset viewer.