/[MITgcm]/MITgcm_contrib/jmc_script/grph_StD.m
ViewVC logotype

Diff of /MITgcm_contrib/jmc_script/grph_StD.m

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

revision 1.3 by jmc, Sat Nov 8 18:26:09 2008 UTC revision 1.4 by jmc, Fri Sep 27 23:11:26 2013 UTC
# Line 21  else Line 21  else
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:
# Line 66  elseif krd < 0, Line 65  elseif krd < 0,
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    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22