Changeset 13658


Ignore:
Timestamp:
10/15/12 09:32:55 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added python tests 506 to 510

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

Legend:

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

    r12805 r13658  
    88
    99%Fields and tolerances to track changes
    10 %The thickness wants to be lower than 1 so we contrain it to 1
    1110field_names     ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsMeltingRate1', ...
    1211                                      'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2'};
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test508.m

    r12805 r13658  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsMeltingRate'};
    12 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-08
    13 };
     12field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-08};
    1413field_values={...
    1514        (md.results.SteadystateSolution.Vx),...
Note: See TracChangeset for help on using the changeset viewer.