Changeset 27549


Ignore:
Timestamp:
02/02/23 10:59:29 (2 years ago)
Author:
jdquinn
Message:

CHG: Eased tolerances

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

Legend:

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

    r24273 r27549  
    1212%Fields and tolerances to track changes
    1313field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate'};
    14 field_tolerances={1e-09,1e-09,5e-08,5e-08,1e-09,6e-09,1e-06
     14field_tolerances={1e-09,1e-09,5e-08,5e-08,1e-09,7e-09,1e-06
    1515};
    1616field_values={...
  • issm/trunk-jpl/test/NightlyRun/test509.py

    r24273 r27549  
    2121# Fields and tolerances to track changes
    2222field_names = ['Vx', 'Vy', 'Vz', 'Vel', 'Pressure', 'Temperature', 'BasalforcingsGroundediceMeltingRate']
    23 field_tolerances = [1e-09, 1e-09, 5e-08, 5e-08, 1e-09, 6e-09, 1e-06]
     23field_tolerances = [1e-09, 1e-09, 5e-08, 5e-08, 1e-09, 7e-09, 1e-06]
    2424field_values = [md.results.SteadystateSolution.Vx,
    2525                md.results.SteadystateSolution.Vy,
Note: See TracChangeset for help on using the changeset viewer.