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