Changeset 16944
- Timestamp:
- 11/25/13 22:21:56 (11 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test508.m
r16825 r16944 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'}; 12 field_tolerances={5e-08, 8.15e-09,5e-08,8.5e-09,1e-09,2e-07,3e-07};12 field_tolerances={5e-08,2e-08,5e-08,2e-08,1e-09,2e-07,5e-07}; 13 13 field_values={... 14 14 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test508.py
r16941 r16944 19 19 # Fields and tolerances to track changes 20 20 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'] 21 field_tolerances=[5e-08,8.15e-09,5e-08,8.5e-09,1e-09,3e-0 9,3e-07]21 field_tolerances=[5e-08,8.15e-09,5e-08,8.5e-09,1e-09,3e-08,3e-07] 22 22 field_values=[\ 23 23 md.results.SteadystateSolution.Vx,\
Note:
See TracChangeset
for help on using the changeset viewer.