9 |
% release1 (ECCO v4 output) |
% release1 (ECCO v4 output) |
10 |
% sample_input (additional demo material) |
% sample_input (additional demo material) |
11 |
% |
% |
|
%to activate example_remap: |
|
|
% |
|
|
% mkdir sample_input |
|
|
% wget ftp://mit.ecco-group.org/gforget/testcase_remap.mat |
|
|
% mv testcase_remap.mat sample_input/. |
|
|
% |
|
12 |
%to activate example_transports: |
%to activate example_transports: |
13 |
% |
% |
14 |
% mkdir release1 |
% mkdir release1 |
15 |
% wget --recursive ftp://mit.ecco-group.org/ecco_for_las/version_4/release1/nctiles_climatology |
% wget --recursive ftp://mit.ecco-group.org/ecco_for_las/version_4/release1/nctiles_climatology |
16 |
% mv mit.ecco-group.org/gforget/nctiles_climatology release1/. |
% mv mit.ecco-group.org/ecco_for_las/version_4/release1/nctiles_climatology release1/. |
17 |
% rm -rf mit.ecco-group.org |
% rm -rf mit.ecco-group.org |
18 |
% |
% |
19 |
%to activate example_budget: |
%to activate example_budget: |
20 |
% |
% |
21 |
|
% mkdir sample_input |
22 |
% wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_budget_2d |
% wget --recursive ftp://mit.ecco-group.org/gforget/nctiles_budget_2d |
23 |
% mv mit.ecco-group.org/gforget/nctiles_budget_2d sample_input/. |
% mv mit.ecco-group.org/gforget/nctiles_budget_2d sample_input/. |
24 |
% rm -rf mit.ecco-group.org |
% rm -rf mit.ecco-group.org |
93 |
|
|
94 |
fprintf('\n\n'); |
fprintf('\n\n'); |
95 |
gcmfaces_msg('///////////////////////////////////////////'); |
gcmfaces_msg('///////////////////////////////////////////'); |
96 |
gcmfaces_msg('demo of remapping ','// PART 2 :'); |
gcmfaces_msg('demo of interpolation and remapping ','// PART 2 :'); |
97 |
gcmfaces_msg('please hit return','// >> '); |
gcmfaces_msg('please hit return','// >> '); |
98 |
gcmfaces_msg('///////////////////////////////////////////'); |
gcmfaces_msg('///////////////////////////////////////////'); |
99 |
fprintf('\n\n'); |
fprintf('\n\n'); |
100 |
pause; |
pause; |
101 |
example_remap(0); |
example_interp; |
102 |
|
|
103 |
fprintf('\n\n'); |
fprintf('\n\n'); |
104 |
gcmfaces_msg('///////////////////////////////////////////'); |
gcmfaces_msg('///////////////////////////////////////////'); |
105 |
gcmfaces_msg('demo of bin averaging (gridding)','// PART 2 :'); |
gcmfaces_msg('demo of bin averaging data sample to grid','// PART 2 :'); |
106 |
gcmfaces_msg('please hit return','// >> '); |
gcmfaces_msg('please hit return','// >> '); |
107 |
gcmfaces_msg('///////////////////////////////////////////'); |
gcmfaces_msg('///////////////////////////////////////////'); |
108 |
fprintf('\n\n'); |
fprintf('\n\n'); |
109 |
pause; |
pause; |
|
%alternatives |
|
|
%example_griddata; |
|
|
%example_interp; |
|
|
%example_faces2latlon2faces; |
|
110 |
fld=example_bin_average; |
fld=example_bin_average; |
111 |
|
|
112 |
fprintf('\n\n'); |
fprintf('\n\n'); |
113 |
gcmfaces_msg('///////////////////////////////////////////'); |
gcmfaces_msg('///////////////////////////////////////////'); |
114 |
gcmfaces_msg('demo of smoothing ','// PART 2 :'); |
gcmfaces_msg('demo of smoothing through diffusion','// PART 2 :'); |
115 |
gcmfaces_msg('please hit return','// >> '); |
gcmfaces_msg('please hit return','// >> '); |
116 |
gcmfaces_msg('///////////////////////////////////////////'); |
gcmfaces_msg('///////////////////////////////////////////'); |
117 |
fprintf('\n\n'); |
fprintf('\n\n'); |