source: issm/trunk/test/NightlyRun/test430_nightly.m@ 5047

Last change on this file since 5047 was 5047, checked in by Mathieu Morlighem, 15 years ago

Added nightly run steadystate

File size: 757 bytes
Line 
1field_names ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
2field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
3field_values={...
4 PatchToVec(md.results.SteadystateSolution.Gradient),...
5 md.results.SteadystateSolution.J,...
6 PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
7 PatchToVec(md.results.SteadystateSolution.Pressure),...
8 PatchToVec(md.results.SteadystateSolution.Vel),...
9 PatchToVec(md.results.SteadystateSolution.Vx),...
10 PatchToVec(md.results.SteadystateSolution.Vy),...
11 PatchToVec(md.results.SteadystateSolution.Vz),...
12 PatchToVec(md.results.SteadystateSolution.Temperature),...
13 PatchToVec(md.results.SteadystateSolution.MeltingRate)
14};
Note: See TracBrowser for help on using the repository browser.