/[MITgcm]/MITgcm_contrib/quarter_degree_global/input/data.diagnostics_bulk
ViewVC logotype

Annotation of /MITgcm_contrib/quarter_degree_global/input/data.diagnostics_bulk

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


Revision 1.1 - (hide annotations) (download)
Thu May 19 19:49:51 2005 UTC (20 years, 2 months ago) by dimitri
Branch: MAIN
diagnostics freq is now specified in s

1 dimitri 1.1 # Diagnostic Package Choices
2     #
3     # 6-hourly 2-D fields:
4     # ====================
5     #
6     # ETAN Perturbation of Surface (pressure, height) (Pa,m)
7     # PHIBOT ocean bottom pressure / top. atmos geo-Potential
8     # TAUX zonal surface wind stress, >0 increases uVel
9     # TAUY meridional surf. wind stress, >0 increases vVel
10     # TFLUX net surface heat flux, >0 increases theta
11     # SFLUX net surface salt flux, >0 increases salt
12     # KPPhbl KPP boundary layer depth, bulk Ri criterion
13     # KPPmld Mixed layer depth, dT=.8degC density criterion
14     # SSS Sea Surface Salinity (g/kg)
15     # SST Sea Surface Temperature (degC,K)
16     # UVEL_k2 Zonal Component of Velocity at level 2 (m/s)
17     # VVEL_k2 Meridional Component of Velocity at level 2 (m/s)
18     #
19     # monthly 2-D fields:
20     # ===================
21     #
22     # ETANSQ Square of Perturbation of Sfc (Pa2,m2)
23     # SRELAX surface salinity relaxation, >0 increases salt
24     # EXFhs Sensible heat flux into ocean
25     # EXFhl Latent heat flux into ocean
26     # EXFlw Net longwave radiation
27     # EXFsw Net shortwave radiation
28     #
29     # monthly 3-D fields:
30     # ===================
31     #
32     # SALTanom Salt anomaly (=SALT-35; g/kg)
33     # THETA Potential Temperature (degC,K)
34     # UVEL Zonal Component of Velocity (m/s)
35     # VVEL Meridional Component of Velocity (m/s)
36     # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)
37     # VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)
38     # WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s)
39     #
40     # SALTSQan Square of Salt anomaly (=(SALT-35)^2 (g^2/kg^2)
41     # THETASQ Square of Potential Temperature (K2)
42     # UVELSQ Square of Zonal Comp of Velocity (m2/s2)
43     # VVELSQ Square of Meridional Comp of Velocity (m2/s2)
44     # WVELSQ Square of Vertical Comp of Velocity (m2/s2)
45     # UV_VEL_Z Meridional Transport of Zonal Momentum (m2/s2)
46     # WU_VEL Vertical Transport of Zonal Momentum (m^2/s^2)
47     # WV_VEL Vertical Transport of Meridional Momentum (m^2/s^2)
48     #
49     # UTHMASS Zonal Mass-Weight Transp of Pot Temp (K.m/s)
50     # VTHMASS Meridional Mass-Weight Transp of Pot Temp (K.m/s)
51     # WTHMASS Vertical Mass-Weight Transp of Pot Temp (K.m/s)
52     # USLTMASS Zonal Mass-Weight Transp of Salt (g/kg.m/s)
53     # VSLTMASS Meridional Mass-Weight Transp of Salt (g/kg.m/s)
54     # WSLTMASS Vertical Mass-Weight Transp of Salt (g/kg.m/s)
55     #
56     # RHOAnoma Density Anomaly (=Rho-rhoConst; kg/m^3)
57     # DRHODR Stratification: d.Sigma/dr (kg/m3/r_unit; kg/m^4)
58     # RHOANOSQ Square of Density Anomaly (=(Rho-rhoConst)^2; kg^2/m^6)
59     # URHOMASS Zonal Transport of Density (kg/m^2/s)
60     # VRHOMASS Meridional Transport of Density (kg/m^2/s)
61     # WRHOMASS Vertical Transport of Potential Density (kg/m^2/s)
62     #
63     # VISCA4 Biharmonic Viscosity Coefficient in (m4/s)
64     #
65     &diagnostics_list
66     frequency(1) = 21600,
67     fields(1,1) = 'ETAN ',
68     filename(1) = 'ETAN',
69     frequency(2) = 21600,
70     fields(1,2) = 'PHIBOT ',
71     filename(2) = 'PHIBOT',
72     frequency(3) = 21600,
73     fields(1,3) = 'TAUX ',
74     filename(3) = 'TAUX',
75     frequency(4) = 21600,
76     fields(1,4) = 'TAUY ',
77     filename(4) = 'TAUY',
78     frequency(5) = 21600,
79     fields(1,5) = 'TFLUX ',
80     filename(5) = 'TFLUX',
81     frequency(6) = 21600,
82     fields(1,6) = 'SFLUX ',
83     filename(6) = 'SFLUX',
84     frequency(7) = 21600,
85     fields(1,7) = 'KPPhbl ',
86     filename(7) = 'KPPhbl',
87     frequency(8) = 21600,
88     fields(1,8) = 'KPPmld ',
89     filename(8) = 'KPPmld',
90     frequency(9) = 21600,
91     fields(1,9) = 'SSS ',
92     filename(9) = 'SSS',
93     frequency(10) = 21600,
94     fields(1,10) = 'SST ',
95     filename(10) = 'SST',
96     frequency(11) = 21600,
97     fields(1,11) = 'UVEL_k2 ',
98     filename(11) = 'UVEL_k2',
99     frequency(12) = 21600,
100     fields(1,12) = 'VVEL_k2 ',
101     filename(12) = 'VVEL_k2',
102     frequency(13) = 2635200,
103     fields(1,13) = 'ETANSQ ',
104     filename(13) = 'ETANSQ',
105     frequency(14) = 2635200,
106     fields(1,14) = 'SRELAX ',
107     filename(14) = 'SRELAX',
108     frequency(15) = 2635200,
109     fields(1,15) = 'EXFhs ',
110     filename(15) = 'EXFhs',
111     frequency(16) = 2635200,
112     fields(1,16) = 'EXFhl ',
113     filename(16) = 'EXFhl',
114     frequency(17) = 2635200,
115     fields(1,17) = 'EXFlw ',
116     filename(17) = 'EXFlw',
117     frequency(18) = 2635200,
118     fields(1,18) = 'EXFsw ',
119     filename(18) = 'EXFsw',
120     frequency(19) = 2635200,
121     fields(1,19) = 'SALTanom',
122     filename(19) = 'SALTanom',
123     frequency(20) = 2635200,
124     fields(1,20) = 'THETA ',
125     filename(20) = 'THETA',
126     frequency(21) = 2635200,
127     fields(1,21) = 'UVEL ',
128     filename(21) = 'UVEL',
129     frequency(22) = 2635200,
130     fields(1,22) = 'VVEL ',
131     filename(22) = 'VVEL',
132     frequency(23) = 2635200,
133     fields(1,23) = 'UVELMASS',
134     filename(23) = 'UVELMASS',
135     frequency(24) = 2635200,
136     fields(1,24) = 'VVELMASS',
137     filename(24) = 'VVELMASS',
138     frequency(25) = 2635200,
139     fields(1,25) = 'WVELMASS',
140     filename(25) = 'WVELMASS',
141     frequency(26) = 2635200,
142     fields(1,26) = 'SALTSQan',
143     filename(26) = 'SALTSQan',
144     frequency(27) = 2635200,
145     fields(1,27) = 'THETASQ ',
146     filename(27) = 'THETASQ',
147     frequency(28) = 2635200,
148     fields(1,28) = 'UVELSQ ',
149     filename(28) = 'UVELSQ',
150     frequency(29) = 2635200,
151     fields(1,29) = 'VVELSQ ',
152     filename(29) = 'VVELSQ',
153     frequency(30) = 2635200,
154     fields(1,30) = 'WVELSQ ',
155     filename(30) = 'WVELSQ',
156     frequency(31) = 2635200,
157     fields(1,31) = 'UV_VEL_Z',
158     filename(31) = 'UV_VEL_Z',
159     frequency(32) = 2635200,
160     fields(1,32) = 'WU_VEL ',
161     filename(32) = 'WU_VEL',
162     frequency(33) = 2635200,
163     fields(1,33) = 'WV_VEL ',
164     filename(33) = 'WV_VEL',
165     frequency(34) = 2635200,
166     fields(1,34) = 'UTHMASS ',
167     filename(34) = 'UTHMASS',
168     frequency(35) = 2635200,
169     fields(1,35) = 'VTHMASS ',
170     filename(35) = 'VTHMASS',
171     frequency(36) = 2635200,
172     fields(1,36) = 'WTHMASS ',
173     filename(36) = 'WTHMASS',
174     frequency(37) = 2635200,
175     fields(1,37) = 'USLTMASS',
176     filename(37) = 'USLTMASS',
177     frequency(38) = 2635200,
178     fields(1,38) = 'VSLTMASS',
179     filename(38) = 'VSLTMASS',
180     frequency(39) = 2635200,
181     fields(1,39) = 'WSLTMASS',
182     filename(39) = 'WSLTMASS',
183     frequency(40) = 2635200,
184     fields(1,40) = 'RHOAnoma',
185     filename(40) = 'RHOAnoma',
186     frequency(41) = 2635200,
187     fields(1,41) = 'DRHODR ',
188     filename(41) = 'DRHODR',
189     frequency(42) = 2635200,
190     fields(1,42) = 'RHOANOSQ',
191     filename(42) = 'RHOANOSQ',
192     frequency(43) = 2635200,
193     fields(1,43) = 'URHOMASS',
194     filename(43) = 'URHOMASS',
195     frequency(44) = 2635200,
196     fields(1,44) = 'VRHOMASS',
197     filename(44) = 'VRHOMASS',
198     frequency(45) = 2635200,
199     fields(1,45) = 'WRHOMASS',
200     filename(45) = 'WRHOMASS',
201     frequency(46) = 2635200,
202     fields(1,46) = 'VISCA4',
203     filename(46) = 'VISCA4',
204     &end

  ViewVC Help
Powered by ViewVC 1.1.22