Changeset 16551


Ignore:
Timestamp:
10/28/13 08:59:49 (11 years ago)
Author:
seroussi
Message:

CHG: some tolerances NR validation

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

Legend:

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

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

    r15771 r16551  
    3131%Fields and tolerances to track changes
    3232field_names     ={'Vx','Vy','Vz','Vel','Pressure','Thickness','Bed','Surface','Temperature','BasalforcingsMeltingRate'};
    33 field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-07,1e-07};
     33field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-07,2e-07};
    3434field_values={...
    3535        (md.results.TransientSolution(end).Vx),...
Note: See TracChangeset for help on using the changeset viewer.