Changeset 5087
- Timestamp:
- 08/09/10 13:45:19 (15 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test342_nightly.m
r5060 r5087 1 1 field_names ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'}; 2 field_tolerances={1e-08,1e-0 9,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};2 field_tolerances={1e-08,1e-08,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-09,1e-10}; 3 3 field_values={... 4 4 PatchToVec(md.results.DiagnosticSolution.Gradient),... -
issm/trunk/test/NightlyRun/test422_nightly.m
r5015 r5087 1 1 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','MeltingRate'}; 2 field_tolerances={1e-09,1e-09,1e-0 9,1e-09,1e-09,1e-09,1e-092 field_tolerances={1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-06 3 3 }; 4 4 field_values={... -
issm/trunk/test/NightlyRun/test513_nightly.m
r5061 r5087 2 2 field_names ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ... 3 3 'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'}; 4 field_tolerances={1e-1 3,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};4 field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08}; 5 5 field_values={... 6 6 PatchToVec(md.results.Transient3DSolution(1).Vx),... -
issm/trunk/test/NightlyRun/test527_nightly.m
r5062 r5087 1 1 field_names ={'x1' 'y1' 'x2' 'y2' 'x3' 'y3' 'x4' 'y4' 'x5' 'y5' 'x6' 'y6' 'x7' 'y7' }; 2 field_tolerances={1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 };2 field_tolerances={1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13 1e-13}; 3 3 field_values={... 4 4 x1, y1,...
Note:
See TracChangeset
for help on using the changeset viewer.