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

Annotation of /MITgcm_contrib/enderton/Diagnostics/DiagFieldParamI.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 ICE_fractunitsI = '0-1';
2     ICE_fractrangeI = [0,1];
3     ICE_fractcontourI = [.01,.5,.99];
4    
5     ICE_iceHunitsI = 'm';
6     ICE_iceHrangeI = [0,10];
7     ICE_iceHcontourI = [.5,2,4,6,8,10];
8    
9     ice_fract_AveunitsI = '0-1';
10     ice_fract_AverangeI = [0,10];
11     ice_fract_AvecontourI = [0:1:10];
12    
13     ice_fractunitsI = '0-1';
14     ice_fractrangeI = [0,1];
15     ice_fractcontourI = [0:1:1];
16    
17     ice_fract_AveunitsI = '0-1';
18     ice_fract_AverangeI = [0,10];
19     ice_fract_AvecontourI = [0:1:10];
20    
21     ice_iceH_AveunitsI = 'm';
22     ice_iceH_AverangeI = [0,1];
23     ice_iceH_AvecontourI = [0:.1:1];
24    
25     ice_snowH_AveunitsI = 'm';
26     ice_snowH_AverangeI = [-30,0];
27     ice_snowH_AvecontourI = [-30:2:0];
28    
29     ice_Tsrf_AveunitsI = 'C';
30     ice_Tsrf_AverangeI = [0,10];
31     ice_Tsrf_AvecontourI = [0:1:10];
32    
33     ice_Tice1_AveunitsI = 'C';
34     ice_Tice1_AverangeI = [0,10];
35     ice_Tice1_AvecontourI = [0:1:10];
36    
37     ice_Tice2_AveunitsI = 'C';
38     ice_Tice2_AverangeI = [0,10];
39     ice_Tice2_AvecontourI = [0:1:10];
40    
41     ice_snowPr_AveunitsI = 'kg/m2/s';
42     ice_snowPr_AverangeI = [0,10];
43     ice_snowPr_AvecontourI = [0:1:10];
44    
45     ice_flx2oc_AveunitsI = 'W/m2';
46     ice_flx2oc_AverangeI = [0,10];
47     ice_flx2oc_AvecontourI = [0:1:10];
48    
49     ice_frw2oc_AveunitsI = 'm/s';
50     ice_frw2oc_AverangeI = [0,10];
51     ice_frw2oc_AvecontourI = [0:1:10];
52    
53     ice_salFx_AveunitsI = 'psu.kg/m2';
54     ice_salFx_AverangeI = [0,10];
55     ice_salFx_AvecontourI = [0:1:10];
56    
57     ice_flxAtm_AveunitsI = 'W/m2';
58     ice_flxAtm_AverangeI = [0,10];
59     ice_flxAtm_AvecontourI = [0:1:10];
60    
61     ice_frwAtm_AveunitsI = 'kg/m2/s';
62     ice_frwAtm_AverangeI = [0,10];
63     ice_frwAtm_AvecontourI = [0:1:10];
64    
65     ice_albedo_AveunitsI = '0-1';
66     ice_albedo_AverangeI = [0,10];
67     ice_albedo_AvecontourI = [0:1:10];
68    
69     ICE_tMxL_AveunitsI = 'C';
70     ICE_tMxL_AverangeI = [0,10];
71     ICE_tMxL_AvecontourI = [0:1:10];
72    
73     ICE_sMxL_AveunitsI = 'psu';
74     ICE_sMxL_AverangeI = [0,10];
75     ICE_sMxL_AvecontourI = [0:1:10];

  ViewVC Help
Powered by ViewVC 1.1.22