21 |
end |
end |
22 |
if krd > 0, |
if krd > 0, |
23 |
%- define list of fields to read in: |
%- define list of fields to read in: |
|
clear listV ; |
|
24 |
%listV={'Eta','U','V','W','T','S','DETADT2','RELHUM','Phi'}; |
%listV={'Eta','U','V','W','T','S','DETADT2','RELHUM','Phi'}; |
25 |
listV={'Eta','W','T','S','CONVADJ','DETADT2'}; |
%listV={'Eta','W','T','S','CONVADJ','DETADT2'}; |
26 |
%listV={'Eta','UE_VEL_C','VN_VEL_C','W','T','DETADT2','Phi'}; |
%listV={'Eta','UE_VEL_C','VN_VEL_C','W','T','DETADT2','Phi'}; |
27 |
%- or take all them: |
%- or take all them: |
28 |
%clear listV ; listV='all_flds'; |
clear listV ; listV='all_flds'; |
29 |
%----------- |
%----------- |
30 |
|
|
31 |
%- start to read the longest record: |
%- start to read the longest record: |
65 |
end |
end |
66 |
if krd ~= 0, |
if krd ~= 0, |
67 |
ttA=squeeze(tiA(:,2,:)); |
ttA=squeeze(tiA(:,2,:)); |
68 |
ttA=ttA/86400; titT='days'; ttA=ttA/30 ; titT='month'; ttA=ttA/12 ; titT='year'; |
ttA=ttA/3600; titT='hrs'; ttA=ttA/24; titT='days'; |
69 |
|
ttA=ttA/30 ; titT='month'; ttA=ttA/12 ; titT='year'; |
70 |
end |
end |
71 |
%========================================================= |
%========================================================= |
72 |
|
|