| 1 |
enderton |
1.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); |