/[MITgcm]/MITgcm_contrib/llc_96/input_forw/data.diagnostics_monthly_standard
ViewVC logotype

Contents of /MITgcm_contrib/llc_96/input_forw/data.diagnostics_monthly_standard

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


Revision 1.1 - (show annotations) (download)
Fri Oct 9 03:28:50 2009 UTC (15 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: HEAD
Adding baseline llc_96 config to repository

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 #
77 dumpatlast = .TRUE.,
78 #
79 # dd --- 2-dim
80 #
81 frequency(1) = 2635200.,
82 fields(1,1) = 'ETAN ',
83 filename(1) = 'ddETAN',
84 #
85 frequency(2) = 2635200.,
86 fields(1,2) = 'PHIBOT ',
87 filename(2) = 'ddPHIBOT',
88 #
89 frequency(3) = 2635200.,
90 fields(1,3) = 'SALT ',
91 levels(1,3) = 1.,
92 filename(3) = 'ddSSS',
93 #
94 frequency(4) = 2635200.,
95 fields(1,4) = 'THETA ',
96 levels(1,4) = 1.,
97 filename(4) = 'ddSST',
98 #
99 frequency(5) = 2635200.,
100 fields(1,5) = 'UVEL ',
101 levels(1,5) = 2.,
102 filename(5) = 'ddUVEL_k2',
103 #
104 frequency(6) = 2635200.,
105 fields(1,6) = 'VVEL ',
106 levels(1,6) = 2.,
107 filename(6) = 'ddVVEL_k2',
108 #
109 frequency(7) = 2635200.,
110 fields(1,7) = 'ETANSQ ',
111 filename(7) = 'ddETANSQ',
112 #
113 frequency(8) = 2635200.,
114 fields(1,8) = 'SRELAX ',
115 filename(8) = 'ddSRELAX',
116 #
117 # DD --- 3-dim
118 #
119 frequency(10) = 2635200.,
120 fields(1,10) = 'RHOAnoma',
121 filename(10) = 'DDrhoanoma',
122 #
123 frequency(11) = 2635200.,
124 fields(1,11) = 'DRHODR ',
125 filename(11) = 'DDdrhodr',
126 #
127 frequency(12) = 2635200.,
128 fields(1,12) = 'PHIHYD ',
129 filename(12) = 'DDphihyd',
130 #
131 frequency(13) = 2635200.,
132 fields(1,13) = 'SALT ',
133 filename(13) = 'DDsalt',
134 #
135 frequency(14) = 2635200.,
136 fields(1,14) = 'THETA ',
137 filename(14) = 'DDtheta',
138 #
139 frequency(15) = 2635200.,
140 fields(1,15) = 'UVELMASS',
141 filename(15) = 'DDuvelmass',
142 #
143 frequency(16) = 2635200.,
144 fields(1,16) = 'VVELMASS',
145 filename(16) = 'DDvvelmass',
146 #
147 frequency(17) = 2635200.,
148 fields(1,17) = 'WVELMASS',
149 filename(17) = 'DDwvelmass',
150 #
151 frequency(18) = 2635200.,
152 fields(1,18) = 'UVEL ',
153 filename(18) = 'DDuvel',
154 #
155 frequency(19) = 2635200.,
156 fields(1,19) = 'VVEL ',
157 filename(19) = 'DDvvel',
158 #
159 frequency(20) = 2635200.,
160 fields(1,20) = 'WVEL ',
161 filename(20) = 'DDwvel',
162 #
163 # DFO ---
164 #
165 frequency(23) = 2635200.,
166 fields(1,23) = 'oceTAUX ',
167 filename(23) = 'DFOtaux ',
168 #
169 frequency(24) = 2635200.,
170 fields(1,24) = 'oceTAUY ',
171 filename(24) = 'DFOtauy ',
172 #
173 frequency(25) = 2635200.,
174 fields(1,25) = 'surForcT',
175 filename(25) = 'DFOsurfT',
176 #
177 frequency(26) = 2635200.,
178 fields(1,26) = 'oceQsw ',
179 filename(26) = 'DFOqsw ',
180 #
181 frequency(27) = 2635200.,
182 fields(1,27) = 'surForcS',
183 filename(27) = 'DFOsurfS',
184 #
185 frequency(28) = 2635200.,
186 fields(1,28) = 'oceFWflx',
187 filename(28) = 'DFOfwflx',
188 #
189 frequency(29) = 2635200.,
190 fields(1,29) = 'oceSflux',
191 filename(29) = 'DFOsflux',
192 #
193 frequency(30) = 2635200.,
194 fields(1,30) = 'oceQnet ',
195 filename(30) = 'DFOqnet',
196 #
197 frequency(31) = 2635200.,
198 fields(1,31) = 'TFLUX ',
199 filename(31) = 'DFOtflux',
200 #
201 # KPP ---
202 #
203 frequency(36) = 2635200.,
204 fields(1,36) = 'KPPmld ',
205 filename(36) = 'DKPPmld',
206 #
207 frequency(37) = 2635200.,
208 fields(1,37) = 'KPPghat ',
209 filename(37) = 'DKPPghat',
210 #
211 frequency(38) = 2635200.,
212 fields(1,38) = 'KPPfrac ',
213 filename(38) = 'DKPPfrac',
214 #
215 frequency(39) = 2635200.,
216 fields(1,39) = 'KPPhbl ',
217 filename(39) = 'DKPPhbl',
218 #
219 frequency(40) = 2635200.,
220 fields(1,40) = 'KPPviscA',
221 filename(40) = 'DKPPvisc',
222 #
223 frequency(41) = 2635200.,
224 fields(1,41) = 'KPPdiffT',
225 filename(41) = 'DKPPdifft',
226 #
227 frequency(42) = 2635200.,
228 fields(1,42) = 'KPPdiffS',
229 filename(42) = 'DKPPdiffs',
230 #
231 # GM ---
232 #
233 frequency(43) = 2635200.0,
234 fields(1,43) = 'GM_Kwx ',
235 filename(43) = 'DGMkwx ',
236 #---
237 frequency(44) = 2635200.0,
238 fields(1,44) = 'GM_Kwy ',
239 filename(44) = 'DGMkwy ',
240 #---
241 frequency(45) = 2635200.0,
242 fields(1,45) = 'GM_Kwz ',
243 filename(45) = 'DGMkwz ',
244 #---
245 #
246 # SEAICE ---
247 #
248 frequency(50) = 2635200.,
249 fields(1,50) = 'SIarea ',
250 filename(50) = 'SIarea',
251 #
252 frequency(51) = 2635200.,
253 fields(1,51) = 'SIheff ',
254 filename(51) = 'SIheff',
255 #
256 frequency(52) = 2635200.,
257 fields(1,52) = 'SIuice ',
258 filename(52) = 'SIuice',
259 #
260 frequency(53) = 2635200.,
261 fields(1,53) = 'SIvice ',
262 filename(53) = 'SIvice',
263 #
264 frequency(54) = 2635200.,
265 fields(1,54) = 'SIhsnow ',
266 filename(54) = 'SIhsnow',
267 #
268 frequency(55) = 2635200.0,
269 fields(1,55) = 'SIatmFW ',
270 filename(55) = 'SIatmfw ',
271 #---
272 frequency(56) = 2635200.0,
273 fields(1,56) = 'SIpress ',
274 filename(56) = 'SIpress ',
275 #---
276 frequency(57) = 2635200.0,
277 fields(1,57) = 'SIhsalt ',
278 filename(57) = 'SIhsalt ',
279 #
280 # EXF ---
281 #
282 frequency(60) = 2635200.,
283 fields(1,60) = 'EXFlwnet',
284 filename(60) = 'EXFlwnet',
285 #
286 frequency(61) = 2635200.,
287 fields(1,61) = 'EXFswnet',
288 filename(61) = 'EXFswnet',
289 #
290 frequency(62) = 2635200.,
291 fields(1,62) = 'EXFuwind',
292 filename(62) = 'EXFuwind',
293 #
294 frequency(63) = 2635200.,
295 fields(1,63) = 'EXFvwind',
296 filename(63) = 'EXFvwind',
297 #
298 frequency(64) = 2635200.,
299 fields(1,64) = 'EXFatemp',
300 filename(64) = 'EXFatemp',
301 #
302 frequency(65) = 2635200.,
303 fields(1,65) = 'EXFaqh ',
304 filename(65) = 'EXFaqh ',
305 #
306 frequency(66) = 2635200.,
307 fields(1,66) = 'EXFhs ',
308 filename(66) = 'EXFhs',
309 #
310 frequency(67) = 2635200.,
311 fields(1,67) = 'EXFhl ',
312 filename(67) = 'EXFhl',
313 #
314 frequency(68) = 2635200.,
315 fields(1,68) = 'EXFpreci',
316 filename(68) = 'EXFpreci',
317 #
318 frequency(69) = 2635200.,
319 fields(1,69) = 'EXFsnow ',
320 filename(69) = 'EXFsnow ',
321 #
322 &
323
324 # Parameter for Diagnostics of per level statistics:
325 #-----------------
326 # for each output-stream:
327 # stat_fname(n) : prefix of the output file name (only 8.c long) for
328 #outp.stream n
329 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
330 # > 0 : write time-average output every stat_freq seconds
331 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
332 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
333 # stat_fields(:,n) : list of diagnostics fields (8.c) (see
334 #"available_diagnostics.log"
335 # file for the list of all available diag. in this particular
336 #config)
337 #-----------------
338 &DIAG_STATIS_PARMS
339 #- an example just to check the agreement with MONITOR output:
340 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
341 # stat_fname(1)= 'dynStDiag',
342 # stat_freq(1)= -26352000.,
343 # stat_phase(1)= 0.,
344 &

  ViewVC Help
Powered by ViewVC 1.1.22