Changeset 10981 for issm/trunk/test/NightlyRun/test217.m
- Timestamp:
- 11/29/11 19:29:01 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 10962,10965,10969-10976,10980
- Property svn:mergeinfo changed
-
issm/trunk/test/NightlyRun/test217.m
r9703 r10981 13 13 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,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,1e-13,1e-13}; 14 14 field_values={... 15 PatchToVec(md.results.TransientSolution(1).Vx),...16 PatchToVec(md.results.TransientSolution(1).Vy),...17 PatchToVec(md.results.TransientSolution(1).Vz),...18 PatchToVec(md.results.TransientSolution(1).Vel),...19 PatchToVec(md.results.TransientSolution(1).Pressure),...20 PatchToVec(md.results.TransientSolution(1).Bed),...21 PatchToVec(md.results.TransientSolution(1).Surface),...22 PatchToVec(md.results.TransientSolution(1).Thickness),...23 PatchToVec(md.results.TransientSolution(1).Temperature),...24 PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...25 PatchToVec(md.results.TransientSolution(2).Vx),...26 PatchToVec(md.results.TransientSolution(2).Vy),...27 PatchToVec(md.results.TransientSolution(2).Vz),...28 PatchToVec(md.results.TransientSolution(2).Vel),...29 PatchToVec(md.results.TransientSolution(2).Pressure),...30 PatchToVec(md.results.TransientSolution(2).Bed),...31 PatchToVec(md.results.TransientSolution(2).Surface),...32 PatchToVec(md.results.TransientSolution(2).Thickness),...33 PatchToVec(md.results.TransientSolution(2).Temperature),...34 PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...35 PatchToVec(md.results.TransientSolution(3).Vx),...36 PatchToVec(md.results.TransientSolution(3).Vy),...37 PatchToVec(md.results.TransientSolution(3).Vz),...38 PatchToVec(md.results.TransientSolution(3).Vel),...39 PatchToVec(md.results.TransientSolution(3).Pressure),...40 PatchToVec(md.results.TransientSolution(3).Bed),...41 PatchToVec(md.results.TransientSolution(3).Surface),...42 PatchToVec(md.results.TransientSolution(3).Thickness),...43 PatchToVec(md.results.TransientSolution(3).Temperature),...44 PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...15 (md.results.TransientSolution(1).Vx),... 16 (md.results.TransientSolution(1).Vy),... 17 (md.results.TransientSolution(1).Vz),... 18 (md.results.TransientSolution(1).Vel),... 19 (md.results.TransientSolution(1).Pressure),... 20 (md.results.TransientSolution(1).Bed),... 21 (md.results.TransientSolution(1).Surface),... 22 (md.results.TransientSolution(1).Thickness),... 23 (md.results.TransientSolution(1).Temperature),... 24 (md.results.TransientSolution(1).BasalforcingsMeltingRate),... 25 (md.results.TransientSolution(2).Vx),... 26 (md.results.TransientSolution(2).Vy),... 27 (md.results.TransientSolution(2).Vz),... 28 (md.results.TransientSolution(2).Vel),... 29 (md.results.TransientSolution(2).Pressure),... 30 (md.results.TransientSolution(2).Bed),... 31 (md.results.TransientSolution(2).Surface),... 32 (md.results.TransientSolution(2).Thickness),... 33 (md.results.TransientSolution(2).Temperature),... 34 (md.results.TransientSolution(2).BasalforcingsMeltingRate),... 35 (md.results.TransientSolution(3).Vx),... 36 (md.results.TransientSolution(3).Vy),... 37 (md.results.TransientSolution(3).Vz),... 38 (md.results.TransientSolution(3).Vel),... 39 (md.results.TransientSolution(3).Pressure),... 40 (md.results.TransientSolution(3).Bed),... 41 (md.results.TransientSolution(3).Surface),... 42 (md.results.TransientSolution(3).Thickness),... 43 (md.results.TransientSolution(3).Temperature),... 44 (md.results.TransientSolution(3).BasalforcingsMeltingRate),... 45 45 };
Note:
See TracChangeset
for help on using the changeset viewer.