Changeset 17152


Ignore:
Timestamp:
01/22/14 08:18:53 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing some tolerances

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

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test285.m

    r17136 r17152  
    1313        md=solve(md,StressbalanceSolutionEnum());
    1414        field_names     ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}]};
    15         field_tolerances={field_tolerances{:},1e-08,1e-08,1e-08,1e-08,1e-13};
     15        field_tolerances={field_tolerances{:},2e-08,2e-08,2e-08,2e-08,1e-13};
    1616        field_values={field_values{:},...
    1717        (md.results.StressbalanceSolution.Vx),...
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test285.py

    r17136 r17152  
    2323        md=solve(md,StressbalanceSolutionEnum())
    2424        field_names     =field_names+['Vx'+i,'Vy'+i,'Vz'+i,'Vel'+i,'Pressure'+i]
    25         field_tolerances=field_tolerances+[1e-08,1e-08,1e-08,1e-08,1e-13]
     25        field_tolerances=field_tolerances+[2e-08,2e-08,2e-08,2e-08,1e-13]
    2626        field_values=field_values+[\
    2727                md.results.StressbalanceSolution.Vx,\
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test325.m

    r16472 r17152  
    1515%Fields and tolerances to track changes
    1616field_names     ={'Enthalpy','Waterfraction','Temperature'};
    17 field_tolerances={1e-13,1e-13,1e-13};
     17field_tolerances={1e-13,5e-13,1e-13};
    1818field_values={...
    1919        (md.results.ThermalSolution.Enthalpy),...
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test325.py

    r16472 r17152  
    2525#Fields and tolerances to track changes
    2626field_names     =['Enthalpy','Waterfraction','Temperature']
    27 field_tolerances=[1e-13,1e-13,1e-13]
     27field_tolerances=[1e-13,5e-13,1e-13]
    2828field_values=[\
    2929        md.results.ThermalSolution.Enthalpy,\
Note: See TracChangeset for help on using the changeset viewer.