Changeset 13662


Ignore:
Timestamp:
10/15/12 11:23:08 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added test 510, 512 and 515

Location:
issm/trunk-jpl/test/NightlyRun
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test510.m

    r12805 r13662  
    1010%Fields and tolerances to track changes
    1111field_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 };
     12field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
    1413field_values={...
    1514        (md.results.SteadystateSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test512.m

    r12805 r13662  
    2222
    2323%Fields and tolerances to track changes
    24 field_names     ={'Gradient' 'Misfits' 'FrictionCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy'};
     24field_names     ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy'};
    2525field_tolerances={1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11,1e-11};
    2626field_values={...
  • issm/trunk-jpl/test/NightlyRun/test513.m

    r12805 r13662  
    2424
    2525%Fields and tolerances to track changes
    26 field_names     ={'Gradient' 'Misfits' 'FrictionCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'BasalforcingsMeltingRate'};
     26field_names     ={'Gradient','Misfits','FrictionCoefficient','Pressure','Vel','Vx','Vy','Vz','Temperature','BasalforcingsMeltingRate'};
    2727field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-6,1e-6,1e-6,1e-6,1e-6,1e-06};
    2828field_values={...
  • issm/trunk-jpl/test/NightlyRun/test514.m

    r13581 r13662  
    4444
    4545%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-13 1e-13};
     46field_names     ={'x1y1x2y2x3y3x4y4x5y5x6y6'  'x7y7' };
     47field_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};
    4848field_values={...
    4949        x1, y1,...
Note: See TracChangeset for help on using the changeset viewer.