/[MITgcm]/MITgcm_contrib/gael/bulkMatlab/ecmwf_grid.m
ViewVC logotype

Contents of /MITgcm_contrib/gael/bulkMatlab/ecmwf_grid.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Feb 19 21:28:58 2008 UTC (17 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
matlab script to compute bulk formulae forcing etc.

1 %ECMWF is (320,160) 0:1.125:357.875
2 %gaussian -89.145:89.145
3
4 %x=[0:1.125:357.875];
5 x=[0:1.125:359];
6 y=[...
7 -89.142,-88.029,-86.911,-85.791,-84.670,-83.549,-82.428,...
8 -81.307,-80.185,-79.064,-77.943,-76.821,-75.700,-74.578,...
9 -73.457,-72.336,-71.214,-70.093,-68.971,-67.850,-66.728,...
10 -65.607,-64.485,-63.364,-62.242,-61.121,-60.000,-58.878,...
11 -57.757,-56.635,-55.514,-54.392,-53.271,-52.149,-51.028,...
12 -49.906,-48.785,-47.663,-46.542,-45.420,-44.299,-43.177,...
13 -42.056,-40.934,-39.813,-38.691,-37.570,-36.448,-35.327,...
14 -34.205,-33.084,-31.962,-30.841,-29.719,-28.598,-27.476,...
15 -26.355,-25.234,-24.112,-22.991,-21.869,-20.748,-19.626,...
16 -18.505,-17.383,-16.262,-15.140,-14.019,-12.897,-11.776,...
17 -10.654, -9.533, -8.411, -7.290, -6.168, -5.047, -3.925,...
18 -2.804, -1.682, -0.561,...
19 0.561, 1.682, 2.804, 3.925, 5.047, 6.168, 7.290,...
20 8.411, 9.533, 10.654, 11.776, 12.897, 14.019, 15.140,...
21 16.262, 17.383, 18.505, 19.626, 20.748, 21.869, 22.991,...
22 24.112, 25.234, 26.355, 27.476, 28.598, 29.719, 30.841,...
23 31.962, 33.084, 34.205, 35.327, 36.448, 37.570, 38.691,...
24 39.813, 40.934, 42.056, 43.177, 44.299, 45.420, 46.542,...
25 47.663, 48.785, 49.906, 51.028, 52.149, 53.271, 54.392,...
26 55.514, 56.635, 57.757, 58.878, 60.000, 61.121, 62.242,...
27 63.364, 64.485, 65.607, 66.728, 67.850, 68.971, 70.093,...
28 71.214, 72.336, 73.457, 74.578, 75.700, 76.821, 77.943,...
29 79.064, 80.185, 81.307, 82.428, 83.549, 84.670, 85.791,...
30 86.911, 88.029, 89.142];
31
32

  ViewVC Help
Powered by ViewVC 1.1.22