Changeset 9619 for issm/trunk/test/NightlyRun/test262.m
- Timestamp:
- 09/06/11 13:40:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test262.m
r9607 r9619 21 21 22 22 %Fields and tolerances to track changes 23 field_names ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Surface MassBalance1', ...24 'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Surface MassBalance2', ...25 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Surface MassBalance3',...23 field_names ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','SurfaceforcingsMassBalance1', ... 24 'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','SurfaceforcingsMassBalance2', ... 25 'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','SurfaceforcingsMassBalance3',... 26 26 'Vx4','Vy4','Vz4','Vel4','Pressure4','Bed4','Surface4','Thickness4','SurfaceMassbalance4'}; 27 27 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,... … … 39 39 PatchToVec(md.results.TransientSolution(1).Surface),... 40 40 PatchToVec(md.results.TransientSolution(1).Thickness),... 41 PatchToVec(md.results.TransientSolution(1).Surface MassBalance),...41 PatchToVec(md.results.TransientSolution(1).SurfaceforcingsMassBalance),... 42 42 PatchToVec(md.results.TransientSolution(2).Vx),... 43 43 PatchToVec(md.results.TransientSolution(2).Vy),... … … 48 48 PatchToVec(md.results.TransientSolution(2).Surface),... 49 49 PatchToVec(md.results.TransientSolution(2).Thickness),... 50 PatchToVec(md.results.TransientSolution(2).Surface MassBalance),...50 PatchToVec(md.results.TransientSolution(2).SurfaceforcingsMassBalance),... 51 51 PatchToVec(md.results.TransientSolution(3).Vx),... 52 52 PatchToVec(md.results.TransientSolution(3).Vy),... … … 57 57 PatchToVec(md.results.TransientSolution(3).Surface),... 58 58 PatchToVec(md.results.TransientSolution(3).Thickness),... 59 PatchToVec(md.results.TransientSolution(3).Surface MassBalance),...59 PatchToVec(md.results.TransientSolution(3).SurfaceforcingsMassBalance),... 60 60 PatchToVec(md.results.TransientSolution(4).Vx),... 61 61 PatchToVec(md.results.TransientSolution(4).Vy),... … … 66 66 PatchToVec(md.results.TransientSolution(4).Surface),... 67 67 PatchToVec(md.results.TransientSolution(4).Thickness),... 68 PatchToVec(md.results.TransientSolution(4).Surface MassBalance),...68 PatchToVec(md.results.TransientSolution(4).SurfaceforcingsMassBalance),... 69 69 };
Note:
See TracChangeset
for help on using the changeset viewer.