/[MITgcm]/MITgcm_contrib/high_res_cube/input/data.diagnostics
ViewVC logotype

Contents of /MITgcm_contrib/high_res_cube/input/data.diagnostics

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


Revision 1.13 - (show annotations) (download)
Wed Feb 7 01:30:48 2007 UTC (18 years, 5 months ago) by dimitri
Branch: MAIN
Changes since 1.12: +53 -53 lines
preparing for cube55

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 # oceTAUX zonal surface wind stress, >0 increases uVel (N/m^2)
9 # oceTAUY meridional surf. wind stress, >0 increases vVel (N/m^2)
10 # surForcT model surface forcing for Temperature, >0 increases theta (W/m^2)
11 # oceQsw net Short-Wave radiation (+=down), >0 increases theta (W/m^2)
12 # surForcS model surface forcing for Salinity, >0 increases salinity (g/m^2/s)
13 # KPPhbl KPP boundary layer depth, bulk Ri criterion
14 # KPPmld Mixed layer depth, dT=.8degC density criterion
15 # SSS Sea Surface Salinity (g/kg)
16 # SST Sea Surface Temperature (degC,K)
17 # UVEL_k2 Zonal Component of Velocity at level 2 (m/s)
18 # VVEL_k2 Meridional Component of Velocity at level 2 (m/s)
19 #
20 # daily 2-D fields:
21 # =================
22 #
23 # SIarea SEAICE fractional ice-covered area [0 to 1]
24 # SIheff SEAICE effective ice thickness (m)
25 # SIuice SEAICE zonal ice velocity, >0 from West to East (m/s)
26 # SIvice SEAICE merid. ice velocity, >0 from South to North (m/s)
27 # SIhsnow SEAICE snow thickness (m)
28 #
29 # monthly 2-D fields:
30 # ===================
31 #
32 # ETANSQ Square of Perturbation of Sfc (Pa2,m2)
33 # EXFhs Sensible heat flux into ocean, >0 increases theta (W/m^2)
34 # EXFhl Latent heat flux into ocean, >0 increases theta (W/m^2)
35 # EXFlwnet Net upward longwave radiation, >0 decreases theta (W/m^2)
36 # oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s)
37 # oceSflux net surface Salt flux into the ocean, >0 increases salinity (g/m^2/s)
38 # oceQnet net surface heat flux into the ocean, >0 increases theta (W/m^2)
39 # SRELAX surface salinity relaxation, >0 increases salt (g/m^2/s)
40 # TFLUX total heat flux (match heat-content variations), >0 increases theta (W/m^2)
41 # SFLUX total salt flux (match salt-content variations), >0 increases salt (g/m^2/s)
42 #
43 # monthly 3-D fields:
44 # ===================
45 #
46 # SALTanom Salt anomaly (=SALT-35; g/kg)
47 # THETA Potential Temperature (degC,K)
48 # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)
49 # VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)
50 # WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s)
51 #
52 # SALTSQan Square of Salt anomaly (=(SALT-35)^2 (g^2/kg^2)
53 # THETASQ Square of Potential Temperature (K2)
54 # UVELSQ Square of Zonal Comp of Velocity (m2/s2)
55 # VVELSQ Square of Meridional Comp of Velocity (m2/s2)
56 # WVELSQ Square of Vertical Comp of Velocity (m2/s2)
57 # UV_VEL_Z Meridional Transport of Zonal Momentum (m2/s2)
58 # WU_VEL Vertical Transport of Zonal Momentum (m^2/s^2)
59 # WV_VEL Vertical Transport of Meridional Momentum (m^2/s^2)
60 #
61 # UTHMASS Zonal Mass-Weight Transp of Pot Temp (K.m/s)
62 # VTHMASS Meridional Mass-Weight Transp of Pot Temp (K.m/s)
63 # WTHMASS Vertical Mass-Weight Transp of Pot Temp (K.m/s)
64 # USLTMASS Zonal Mass-Weight Transp of Salt (g/kg.m/s)
65 # VSLTMASS Meridional Mass-Weight Transp of Salt (g/kg.m/s)
66 # WSLTMASS Vertical Mass-Weight Transp of Salt (g/kg.m/s)
67 #
68 # RHOAnoma Density Anomaly (=Rho-rhoConst; kg/m^3)
69 # DRHODR Stratification: d.Sigma/dr (kg/m3/r_unit; kg/m^4)
70 # RHOANOSQ Square of Density Anomaly (=(Rho-rhoConst)^2; kg^2/m^6)
71 # URHOMASS Zonal Transport of Density (kg/m^2/s)
72 # VRHOMASS Meridional Transport of Density (kg/m^2/s)
73 # WRHOMASS Vertical Transport of Potential Density (kg/m^2/s)
74 #
75 &diagnostics_list
76 frequency(1) = 21600.,
77 fields(1,1) = 'ETAN ',
78 filename(1) = 'ETAN',
79 frequency(2) = 21600.,
80 fields(1,2) = 'PHIBOT ',
81 filename(2) = 'PHIBOT',
82 frequency(3) = 21600.,
83 fields(1,3) = 'oceTAUX ',
84 filename(3) = 'oceTAUX',
85 frequency(4) = 21600.,
86 fields(1,4) = 'oceTAUY ',
87 filename(4) = 'oceTAUY',
88 frequency(5) = 21600.,
89 fields(1,5) = 'surForcT',
90 filename(5) = 'surForcT',
91 frequency(6) = 21600.,
92 fields(1,6) = 'oceQsw ',
93 filename(6) = 'oceQsw',
94 frequency(7) = 21600.,
95 fields(1,7) = 'surForcS',
96 filename(7) = 'surForcS',
97 frequency(8) = 21600.,
98 fields(1,8) = 'KPPhbl ',
99 filename(8) = 'KPPhbl',
100 frequency(9) = 21600.,
101 fields(1,9) = 'KPPmld ',
102 filename(9) = 'KPPmld',
103 frequency(10) = 21600.,
104 fields(1,10) = 'SALT ',
105 levels(1,10) = 1.,
106 filename(10) = 'SSS',
107 frequency(11) = 21600.,
108 fields(1,11) = 'THETA ',
109 levels(1,11) = 1.,
110 filename(11) = 'SST',
111 frequency(12) = 21600.,
112 fields(1,12) = 'UVEL ',
113 levels(1,12) = 2.,
114 filename(12) = 'UVEL_k2',
115 frequency(13) = 21600.,
116 fields(1,13) = 'VVEL ',
117 levels(1,13) = 2.,
118 filename(13) = 'VVEL_k2',
119 frequency(14) = 86400.,
120 fields(1,14) = 'SIarea ',
121 filename(14) = 'SIarea',
122 frequency(15) = 86400.,
123 fields(1,15) = 'SIheff ',
124 filename(15) = 'SIheff',
125 frequency(16) = 86400.,
126 fields(1,16) = 'SIuice ',
127 filename(16) = 'SIuice',
128 frequency(17) = 86400.,
129 fields(1,17) = 'SIvice ',
130 filename(17) = 'SIvice',
131 frequency(18) = 86400.,
132 fields(1,18) = 'SIhsnow ',
133 filename(18) = 'SIhsnow',
134 frequency(19) = 2635200.,
135 fields(1,19) = 'ETANSQ ',
136 filename(19) = 'ETANSQ',
137 frequency(20) = 2635200.,
138 fields(1,20) = 'EXFhs ',
139 filename(20) = 'EXFhs',
140 frequency(21) = 2635200.,
141 fields(1,21) = 'EXFhl ',
142 filename(21) = 'EXFhl',
143 frequency(22) = 2635200.,
144 fields(1,22) = 'EXFlwnet',
145 filename(22) = 'EXFlwnet',
146 frequency(23) = 2635200.,
147 fields(1,23) = 'oceFWflx',
148 filename(23) = 'oceFWflx',
149 frequency(24) = 2635200.,
150 fields(1,24) = 'oceSflux',
151 filename(24) = 'oceSflux',
152 frequency(25) = 2635200.,
153 fields(1,25) = 'oceQnet ',
154 filename(25) = 'oceQnet',
155 frequency(26) = 2635200.,
156 fields(1,26) = 'SRELAX ',
157 filename(26) = 'SRELAX',
158 frequency(27) = 2635200.,
159 fields(1,27) = 'TFLUX ',
160 filename(27) = 'TFLUX',
161 frequency(28) = 2635200.,
162 fields(1,28) = 'SFLUX ',
163 filename(28) = 'SFLUX',
164 frequency(29) = 2635200.,
165 fields(1,29) = 'SALTanom',
166 filename(29) = 'SALTanom',
167 fileflags(29)= 'D ',
168 frequency(30) = 2635200.,
169 fields(1,30) = 'THETA ',
170 filename(30) = 'THETA',
171 fileflags(30)= 'D ',
172 frequency(31) = 2635200.,
173 fields(1,31) = 'UVELMASS',
174 filename(31) = 'UVELMASS',
175 frequency(32) = 2635200.,
176 fields(1,32) = 'VVELMASS',
177 filename(32) = 'VVELMASS',
178 frequency(33) = 2635200.,
179 fields(1,33) = 'WVELMASS',
180 filename(33) = 'WVELMASS',
181 frequency(34) = 2635200.,
182 fields(1,34) = 'SALTSQan',
183 filename(34) = 'SALTSQan',
184 fileflags(34)= 'D ',
185 frequency(35) = 2635200.,
186 fields(1,35) = 'THETASQ ',
187 filename(35) = 'THETASQ',
188 fileflags(35)= 'D ',
189 frequency(36) = 2635200.,
190 fields(1,36) = 'UVELSQ ',
191 filename(36) = 'UVELSQ',
192 frequency(37) = 2635200.,
193 fields(1,37) = 'VVELSQ ',
194 filename(37) = 'VVELSQ',
195 frequency(38) = 2635200.,
196 fields(1,38) = 'WVELSQ ',
197 filename(38) = 'WVELSQ',
198 frequency(39) = 2635200.,
199 fields(1,39) = 'UV_VEL_Z',
200 filename(39) = 'UV_VEL_Z',
201 frequency(40) = 2635200.,
202 fields(1,40) = 'WU_VEL ',
203 filename(40) = 'WU_VEL',
204 frequency(41) = 2635200.,
205 fields(1,41) = 'WV_VEL ',
206 filename(41) = 'WV_VEL',
207 frequency(42) = 2635200.,
208 fields(1,42) = 'UTHMASS ',
209 filename(42) = 'UTHMASS',
210 frequency(43) = 2635200.,
211 fields(1,43) = 'VTHMASS ',
212 filename(43) = 'VTHMASS',
213 frequency(44) = 2635200.,
214 fields(1,44) = 'WTHMASS ',
215 filename(44) = 'WTHMASS',
216 frequency(45) = 2635200.,
217 fields(1,45) = 'USLTMASS',
218 filename(45) = 'USLTMASS',
219 frequency(46) = 2635200.,
220 fields(1,46) = 'VSLTMASS',
221 filename(46) = 'VSLTMASS',
222 frequency(47) = 2635200.,
223 fields(1,47) = 'WSLTMASS',
224 filename(47) = 'WSLTMASS',
225 frequency(48) = 2635200.,
226 fields(1,48) = 'RHOAnoma',
227 filename(48) = 'RHOAnoma',
228 frequency(49) = 2635200.,
229 fields(1,49) = 'DRHODR ',
230 filename(49) = 'DRHODR',
231 frequency(50) = 2635200.,
232 fields(1,50) = 'RHOANOSQ',
233 filename(50) = 'RHOANOSQ',
234 frequency(51) = 2635200.,
235 fields(1,51) = 'URHOMASS',
236 filename(51) = 'URHOMASS',
237 frequency(52) = 2635200.,
238 fields(1,52) = 'VRHOMASS',
239 filename(52) = 'VRHOMASS',
240 frequency(53) = 2635200.,
241 fields(1,53) = 'WRHOMASS',
242 filename(53) = 'WRHOMASS',
243 &
244
245 # Parameter for Diagnostics of per level statistics:
246 #-----------------
247 # for each output-stream:
248 # stat_fname(n) : prefix of the output file name (only 8.c long) for
249 #outp.stream n
250 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
251 # > 0 : write time-average output every stat_freq seconds
252 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
253 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
254 # stat_fields(:,n) : list of diagnostics fields (8.c) (see
255 #"available_diagnostics.log"
256 # file for the list of all available diag. in this particular
257 #config)
258 #-----------------
259 &DIAG_STATIS_PARMS
260 #- an example just to check the agreement with MONITOR output:
261 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
262 # stat_fname(1)= 'dynStDiag',
263 # stat_freq(1)= -864000.,
264 # stat_phase(1)= 0.,
265 &

  ViewVC Help
Powered by ViewVC 1.1.22