source: issm/oecreview/Archive/15392-16133/ISSM-16005-16006.diff

Last change on this file was 16134, checked in by Mathieu Morlighem, 12 years ago

Added Archive/15392-16133

File size: 2.3 KB
  • ../trunk-jpl/test/NightlyRun/test508.py

     
    1818
    1919# Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate']
    21 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,2e-07]
     21field_tolerances=[1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,2e-07]
    2222field_values=[\
    2323        md.results.SteadystateSolution.Vx,\
    2424        md.results.SteadystateSolution.Vy,\
  • ../trunk-jpl/test/NightlyRun/test508.m

     
    99
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'};
    12 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-07};
     12field_tolerances={1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-07};
    1313field_values={...
    1414        (md.results.SteadystateSolution.Vx),...
    1515        (md.results.SteadystateSolution.Vy),...
  • ../trunk-jpl/test/NightlyRun/test421.m

     
    88
    99%Fields and tolerances to track changes
    1010field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    11 field_tolerances={1e-08,2e-09,2e-05,5e-09,1e-08};
     11field_tolerances={1e-08,2e-09,2e-05,5e-09,1e-07};
    1212field_values={...
    1313        (md.results.StressbalanceSolution.Vx),...
    1414        (md.results.StressbalanceSolution.Vy),...
  • ../trunk-jpl/test/NightlyRun/test421.py

     
    1818
    1919#Fields and tolerances to track changes
    2020field_names     =['Vx','Vy','Vz','Vel','Pressure']
    21 field_tolerances=[1e-08,2e-09,2e-05,2e-09,1e-08]
     21field_tolerances=[1e-08,2e-09,2e-05,2e-09,1e-07]
    2222field_values=[\
    2323        md.results.StressbalanceSolution.Vx,\
    2424        md.results.StressbalanceSolution.Vy,\
Note: See TracBrowser for help on using the repository browser.