source: issm/trunk/test/NightlyRun/test1103_nightly.m@ 5049

Last change on this file since 5049 was 5049, checked in by seroussi, 15 years ago

added ISMIP tests

File size: 600 bytes
RevLine 
[5049]1field_names ={...
2 'Vx5km','Vy5km','Vz5km',...
3 'Vx10km','Vy10km','Vz10km',...
4 'Vx20km','Vy20km','Vz20km',...
5 'Vx40km','Vy40km','Vz40km',...
6 'Vx80km','Vy80km','Vz80km'
7 'Vx160km','Vy160km','Vz160km'
8}
9field_tolerances={...
10 1e-13,1e-13,1e-13,...
11 1e-13,1e-13,1e-13,...
12 1e-13,1e-13,1e-13,...
13 1e-13,1e-13,1e-13,...
14 1e-13,1e-13,1e-13,...
15 1e-13,1e-13,1e-13,...
16};
17field_values={};
18for i=1:6,
19 result=results{i}
20 field_values={field_values,...
21 PatchToVec(result.DiagnosticSolution.Vx),...
22 PatchToVec(result.DiagnosticSolution.Vy),...
23 PatchToVec(result.DiagnosticSolution.Vz),...
24 };
25end
Note: See TracBrowser for help on using the repository browser.