Changeset 19648


Ignore:
Timestamp:
10/15/15 19:58:26 (9 years ago)
Author:
seroussi
Message:

CHG: updated tolerances

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

Legend:

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

    r19049 r19648  
    1515        'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsGroundediceMeltingRate3'};
    1616field_tolerances={...
    17         2e-08,2e-08,1e-06,2e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,...
    18         5e-07,5e-07,5e-05,1e-07,1e-08,1e-08,1e-08,1e-08,5e-08,2e-06,...
     17        2e-08,2e-08,2e-06,2e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,...
     18        5e-07,5e-07,5e-05,2e-07,1e-08,1e-08,1e-08,1e-08,6e-08,2e-06,...
    1919        5e-06,5e-06,5e-05,5e-06,5e-07,5e-07,5e-07,5e-07,5e-06,5e-05};
    2020field_values={...
  • issm/trunk-jpl/test/NightlyRun/test431.m

    r19049 r19648  
    1515%Fields and tolerances to track changes
    1616field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy'};
    17 field_tolerances={8e-5,5e-5,5e-5,5e-5,1e-13,1e-5,5e-5,5e-5};
     17field_tolerances={8e-4,5e-4,5e-4,5e-4,1e-13,1e-4,5e-4,5e-4};
    1818field_values={...
    1919        (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test431.py

    r19049 r19648  
    2525#Fields and tolerances to track changes
    2626field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','Waterfraction','Enthalpy']
    27 field_tolerances=[8e-5,5e-5,5e-5,5e-5,1e-13,1e-5,5e-5,5e-5]
     27field_tolerances=[8e-4,5e-4,5e-4,5e-4,1e-13,1e-4,5e-4,5e-4]
    2828field_values=[\
    2929        md.results.SteadystateSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test701.m

    r19049 r19648  
    5858        md=solve(md,StressbalanceSolutionEnum());
    5959        field_names     ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vel' i{1}],['Pressure' i{1}]};
    60         field_tolerances={field_tolerances{:},9e-5,8e-5,9e-5,1e-10};
     60        field_tolerances={field_tolerances{:},9e-5,9e-5,9e-5,1e-10};
    6161        field_values={field_values{:},...
    6262                (md.results.StressbalanceSolution.Vx),...
Note: See TracChangeset for help on using the changeset viewer.