Changeset 22903


Ignore:
Timestamp:
07/05/18 09:09:31 (7 years ago)
Author:
jdquinn
Message:

CHG: Adjusted tolerances

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test104.js

    r21149 r22903  
    1111//Fields and tolerances to track changes
    1212field_names     =['Vx','Vy','Vz','Vel','Pressure'];
    13 field_tolerances=[1e-08,1e-08,1e-06,1e-08,1e-08];
     13field_tolerances=[1e-08,1e-08,3e-06,1e-08,1e-08];
    1414field_values=[
    1515        (md.results.StressbalanceSolution[0].Vx),
  • issm/trunk-jpl/test/NightlyRun/test104.m

    r21056 r22903  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={1e-08,1e-08,1e-06,1e-08,1e-08};
     12field_tolerances={1e-08,1e-08,3e-06,1e-08,1e-08};
    1313field_values={...
    1414        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test104.py

    r21408 r22903  
    1919#Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure']
    21 field_tolerances=[1e-08,1e-08,1e-06,1e-08,1e-08]
     21field_tolerances=[1e-08,1e-08,3e-06,1e-08,1e-08]
    2222field_values=[md.results.StressbalanceSolution.Vx,
    2323                                                        md.results.StressbalanceSolution.Vy,
  • issm/trunk-jpl/test/NightlyRun/test322.m

    r22101 r22903  
    2424%Fields and tolerances to track changes
    2525field_names     ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy'};
    26 field_tolerances={5e-05,1e-08,8e-08,5e-09,5e-08,5e-08,5e-08};
     26field_tolerances={5e-05,1e-08,2e-07,6e-09,7e-08,7e-08,7e-08};
    2727field_values={...
    2828        (md.results.StressbalanceSolution.Gradient1),...
  • issm/trunk-jpl/test/NightlyRun/test322.py

    r22101 r22903  
    3636#Fields and tolerances to track changes
    3737field_names     =['Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy']
    38 field_tolerances=[5e-05,1e-08,8e-08,5e-09,5e-08,5e-08,5e-08]
     38field_tolerances=[5e-05,1e-08,2e-07,6e-09,7e-08,7e-08,7e-08]
    3939field_values=[\
    4040        md.results.StressbalanceSolution.Gradient1,\
Note: See TracChangeset for help on using the changeset viewer.