/[MITgcm]/MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m
ViewVC logotype

Diff of /MITgcm_contrib/enderton/Diagnostics/DiagFieldParamA.m

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

revision 1.2 by enderton, Wed Feb 2 15:38:21 2005 UTC revision 1.5 by molod, Thu Mar 24 18:38:41 2005 UTC
# Line 6  ETAunitsA = 'hPa'; Line 6  ETAunitsA = 'hPa';
6  ETArangeA = [-25,35];  ETArangeA = [-25,35];
7  ETAcontourA = [-25:5:35];  ETAcontourA = [-25:5:35];
8    
9  MoiPTcunitsA = 'K';  ThetaEcunitsA = 'K';
10  MoiPTcrangeA = [275,500];  ThetaEcrangeA = [270,500];
11  MoiPTccontourA = [275:25:500];  ThetaEccontourA = [270:10:500];
12    
13  SunitsA = 'g/kg';  SunitsA = 'g/kg';
14  SrangeA = [0,17];  SrangeA = [0,17];
15  ScontourA = [0:1:17];  ScontourA = [0:1:17];
16    
17  TunitsA = 'K';  TunitsA = 'K';
18  TrangeA = [225,500];  TrangeA = [250,500];
19  TcontourA = [225:25:500];  TcontourA = [250:10:500];
20    
21  TempunitsA = 'K';  TempunitsA = 'K';
22  TemprangeA = [225,500];  TemprangeA = [250,500];
23  TempcontourA = [225:25:500];  TempcontourA = [250:10:500];
24    
25  UunitsA = 'm/s';  UunitsA = 'm/s';
26  UrangeA = [-45,45];  UrangeA = [-60,60];
27  UcontourA = [-45:5:45];  UcontourA = [-60:5:60];
28    
29    fizhi_UunitsA = 'm/s';
30    fizhi_UrangeA = [-60,60];
31    fizhi_UcontourA = [-60:5:60];
32    
33  uVelunitsA = 'm/s';  uVelunitsA = 'm/s';
34  uVelrangeA = [-45,45];  uVelrangeA = [-60,60];
35  uVelcontourA = [-45:5:45];  uVelcontourA = [-60:5:60];
36    
37  VunitsA = 'm/s';  VunitsA = 'm/s';
38  VrangeA = [-15,15];  VrangeA = [-15,15];
39  VcontourA = [-15:.5:15];  VcontourA = [-15:.5:15];
40    
41    fizhi_VunitsA = 'm/s';
42    fizhi_VrangeA = [-15,15];
43    fizhi_VcontourA = [-15:.5:15];
44    
45  vVelunitsA = 'm/s';  vVelunitsA = 'm/s';
46  vVelrangeA = [-15,15];  vVelrangeA = [-5,5];
47  vVelcontourA = [-15:.5:15];  vVelcontourA = [-5:.5:5];
48    
49  WunitsA = 'hPa/s';  WunitsA = 'hPa/s';
50  WrangeA = [-.001,.001];  WrangeA = [-.001,.001];
# Line 47  wVelrangeA = [-.00025,.00025]; Line 55  wVelrangeA = [-.00025,.00025];
55  wVelcontourA = [-.00025:.00005:.00025];  wVelcontourA = [-.00025:.00005:.00025];
56    
57  PsiunitsA = '10^{9} kg/s';  PsiunitsA = '10^{9} kg/s';
58  PsirangeA = [-140,140];  PsirangeA = [-240,240];
59  PsicontourA = [-140:20:140];  PsicontourA = [-240:20:240];
60    
61  TstdunitsA = 'K';  TstdunitsA = 'K';
62  TstdrangeA = [0,10];  TstdrangeA = [0,10];
# Line 158  TotPcontourA = [0:.01:.08]; Line 166  TotPcontourA = [0:.01:.08];
166    
167  EmPunitsA = 'gm^{-2}s^{-1}';  EmPunitsA = 'gm^{-2}s^{-1}';
168  EmPrangeA = [-.1,.12];  EmPrangeA = [-.1,.12];
 EmPcontourA = [-.1:.01:.12];  
169    EmPcontourA = [-.1:.01:.12];

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22