Changeset 13658
- Timestamp:
- 10/15/12 09:32:55 (12 years ago)
- 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 8 8 9 9 %Fields and tolerances to track changes 10 %The thickness wants to be lower than 1 so we contrain it to 111 10 field_names ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsMeltingRate1', ... 12 11 'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2'}; -
TabularUnified issm/trunk-jpl/test/NightlyRun/test508.m ¶
r12805 r13658 10 10 %Fields and tolerances to track changes 11 11 field_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 }; 12 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-08}; 14 13 field_values={... 15 14 (md.results.SteadystateSolution.Vx),...
Note:
See TracChangeset
for help on using the changeset viewer.