Changeset 8433 for issm/trunk/test/NightlyRun/test247.m
- Timestamp:
- 05/26/11 07:13:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test247.m
r8392 r8433 6 6 md.cluster=none; 7 7 md.hydrostatic_adjustment=IncrementalEnum; 8 md=solve(md,Transient 3DSolutionEnum);8 md=solve(md,TransientSolutionEnum); 9 9 10 10 %Fields and tolerances to track changes … … 14 14 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06}; 15 15 field_values={... 16 PatchToVec(md.results.Transient 3DSolution(1).Vx),...17 PatchToVec(md.results.Transient 3DSolution(1).Vy),...18 PatchToVec(md.results.Transient 3DSolution(1).Vz),...19 PatchToVec(md.results.Transient 3DSolution(1).Vel),...20 PatchToVec(md.results.Transient 3DSolution(1).Pressure),...21 PatchToVec(md.results.Transient 3DSolution(1).Bed),...22 PatchToVec(md.results.Transient 3DSolution(1).Surface),...23 PatchToVec(md.results.Transient 3DSolution(1).Thickness),...24 PatchToVec(md.results.Transient 3DSolution(1).Temperature),...25 PatchToVec(md.results.Transient 3DSolution(1).BasalMeltingRate),...26 PatchToVec(md.results.Transient 3DSolution(2).Vx),...27 PatchToVec(md.results.Transient 3DSolution(2).Vy),...28 PatchToVec(md.results.Transient 3DSolution(2).Vz),...29 PatchToVec(md.results.Transient 3DSolution(2).Vel),...30 PatchToVec(md.results.Transient 3DSolution(2).Pressure),...31 PatchToVec(md.results.Transient 3DSolution(2).Bed),...32 PatchToVec(md.results.Transient 3DSolution(2).Surface),...33 PatchToVec(md.results.Transient 3DSolution(2).Thickness),...34 PatchToVec(md.results.Transient 3DSolution(2).Temperature),...35 PatchToVec(md.results.Transient 3DSolution(2).BasalMeltingRate),...36 PatchToVec(md.results.Transient 3DSolution(3).Vx),...37 PatchToVec(md.results.Transient 3DSolution(3).Vy),...38 PatchToVec(md.results.Transient 3DSolution(3).Vz),...39 PatchToVec(md.results.Transient 3DSolution(3).Vel),...40 PatchToVec(md.results.Transient 3DSolution(3).Pressure),...41 PatchToVec(md.results.Transient 3DSolution(3).Bed),...42 PatchToVec(md.results.Transient 3DSolution(3).Surface),...43 PatchToVec(md.results.Transient 3DSolution(3).Thickness),...44 PatchToVec(md.results.Transient 3DSolution(3).Temperature),...45 PatchToVec(md.results.Transient 3DSolution(3).BasalMeltingRate),...16 PatchToVec(md.results.TransientSolution(1).Vx),... 17 PatchToVec(md.results.TransientSolution(1).Vy),... 18 PatchToVec(md.results.TransientSolution(1).Vz),... 19 PatchToVec(md.results.TransientSolution(1).Vel),... 20 PatchToVec(md.results.TransientSolution(1).Pressure),... 21 PatchToVec(md.results.TransientSolution(1).Bed),... 22 PatchToVec(md.results.TransientSolution(1).Surface),... 23 PatchToVec(md.results.TransientSolution(1).Thickness),... 24 PatchToVec(md.results.TransientSolution(1).Temperature),... 25 PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),... 26 PatchToVec(md.results.TransientSolution(2).Vx),... 27 PatchToVec(md.results.TransientSolution(2).Vy),... 28 PatchToVec(md.results.TransientSolution(2).Vz),... 29 PatchToVec(md.results.TransientSolution(2).Vel),... 30 PatchToVec(md.results.TransientSolution(2).Pressure),... 31 PatchToVec(md.results.TransientSolution(2).Bed),... 32 PatchToVec(md.results.TransientSolution(2).Surface),... 33 PatchToVec(md.results.TransientSolution(2).Thickness),... 34 PatchToVec(md.results.TransientSolution(2).Temperature),... 35 PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),... 36 PatchToVec(md.results.TransientSolution(3).Vx),... 37 PatchToVec(md.results.TransientSolution(3).Vy),... 38 PatchToVec(md.results.TransientSolution(3).Vz),... 39 PatchToVec(md.results.TransientSolution(3).Vel),... 40 PatchToVec(md.results.TransientSolution(3).Pressure),... 41 PatchToVec(md.results.TransientSolution(3).Bed),... 42 PatchToVec(md.results.TransientSolution(3).Surface),... 43 PatchToVec(md.results.TransientSolution(3).Thickness),... 44 PatchToVec(md.results.TransientSolution(3).Temperature),... 45 PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),... 46 46 };
Note:
See TracChangeset
for help on using the changeset viewer.