Changeset 13662
- Timestamp:
- 10/15/12 11:23:08 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test510.m
r12805 r13662 10 10 %Fields and tolerances to track changes 11 11 field_names ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'}; 12 field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06 13 }; 12 field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06}; 14 13 field_values={... 15 14 (md.results.SteadystateSolution.Vx),... -
issm/trunk-jpl/test/NightlyRun/test512.m
r12805 r13662 22 22 23 23 %Fields and tolerances to track changes 24 field_names ={'Gradient' 'Misfits' 'FrictionCoefficient' 'Pressure' 'Vel' 'Vx''Vy'};24 field_names ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy'}; 25 25 field_tolerances={1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11}; 26 26 field_values={... -
issm/trunk-jpl/test/NightlyRun/test513.m
r12805 r13662 24 24 25 25 %Fields and tolerances to track changes 26 field_names ={'Gradient' 'Misfits' 'FrictionCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature''BasalforcingsMeltingRate'};26 field_names ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate'}; 27 27 field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-6,1e-6,1e-6,1e-6,1e-6,1e-06}; 28 28 field_values={... -
issm/trunk-jpl/test/NightlyRun/test514.m
r13581 r13662 44 44 45 45 %Fields and tolerances to track changes 46 field_names ={'x1 ' 'y1' 'x2' 'y2' 'x3' 'y3' 'x4' 'y4' 'x5' 'y5' 'x6' 'y6' 'x7' 'y7' };47 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-131e-13};46 field_names ={'x1y1x2y2x3y3x4y4x5y5x6y6' 'x7y7' }; 47 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}; 48 48 field_values={... 49 49 x1, y1,...
Note:
See TracChangeset
for help on using the changeset viewer.