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

Annotation of /MITgcm_contrib/enderton/Diagnostics/DiagFieldParamC.m

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


Revision 1.1 - (hide annotations) (download)
Mon Jan 31 15:43:26 2005 UTC (20 years, 5 months ago) by enderton
Branch: MAIN
CVS Tags: HEAD
 o Initial check in.

1 enderton 1.1 SLPunitsC = 'hPa';
2     SLPrangeC = [-60,30];
3     SLPcontourC = [-60:10:30];
4    
5     HFunitsC = 'W m^{-2}';
6     HFrangeC = [-240,320];
7     HFcontourC = [-240:40:320];
8    
9     QSWunitsC = 'W m^{-2}';
10     QSWrangeC = [-320,0];
11     QSWcontourC = [-320:40:-0];
12    
13     TXunitsC = 'N m^{-2}';
14     TXrangeC = [-.30,.30];
15     TXcontourC = [-.30:.05:.30];
16    
17     TYunitsC = 'N m^{-2}';
18     TYrangeC = [-.15,.15];
19     TYcontourC = [-.15:.025:.15];
20    
21     FWunitsC = 'm/s';
22     FWrangeC = [-7e-7,7e-7];
23     FWcontourC = [-7e-7:1e-7:7e-7];
24    
25     SFxunitsC = 'psu kg m^{-2} s^{-1}';
26     SFxrangeC = [-.0025,.0025];
27     SFxcontourC = [-.0025:.0005:.0025];
28    
29     SICunitsC = 'kg m^{-2}';
30     SICrangeC = [0,4500];
31     SICcontourC = [0:500:4500];
32    
33     MXLunitsC = 'm';
34     MXLrangeC = [49.75,50];
35     MXLcontourC = [49.75:.025:50];
36    
37     SSTunitsC = 'C';
38     SSTrangeC = [-5,32];
39     SSTcontourC = [-5:2:-32];
40    
41     SSSunitsC = 'psu';
42     SSSrangeC = [29,36];
43     SSScontourC = [29:.5:36];
44    
45     vSqunitsC = 'm^{2} s^{-2}';
46     vSqrangeC = [0,1];
47     vSqcontourC = [0:.1:1];

  ViewVC Help
Powered by ViewVC 1.1.22