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

Contents of /MITgcm_contrib/enderton/Diagnostics/DiagFieldParamO.m

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


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

1 SunitsO = 'psu';
2 SrangeO = [30,37];
3 ScontourO = [30:.5:37];
4
5 TunitsO = 'C';
6 TrangeO = [-4,34];
7 TcontourO = [-4:1:5,6:4:34];
8
9 TempunitsO = 'C';
10 TemprangeO = [-4,32];
11 TempcontourO = [-4:1:32];
12
13 ConvunitsO = '0-1';
14 ConvrangeO = [0,.35];
15 ConvcontourO = [0:.05:.35];
16
17 UunitsO = 'm/s';
18 UrangeO = [-1,1];
19 UcontourO = [-1:.1:1];
20
21 VunitsO = 'm/s';
22 VrangeO = [-.05,.05];
23 VcontourO = [-.05:.01:.05];
24
25 WunitsO = 'm/s';
26 WrangeO = [-2.5e-6,2.5e-6];
27 WcontourO = [-2.5e-6:.5e-6:2.5e-6];
28
29 uVelunitsO = 'm/s';
30 uVelrangeO = [-1,1];
31 uVelcontourO = [-1:.1:1];
32
33 vVelunitsO = 'm/s';
34 vVelrangeO = [-.05,.05];
35 vVelcontourO = [-.05:.01:.05];
36
37 wVelunitsO = 'm/s';
38 wVelrangeO = [-2.5e-6,2.5e-6];
39 wVelcontourO = [-2.5e-6:.5e-6:2.5e-6];
40
41 PsiunitsO = 'Sv';
42 PsirangeO = [-70,70];
43 PsicontourO = [-70:10:70];
44
45 BolunitsO = 'Sv';
46 BolrangeO = [-70,70];
47 BolcontourO = [-70:10:70];
48
49 ResunitsO = 'Sv';
50 ResrangeO = [-70,70];
51 RescontourO = [-70:10:70];
52
53 EtaunitsO = 'm';
54 EtarangeO = [-8,3];
55 EtacontourO = [-8:5:3];
56
57 ETAunitsO = 'm';
58 ETArangeO = [-25,15];
59 ETAcontourO = [-25:5:15];
60
61 TstdunitsO = 'K';
62 TstdrangeO = [0,5];
63 TstdcontourO = [0:0.5:5];
64
65 KEpriunitsO = 'm/s';
66 KEprirangeO = [0,.2];
67 KEpricontourO = [0:.01:.2];
68
69 ETAstdunitsO = 'hPa';
70 ETAstdrangeO = [0,18];
71 ETAstdcontourO = [0:1:18];
72
73 PhHyunitsO = '???';
74 PhHyrangeO = [-8000,4000];
75 PhHycontourO = [-8000:500:4000];

  ViewVC Help
Powered by ViewVC 1.1.22