source: issm/oecreview/Archive/22819-23185/ISSM-23101-23102.diff@ 23186

Last change on this file since 23186 was 23186, checked in by Mathieu Morlighem, 7 years ago

CHG: added Archive/22819-23185

File size: 1.1 KB
  • ../trunk-jpl/test/NightlyRun/test421.m

     
    99
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={8e-07,8e-07,2e-05,9e-07,9e-07};
     12field_tolerances={9e-07,8e-07,2e-05,9e-07,9e-07};
    1313field_values={...
    1414        (md.results.StressbalanceSolution.Vx),...
    1515        (md.results.StressbalanceSolution.Vy),...
  • ../trunk-jpl/test/NightlyRun/test421.py

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