Changeset 10981 for issm/trunk/test/NightlyRun/test221.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/test221.m
r9703 r10981 16 16 1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06}; 17 17 field_values={... 18 PatchToVec(md.results.TransientSolution(1).Vx),...19 PatchToVec(md.results.TransientSolution(1).Vy),...20 PatchToVec(md.results.TransientSolution(1).Vz),...21 PatchToVec(md.results.TransientSolution(1).Vel),...22 PatchToVec(md.results.TransientSolution(1).Pressure),...23 PatchToVec(md.results.TransientSolution(1).Bed),...24 PatchToVec(md.results.TransientSolution(1).Surface),...25 PatchToVec(md.results.TransientSolution(1).Thickness),...26 PatchToVec(md.results.TransientSolution(1).Temperature),...27 PatchToVec(md.results.TransientSolution(1).BasalforcingsMeltingRate),...28 PatchToVec(md.results.TransientSolution(2).Vx),...29 PatchToVec(md.results.TransientSolution(2).Vy),...30 PatchToVec(md.results.TransientSolution(2).Vz),...31 PatchToVec(md.results.TransientSolution(2).Vel),...32 PatchToVec(md.results.TransientSolution(2).Pressure),...33 PatchToVec(md.results.TransientSolution(2).Bed),...34 PatchToVec(md.results.TransientSolution(2).Surface),...35 PatchToVec(md.results.TransientSolution(2).Thickness),...36 PatchToVec(md.results.TransientSolution(2).Temperature),...37 PatchToVec(md.results.TransientSolution(2).BasalforcingsMeltingRate),...38 PatchToVec(md.results.TransientSolution(3).Vx),...39 PatchToVec(md.results.TransientSolution(3).Vy),...40 PatchToVec(md.results.TransientSolution(3).Vz),...41 PatchToVec(md.results.TransientSolution(3).Vel),...42 PatchToVec(md.results.TransientSolution(3).Pressure),...43 PatchToVec(md.results.TransientSolution(3).Bed),...44 PatchToVec(md.results.TransientSolution(3).Surface),...45 PatchToVec(md.results.TransientSolution(3).Thickness),...46 PatchToVec(md.results.TransientSolution(3).Temperature),...47 PatchToVec(md.results.TransientSolution(3).BasalforcingsMeltingRate),...18 (md.results.TransientSolution(1).Vx),... 19 (md.results.TransientSolution(1).Vy),... 20 (md.results.TransientSolution(1).Vz),... 21 (md.results.TransientSolution(1).Vel),... 22 (md.results.TransientSolution(1).Pressure),... 23 (md.results.TransientSolution(1).Bed),... 24 (md.results.TransientSolution(1).Surface),... 25 (md.results.TransientSolution(1).Thickness),... 26 (md.results.TransientSolution(1).Temperature),... 27 (md.results.TransientSolution(1).BasalforcingsMeltingRate),... 28 (md.results.TransientSolution(2).Vx),... 29 (md.results.TransientSolution(2).Vy),... 30 (md.results.TransientSolution(2).Vz),... 31 (md.results.TransientSolution(2).Vel),... 32 (md.results.TransientSolution(2).Pressure),... 33 (md.results.TransientSolution(2).Bed),... 34 (md.results.TransientSolution(2).Surface),... 35 (md.results.TransientSolution(2).Thickness),... 36 (md.results.TransientSolution(2).Temperature),... 37 (md.results.TransientSolution(2).BasalforcingsMeltingRate),... 38 (md.results.TransientSolution(3).Vx),... 39 (md.results.TransientSolution(3).Vy),... 40 (md.results.TransientSolution(3).Vz),... 41 (md.results.TransientSolution(3).Vel),... 42 (md.results.TransientSolution(3).Pressure),... 43 (md.results.TransientSolution(3).Bed),... 44 (md.results.TransientSolution(3).Surface),... 45 (md.results.TransientSolution(3).Thickness),... 46 (md.results.TransientSolution(3).Temperature),... 47 (md.results.TransientSolution(3).BasalforcingsMeltingRate),... 48 48 };
Note:
See TracChangeset
for help on using the changeset viewer.