/[MITgcm]/MITgcm_contrib/llc_96/input_forw_23lev/data.diagnostics
ViewVC logotype

Annotation of /MITgcm_contrib/llc_96/input_forw_23lev/data.diagnostics

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


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

  ViewVC Help
Powered by ViewVC 1.1.22