Changeset 13922
- Timestamp:
- 11/09/12 13:38:42 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test410.m
r13671 r13922 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'}; 12 field_tolerances={1e- 10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-06};12 field_tolerances={1e-09,1e-09,1e-09,1e-10,1e-13,1e-10,1e-06}; 13 13 field_values={... 14 14 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test410.py
r13679 r13922 20 20 #Fields and tolerances to track changes 21 21 field_names =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'] 22 field_tolerances=[1e- 10,1e-10,1e-09,1e-10,1e-13,1e-10,1e-06]22 field_tolerances=[1e-09,1e-09,1e-09,1e-10,1e-13,1e-10,1e-06] 23 23 field_values=[\ 24 24 md.results['SteadystateSolution'][1]['Vx'],\
Note:
See TracChangeset
for help on using the changeset viewer.