source: issm/oecreview/Archive/16554-17801/ISSM-17665-17666.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 1.2 KB
  • ../trunk-jpl/test/NightlyRun/test435.m

     
    4747        'Bed2','Surface2','Thickness2','Floatingice2','Vx2','Vy2','Vz2','Pressure2',...
    4848        'Bed3','Surface3','Thickness3','Floatingice3','Vx3','Vy3','Vz3','Pressure3'};
    4949field_tolerances={2e-11,3e-12,2e-11,1e-11,4e-10,1e-08,6e-10,1e-13,...
    50         2e-11,4e-12,9e-10,2e-11,1e-09,1e-08,3e-10,1e-10,...
     50        2e-11,4.5e-12,9e-10,2e-11,1e-09,1e-08,3e-10,1e-10,...
    5151        1e-10,3e-11,1e-10,7e-11,1e-09,1e-08,1e-09,2e-11};
    5252field_values={...
    5353        (md.results.TransientSolution(1).Base),...
  • ../trunk-jpl/test/NightlyRun/test274.m

     
    1010
    1111%Fields and tolerances to track changes
    1212field_names     ={'Vx','Vy','Vel','Pressure'};
    13 field_tolerances={4.5e-8,1.35e-8,1.55e-8,1e-11};
     13field_tolerances={5.0e-8,2.0e-8,2.0e-8,1e-11};
    1414field_values={...
    1515           (md.results.StressbalanceSolution.Vx),...
    1616           (md.results.StressbalanceSolution.Vy),...
Note: See TracBrowser for help on using the repository browser.