Changeset 15577


Ignore:
Timestamp:
07/24/13 10:31:33 (12 years ago)
Author:
seroussi
Message:

CHG: updated some tolerances

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

Legend:

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

    r15565 r15577  
    1616%Fields and tolerances to track changes
    1717field_names     ={'Vx','Vy','Vel','Pressure'};
    18 field_tolerances={1e-11,1e-11,1e-11,1e-11};
     18field_tolerances={2e-11,1e-11,1e-11,1e-11};
    1919field_values={...
    2020        (md.results.DiagnosticSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test505.m

    r15565 r15577  
    1111                                      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2'};
    1212field_tolerances={1e-12,1e-12,1e-10,1e-12,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,...
    13                                                 1e-13,1e-12,1e-10,1e-12,1e-13,1e-11,1e-11,1e-12,1e-11,1e-8};
     13                                                1e-13,1e-12,1e-10,1e-12,1e-13,1e-11,1e-11,2e-12,1e-11,1e-8};
    1414field_values={...
    1515        (md.results.TransientSolution(1).Vx),...
  • issm/trunk-jpl/test/NightlyRun/test506.m

    r15565 r15577  
    1010field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsMeltingRate1', ...
    1111                                      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2'};
    12 field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-12,1e-11,1e-12,1e-11,1e-12,1e-12,...
     12field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-12,1e-11,2e-12,1e-11,1e-12,1e-09,...
    1313                                                1e-11,1e-11,1e-09,1e-11,1e-11,1e-10,1e-11,1e-10,1e-11,1e-08};
    1414field_values={...
  • issm/trunk-jpl/test/NightlyRun/test513.m

    r15565 r15577  
    2525%Fields and tolerances to track changes
    2626field_names     ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate'};
    27 field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-6,1e-6,1e-6,1e-6,1e-6,1e-06};
     27field_tolerances={1e-10,2e-10,1e-10,1e-10,1e-6,1e-6,1e-6,1e-6,1e-6,1e-06};
    2828field_values={...
    2929        (md.results.SteadystateSolution.Gradient1),...
Note: See TracChangeset for help on using the changeset viewer.