Changeset 15735
- Timestamp:
- 08/07/13 09:53:07 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test285.m
r15709 r15735 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 12 field_tolerances={1e-0 9,1e-09,1e-09,1e-09,1e-13};12 field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-13}; 13 13 field_values={... 14 14 (md.results.DiagnosticSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test285.py
r15709 r15735 20 20 #Fields and tolerances to track changes 21 21 field_names =['Vx', 'Vy', 'Vz', 'Vel','Pressure']; 22 field_tolerances=[1e-0 9,1e-09,1e-09,1e-09,1e-13];22 field_tolerances=[1e-08,1e-08,1e-08,1e-08,1e-13]; 23 23 field_values=[\ 24 24 md.results.DiagnosticSolution.Vx,\
Note:
See TracChangeset
for help on using the changeset viewer.