/[MITgcm]/MITgcm_contrib/high_res_cube/eddy_flux/run_calcUVBave.m
ViewVC logotype

Annotation of /MITgcm_contrib/high_res_cube/eddy_flux/run_calcUVBave.m

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


Revision 1.1 - (hide annotations) (download)
Fri Aug 6 04:37:18 2004 UTC (20 years, 11 months ago) by edhill
Branch: MAIN
 o add mask

1 edhill 1.1 %
2     % Ed Hill
3     % Mon Aug 2 23:43:41 EDT 2004
4     %
5    
6     matlab -nojvm -nodisplay
7    
8     clear all ; close all
9     nlay = 50;
10     ne = 510;
11    
12     Spat = 'Stave/data/Stave.%10.10d.data';
13     Tpat = 'Ttave/data/Ttave.%10.10d.data';
14     Upat = '_Veltave/data/uVeltave.%10.10d.data';
15     Vpat = '_Veltave/data/vVeltave.%10.10d.data';
16    
17     load i9298
18     ilist = i9298;
19     calcUVBave9298(Spat, Tpat, Upat, Vpat, ilist, nlay, ne)
20    
21     load i9903
22     ilist = i9903;
23     calcUVBave9903(Spat, Tpat, Upat, Vpat, ilist, nlay, ne)
24    
25    

  ViewVC Help
Powered by ViewVC 1.1.22