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