Changeset 10976 for issm/trunk-jpl/test/NightlyRun/test259.m
- Timestamp:
- 11/29/11 16:52:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test259.m
r9725 r10976 31 31 32 32 field_values={... 33 PatchToVec(md.results.TransientSolution(1).Vx),...34 PatchToVec(md.results.TransientSolution(1).Vy),...35 PatchToVec(md.results.TransientSolution(1).Vz),...36 PatchToVec(md.results.TransientSolution(1).Vel),...37 PatchToVec(md.results.TransientSolution(1).Pressure),...38 PatchToVec(md.results.TransientSolution(1).Bed),...39 PatchToVec(md.results.TransientSolution(1).Surface),...40 PatchToVec(md.results.TransientSolution(1).Thickness),...41 PatchToVec(md.results.TransientSolution(1).SurfaceforcingsMassBalance),...42 PatchToVec(md.results.TransientSolution(2).Vx),...43 PatchToVec(md.results.TransientSolution(2).Vy),...44 PatchToVec(md.results.TransientSolution(2).Vz),...45 PatchToVec(md.results.TransientSolution(2).Vel),...46 PatchToVec(md.results.TransientSolution(2).Pressure),...47 PatchToVec(md.results.TransientSolution(2).Bed),...48 PatchToVec(md.results.TransientSolution(2).Surface),...49 PatchToVec(md.results.TransientSolution(2).Thickness),...50 PatchToVec(md.results.TransientSolution(2).SurfaceforcingsMassBalance),...51 PatchToVec(md.results.TransientSolution(3).Vx),...52 PatchToVec(md.results.TransientSolution(3).Vy),...53 PatchToVec(md.results.TransientSolution(3).Vz),...54 PatchToVec(md.results.TransientSolution(3).Vel),...55 PatchToVec(md.results.TransientSolution(3).Pressure),...56 PatchToVec(md.results.TransientSolution(3).Bed),...57 PatchToVec(md.results.TransientSolution(3).Surface),...58 PatchToVec(md.results.TransientSolution(3).Thickness),...59 PatchToVec(md.results.TransientSolution(3).SurfaceforcingsMassBalance),...60 PatchToVec(md.results.TransientSolution(4).Vx),...61 PatchToVec(md.results.TransientSolution(4).Vy),...62 PatchToVec(md.results.TransientSolution(4).Vz),...63 PatchToVec(md.results.TransientSolution(4).Vel),...64 PatchToVec(md.results.TransientSolution(4).Pressure),...65 PatchToVec(md.results.TransientSolution(4).Bed),...66 PatchToVec(md.results.TransientSolution(4).Surface),...67 PatchToVec(md.results.TransientSolution(4).Thickness),...68 PatchToVec(md.results.TransientSolution(4).SurfaceforcingsMassBalance),...33 (md.results.TransientSolution(1).Vx),... 34 (md.results.TransientSolution(1).Vy),... 35 (md.results.TransientSolution(1).Vz),... 36 (md.results.TransientSolution(1).Vel),... 37 (md.results.TransientSolution(1).Pressure),... 38 (md.results.TransientSolution(1).Bed),... 39 (md.results.TransientSolution(1).Surface),... 40 (md.results.TransientSolution(1).Thickness),... 41 (md.results.TransientSolution(1).SurfaceforcingsMassBalance),... 42 (md.results.TransientSolution(2).Vx),... 43 (md.results.TransientSolution(2).Vy),... 44 (md.results.TransientSolution(2).Vz),... 45 (md.results.TransientSolution(2).Vel),... 46 (md.results.TransientSolution(2).Pressure),... 47 (md.results.TransientSolution(2).Bed),... 48 (md.results.TransientSolution(2).Surface),... 49 (md.results.TransientSolution(2).Thickness),... 50 (md.results.TransientSolution(2).SurfaceforcingsMassBalance),... 51 (md.results.TransientSolution(3).Vx),... 52 (md.results.TransientSolution(3).Vy),... 53 (md.results.TransientSolution(3).Vz),... 54 (md.results.TransientSolution(3).Vel),... 55 (md.results.TransientSolution(3).Pressure),... 56 (md.results.TransientSolution(3).Bed),... 57 (md.results.TransientSolution(3).Surface),... 58 (md.results.TransientSolution(3).Thickness),... 59 (md.results.TransientSolution(3).SurfaceforcingsMassBalance),... 60 (md.results.TransientSolution(4).Vx),... 61 (md.results.TransientSolution(4).Vy),... 62 (md.results.TransientSolution(4).Vz),... 63 (md.results.TransientSolution(4).Vel),... 64 (md.results.TransientSolution(4).Pressure),... 65 (md.results.TransientSolution(4).Bed),... 66 (md.results.TransientSolution(4).Surface),... 67 (md.results.TransientSolution(4).Thickness),... 68 (md.results.TransientSolution(4).SurfaceforcingsMassBalance),... 69 69 };
Note:
See TracChangeset
for help on using the changeset viewer.