source: issm/oecreview/Archive/16554-17801/ISSM-17701-17702.diff@ 17802

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

Added archives

File size: 1.3 KB
  • TabularUnified ../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,4.5e-12,9e-10,2e-11,1e-09,1e-08,3e-10,1e-10,...
    51         1e-10,3e-11,1e-10,7e-11,1e-09,1e-08,1e-09,2e-11};
     50        2e-11,3e-11,9e-10,7e-11,1e-09,1e-08,1e-09,1e-10,...
     51        1e-10,3e-11,1e-10,7e-11,1e-09,1e-08,1e-09,1e-10};
    5252field_values={...
    5353        (md.results.TransientSolution(1).Base),...
    5454        (md.results.TransientSolution(1).Surface),...
  • TabularUnified ../trunk-jpl/test/NightlyRun/test702.m

     
    4545
    4646%Fields and tolerances to track changes
    4747field_names     ={'Vx','Vy','Vel','Pressure'};
    48 field_tolerances={3e-09,3e-09,3e-09,1e-08};
     48field_tolerances={1e-08,1e-08,1e-08,1e-08};
    4949field_values={...
    5050        (md.results.StressbalanceSolution.Vx),...
    5151        (md.results.StressbalanceSolution.Vy),...
Note: See TracBrowser for help on using the repository browser.