Changeset 18026


Ignore:
Timestamp:
05/20/14 09:59:19 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances

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

Legend:

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

    r16945 r18026  
    2424%Fields and tolerances to track changes
    2525field_names     ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate'};
    26 field_tolerances={9e-10,1e-9,1e-10,1e-13,1e-09,1e-09,1e-09,1e-8,1e-09,1e-6};
     26field_tolerances={1e-09,1e-9,2e-10,1e-13,1e-09,1e-09,1e-09,1e-8,1e-09,1e-6};
    2727field_values={...
    2828        (md.results.SteadystateSolution.Gradient1),...
  • issm/trunk-jpl/test/NightlyRun/test415.py

    r16938 r18026  
    3636#Fields and tolerances to track changes
    3737field_names     =['Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate']
    38 field_tolerances=[5e-10,1e-9,1e-10,1e-13,1e-09,1e-09,1e-09,1e-8,1e-09,1e-6]
     38field_tolerances=[1e-9,1e-9,2e-10,1e-13,1e-09,1e-09,1e-09,1e-8,1e-09,1e-6]
    3939field_values=[\
    4040        md.results.SteadystateSolution.Gradient1,\
  • issm/trunk-jpl/test/NightlyRun/test435.m

    r17861 r18026  
    4747        'Bed2','Surface2','Thickness2','Floatingice2','Vx2','Vy2','Vz2','Pressure2',...
    4848        'Bed3','Surface3','Thickness3','Floatingice3','Vx3','Vy3','Vz3','Pressure3'};
    49 field_tolerances={2e-11,5e-12,2e-11,1e-11,4e-10,1e-08,6e-10,1e-13,...
     49field_tolerances={2e-11,5e-12,2e-11,1e-11,5e-10,1e-08,6e-10,1e-13,...
    5050        3e-11,3e-11,9e-10,7e-11,1e-09,5e-08,1e-09,1e-10,...
    5151        1e-10,3e-11,1e-10,7e-11,1e-09,5e-08,1e-09,1e-10};
Note: See TracChangeset for help on using the changeset viewer.