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