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