/[MITgcm]/MITgcm_contrib/enderton/Diagnostics/DiagAuto/RW_Analysis_Fixed.m
ViewVC logotype

Contents of /MITgcm_contrib/enderton/Diagnostics/DiagAuto/RW_Analysis_Fixed.m

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


Revision 1.1 - (show annotations) (download)
Mon Jan 31 15:43:27 2005 UTC (20 years, 5 months ago) by enderton
Branch: MAIN
CVS Tags: HEAD
 o Initial check in.

1 path(path,'/home/enderton/Diagnostics');
2 path(path,'/home/enderton/Diagnostics/DiagUtility');
3
4 CplT = {...
5 {{'T',exp,'Tav',atmtavedir,atmgriddir,itA,dtA,'A','MNC','MNC',...
6 'Avg','Zon','Con'}},...
7 {{'T',exp,'Tav',ocntavedir,ocngriddir,itO,dtO,'O','MNC','MNC',...
8 'Avg','Zon','Con'}},...
9 };
10
11 CplS = {...
12 {{'S',exp,'Tav',atmtavedir,atmgriddir,itA,dtA,'A','MNC','MNC',...
13 'Avg','Zon','Con'}},...
14 {{'S',exp,'Tav',ocntavedir,ocngriddir,itO,dtO,'O','MNC','MNC',...
15 'Avg','Zon','Con'}},...
16 };
17
18 DiagRun(CplT,[exp,'_CplT'],'LoadGridData',1,'OutputDir',outputdir);
19 DiagRun(CplS,[exp,'_CplS'],'LoadGridData',0,'OutputDir',outputdir);

  ViewVC Help
Powered by ViewVC 1.1.22