Changeset 27549
- Timestamp:
- 02/02/23 10:59:29 (2 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test509.m
r24273 r27549 12 12 %Fields and tolerances to track changes 13 13 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate'}; 14 field_tolerances={1e-09,1e-09,5e-08,5e-08,1e-09, 6e-09,1e-0614 field_tolerances={1e-09,1e-09,5e-08,5e-08,1e-09,7e-09,1e-06 15 15 }; 16 16 field_values={... -
issm/trunk-jpl/test/NightlyRun/test509.py
r24273 r27549 21 21 # Fields and tolerances to track changes 22 22 field_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]23 field_tolerances = [1e-09, 1e-09, 5e-08, 5e-08, 1e-09, 7e-09, 1e-06] 24 24 field_values = [md.results.SteadystateSolution.Vx, 25 25 md.results.SteadystateSolution.Vy,
Note:
See TracChangeset
for help on using the changeset viewer.