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