Changeset 20504


Ignore:
Timestamp:
04/13/16 08:42:30 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxed toleraces

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

Legend:

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

    r19933 r20504  
    2828        'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsGroundediceMeltingRate3']
    2929field_tolerances=[\
    30         2e-08,2e-08,1e-06,2e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,\
    31         5e-07,5e-07,5e-05,1e-07,1e-08,1e-08,1e-08,1e-08,5e-08,2e-06,\
    32         5e-06,5e-06,5e-05,5e-06,1e-07,5e-07,5e-07,5e-07,5e-06,5e-05]
     30        2e-08,2e-08,2e-06,2e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,\
     31        5e-07,5e-07,5e-05,2e-07,1e-08,1e-08,1e-08,1e-08,6e-08,2e-06,\
     32        5e-06,5e-06,5e-05,5e-06,5e-07,5e-07,5e-07,5e-07,5e-06,5e-05]
    3333field_values=[\
    3434        md.results.TransientSolution[0].Vx,\
  • issm/trunk-jpl/test/NightlyRun/test422.m

    r20483 r20504  
    1111%Fields and tolerances to track changes
    1212field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    13 field_tolerances={4e-07,4e-07,2e-06,2e-07,5e-07};
     13field_tolerances={4e-07,4e-07,2e-06,4e-07,5e-07};
    1414field_values={...
    1515        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test422.py

    r20483 r20504  
    2121#Fields and tolerances to track changes
    2222field_names     =['Vx','Vy','Vz','Vel','Pressure']
    23 field_tolerances=[4e-07,4e-07,2e-06,2e-07,5e-07]
     23field_tolerances=[4e-07,4e-07,2e-06,4e-07,5e-07]
    2424field_values=[\
    2525        md.results.StressbalanceSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.