/[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.3 by enderton, Wed Feb 2 16:20:12 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 = [-45,45];

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

  ViewVC Help
Powered by ViewVC 1.1.22