Changeset 11421


Ignore:
Timestamp:
02/13/12 18:25:55 (13 years ago)
Author:
schlegel
Message:

fix tolerances for waterfraction

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

Legend:

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

    r11420 r11421  
    1111%Fields and tolerances to track changes
    1212field_names     ={'Enthalpy','Waterfraction','Temperature'};
    13 field_tolerances={1e-13,1e-11,1e-13};
     13field_tolerances={1e-13,1e-10,1e-13};
    1414field_values={...
    1515        (md.results.EnthalpySolution.Enthalpy),...
  • issm/trunk-jpl/test/NightlyRun/test142.m

    r11281 r11421  
    1313        'Enthalpy2','Waterfraction2','Temperature2',...
    1414        'Enthalpy3','Waterfraction3','Temperature3'};
    15 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
     15field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-10,1e-13};
    1616field_values={...
    1717        (md.results.EnthalpySolution(1).Enthalpy),...
Note: See TracChangeset for help on using the changeset viewer.