Changeset 7103
- Timestamp:
- 01/14/11 13:24:19 (14 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test108.m
r7096 r7103 9 9 %Fields and tolerances to track changes 10 10 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 11 field_tolerances={1e-08,1e-08,1e-0 8,1e-08,1e-08};11 field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08}; 12 12 field_values={... 13 13 PatchToVec(md.results.DiagnosticSolution.Vx),... -
issm/trunk/test/NightlyRun/test250.m
r7023 r7103 14 14 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','MeltingRate3'}; 15 15 field_tolerances={... 16 1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-0 9,...17 1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-0 9,...16 1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,... 17 1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,... 18 18 1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05}; 19 19 field_values={... -
issm/trunk/test/NightlyRun/test408.m
r7096 r7103 9 9 %Fields and tolerances to track changes 10 10 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 11 field_tolerances={1e-0 8,1e-08,1e-07,1e-08,1e-08};11 field_tolerances={1e-07,1e-07,1e-06,1e-07,1e-07}; 12 12 field_values={... 13 13 PatchToVec(md.results.DiagnosticSolution.Vx),... -
issm/trunk/test/NightlyRun/test443.m
r7071 r7103 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 12 field_tolerances={1e-09,1e-09,1e-0 9,1e-09,1e-09};12 field_tolerances={1e-09,1e-09,1e-06,1e-09,1e-09}; 13 13 field_values={... 14 14 PatchToVec(md.results.DiagnosticSolution.Vx),... -
issm/trunk/test/NightlyRun/test444.m
r7071 r7103 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 12 field_tolerances={1e-09,1e-09,1e-0 8,1e-09,1e-09};12 field_tolerances={1e-09,1e-09,1e-06,1e-09,1e-09}; 13 13 field_values={... 14 14 PatchToVec(md.results.DiagnosticSolution.Vx),...
Note:
See TracChangeset
for help on using the changeset viewer.