1 |
dimitri |
1.1 |
# Diagnostic Package Choices |
2 |
|
|
# |
3 |
|
|
# 6-hourly 2-D fields: |
4 |
|
|
# ==================== |
5 |
|
|
# |
6 |
dimitri |
1.11 |
# oceTAUX zonal surface wind stress, >0 increases uVel (N/m^2) |
7 |
|
|
# oceTAUY meridional surf. wind stress, >0 increases vVel (N/m^2) |
8 |
dimitri |
1.17 |
# oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s) |
9 |
|
|
# oceSflux net surface Salt flux into the ocean, >0 increases salinity (g/m^2/s) |
10 |
|
|
# oceQnet net surface heat flux into the ocean, >0 increases theta (W/m^2) |
11 |
dimitri |
1.11 |
# oceQsw net Short-Wave radiation (+=down), >0 increases theta (W/m^2) |
12 |
dimitri |
1.5 |
# KPPhbl KPP boundary layer depth, bulk Ri criterion |
13 |
dimitri |
1.17 |
# MXLDEPTH Mixed layer depth, dT=.8degC density criterion |
14 |
dimitri |
1.5 |
# SST Sea Surface Temperature (degC,K) |
15 |
|
|
# |
16 |
dimitri |
1.10 |
# daily 2-D fields: |
17 |
|
|
# ================= |
18 |
|
|
# |
19 |
dimitri |
1.17 |
# ETAN Perturbation of Surface (pressure, height) (Pa,m) |
20 |
|
|
# PHIBOT ocean bottom pressure / top. atmos geo-Potential |
21 |
|
|
# SSS Sea Surface Salinity (g/kg) |
22 |
dimitri |
1.10 |
# SIarea SEAICE fractional ice-covered area [0 to 1] |
23 |
|
|
# SIheff SEAICE effective ice thickness (m) |
24 |
|
|
# SIuice SEAICE zonal ice velocity, >0 from West to East (m/s) |
25 |
|
|
# SIvice SEAICE merid. ice velocity, >0 from South to North (m/s) |
26 |
|
|
# SIhsnow SEAICE snow thickness (m) |
27 |
dimitri |
1.14 |
# SIhsalt SEAICE effective salinity (g/m^2) |
28 |
|
|
# |
29 |
dimitri |
1.17 |
# 3-day 3-D fields: |
30 |
|
|
# ================= |
31 |
dimitri |
1.1 |
# |
32 |
dimitri |
1.5 |
# SALTanom Salt anomaly (=SALT-35; g/kg) |
33 |
dimitri |
1.1 |
# THETA Potential Temperature (degC,K) |
34 |
|
|
# UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s) |
35 |
|
|
# VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s) |
36 |
|
|
# WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s) |
37 |
|
|
# |
38 |
dimitri |
1.18 |
# monthly 3-D fields: |
39 |
|
|
# =================== |
40 |
|
|
# |
41 |
|
|
# UTHMASS Zonal Mass-Weight Transp of Pot Temp |
42 |
|
|
# VTHMASS Meridional Mass-Weight Transp of Pot Temp |
43 |
|
|
# WTHMASS Vertical Mass-Weight Transp of Pot Temp (K.m/s) |
44 |
|
|
# USLTMASS Zonal Mass-Weight Transp of Salinity |
45 |
|
|
# VSLTMASS Meridional Mass-Weight Transp of Salinity |
46 |
|
|
# WSLTMASS Vertical Mass-Weight Transp of Salinity |
47 |
|
|
# ADVr_TH Vertical Advective Flux of Pot.Temperature |
48 |
|
|
# ADVx_TH Zonal Advective Flux of Pot.Temperature |
49 |
|
|
# ADVy_TH Meridional Advective Flux of Pot.Temperature |
50 |
|
|
# DFrE_TH Vertical Diffusive Flux of Pot.Temperature (Explicit part) |
51 |
|
|
# DFxE_TH Zonal Diffusive Flux of Pot.Temperature |
52 |
|
|
# DFyE_TH Meridional Diffusive Flux of Pot.Temperature |
53 |
|
|
# DFrI_TH Vertical Diffusive Flux of Pot.Temperature (Implicit part) |
54 |
|
|
# ADVr_SLT Vertical Advective Flux of Salinity |
55 |
|
|
# ADVx_SLT Zonal Advective Flux of Salinity |
56 |
|
|
# ADVy_SLT Meridional Advective Flux of Salinity |
57 |
|
|
# DFrE_SLT Vertical Diffusive Flux of Salinity (Explicit part) |
58 |
|
|
# DFxE_SLT Zonal Diffusive Flux of Salinity |
59 |
|
|
# DFyE_SLT Meridional Diffusive Flux of Salinity |
60 |
|
|
# DFrI_SLT Vertical Diffusive Flux of Salinity (Implicit part) |
61 |
|
|
# KPPdiffT Vertical diffusion coefficient for heat |
62 |
|
|
# KPPghat Nonlocal transport coefficient |
63 |
|
|
# KPPfrac Short-wave flux fraction penetrating mixing layer |
64 |
|
|
# |
65 |
dimitri |
1.1 |
&diagnostics_list |
66 |
dimitri |
1.18 |
frequency(1) = 21600., |
67 |
|
|
fields(1,1) = 'oceTAUX ', |
68 |
|
|
filename(1) = 'oceTAUX', |
69 |
|
|
frequency(2) = 21600., |
70 |
|
|
fields(1,2) = 'oceTAUY ', |
71 |
|
|
filename(2) = 'oceTAUY', |
72 |
|
|
frequency(3) = 21600., |
73 |
|
|
fields(1,3) = 'oceFWflx', |
74 |
|
|
filename(3) = 'oceFWflx', |
75 |
|
|
frequency(4) = 21600., |
76 |
|
|
fields(1,4) = 'oceSflux', |
77 |
|
|
filename(4) = 'oceSflux', |
78 |
|
|
frequency(5) = 21600., |
79 |
|
|
fields(1,5) = 'oceQnet ', |
80 |
|
|
filename(5) = 'oceQnet', |
81 |
|
|
frequency(6) = 21600., |
82 |
|
|
fields(1,6) = 'oceQsw ', |
83 |
|
|
filename(6) = 'oceQsw', |
84 |
|
|
frequency(7) = 21600., |
85 |
|
|
fields(1,7) = 'KPPhbl ', |
86 |
|
|
filename(7) = 'KPPhbl', |
87 |
|
|
frequency(8) = 21600., |
88 |
|
|
fields(1,8) = 'MXLDEPTH', |
89 |
|
|
filename(8) = 'MXLDEPTH', |
90 |
|
|
frequency(9) = 21600., |
91 |
|
|
fields(1,9) = 'THETA ', |
92 |
|
|
levels(1,9) = 1., |
93 |
|
|
filename(9) = 'SST', |
94 |
|
|
frequency(10) = 86400., |
95 |
|
|
fields(1,10) = 'ETAN ', |
96 |
|
|
filename(10) = 'ETAN', |
97 |
|
|
frequency(11) = 86400., |
98 |
|
|
fields(1,11) = 'PHIBOT ', |
99 |
|
|
filename(11) = 'PHIBOT', |
100 |
|
|
frequency(12) = 86400., |
101 |
|
|
fields(1,12) = 'SALT ', |
102 |
|
|
levels(1,12) = 1., |
103 |
|
|
filename(12) = 'SSS', |
104 |
|
|
frequency(13) = 86400., |
105 |
|
|
fields(1,13) = 'SIarea ', |
106 |
|
|
filename(13) = 'SIarea', |
107 |
|
|
frequency(14) = 86400., |
108 |
|
|
fields(1,14) = 'SIheff ', |
109 |
|
|
filename(14) = 'SIheff', |
110 |
|
|
frequency(15) = 86400., |
111 |
|
|
fields(1,15) = 'SIuice ', |
112 |
|
|
filename(15) = 'SIuice', |
113 |
|
|
frequency(16) = 86400., |
114 |
|
|
fields(1,16) = 'SIvice ', |
115 |
|
|
filename(16) = 'SIvice', |
116 |
|
|
frequency(17) = 86400., |
117 |
|
|
fields(1,17) = 'SIhsnow ', |
118 |
|
|
filename(17) = 'SIhsnow', |
119 |
|
|
frequency(18) = 86400., |
120 |
|
|
fields(1,18) = 'SIhsalt ', |
121 |
|
|
filename(18) = 'SIhsalt', |
122 |
|
|
frequency(19) = 259200., |
123 |
|
|
fields(1,19) = 'SALTanom', |
124 |
|
|
filename(19) = 'SALTanom', |
125 |
|
|
frequency(20) = 259200., |
126 |
|
|
fields(1,20) = 'THETA ', |
127 |
|
|
filename(20) = 'THETA', |
128 |
|
|
frequency(21) = 259200., |
129 |
|
|
fields(1,21) = 'UVELMASS', |
130 |
|
|
filename(21) = 'UVELMASS', |
131 |
|
|
frequency(22) = 259200., |
132 |
|
|
fields(1,22) = 'VVELMASS', |
133 |
|
|
filename(22) = 'VVELMASS', |
134 |
|
|
frequency(23) = 259200., |
135 |
|
|
fields(1,23) = 'WVELMASS', |
136 |
|
|
filename(23) = 'WVELMASS', |
137 |
|
|
frequency(24) = 2635200., |
138 |
|
|
fields(1,24) = 'UTHMASS ', |
139 |
|
|
filename(24) = 'UTHMASS', |
140 |
|
|
frequency(25) = 2635200., |
141 |
|
|
fields(1,25) = 'VTHMASS ', |
142 |
|
|
filename(25) = 'VTHMASS', |
143 |
|
|
frequency(26) = 2635200., |
144 |
|
|
fields(1,26) = 'WTHMASS ', |
145 |
|
|
filename(26) = 'WTHMASS', |
146 |
|
|
frequency(27) = 2635200., |
147 |
|
|
fields(1,27) = 'USLTMASS', |
148 |
|
|
filename(27) = 'USLTMASS', |
149 |
|
|
frequency(28) = 2635200., |
150 |
|
|
fields(1,28) = 'VSLTMASS', |
151 |
|
|
filename(28) = 'VSLTMASS', |
152 |
|
|
frequency(29) = 2635200., |
153 |
|
|
fields(1,29) = 'WSLTMASS', |
154 |
|
|
filename(29) = 'WSLTMASS', |
155 |
|
|
frequency(30) = 2635200., |
156 |
|
|
fields(1,30) = 'ADVr_TH ', |
157 |
|
|
filename(30) = 'ADVr_TH', |
158 |
|
|
frequency(31) = 2635200., |
159 |
|
|
fields(1,31) = 'ADVx_TH ', |
160 |
|
|
filename(31) = 'ADVx_TH', |
161 |
|
|
frequency(32) = 2635200., |
162 |
|
|
fields(1,32) = 'ADVy_TH ', |
163 |
|
|
filename(32) = 'ADVy_TH', |
164 |
|
|
frequency(33) = 2635200., |
165 |
|
|
fields(1,33) = 'DFrE_TH ', |
166 |
|
|
filename(33) = 'DFrE_TH', |
167 |
|
|
frequency(34) = 2635200., |
168 |
|
|
fields(1,34) = 'DFxE_TH ', |
169 |
|
|
filename(34) = 'DFxE_TH', |
170 |
|
|
frequency(35) = 2635200., |
171 |
|
|
fields(1,35) = 'DFyE_TH ', |
172 |
|
|
filename(35) = 'DFyE_TH', |
173 |
|
|
frequency(36) = 2635200., |
174 |
|
|
fields(1,36) = 'DFrI_TH ', |
175 |
|
|
filename(36) = 'DFrI_TH' |
176 |
|
|
frequency(37) = 2635200., |
177 |
|
|
fields(1,37) = 'ADVr_SLT', |
178 |
|
|
filename(37) = 'ADVr_SLT', |
179 |
|
|
frequency(38) = 2635200., |
180 |
|
|
fields(1,38) = 'ADVx_SLT', |
181 |
|
|
filename(38) = 'ADVx_SLT', |
182 |
|
|
frequency(39) = 2635200., |
183 |
|
|
fields(1,39) = 'ADVy_SLT', |
184 |
|
|
filename(39) = 'ADVy_SLT', |
185 |
|
|
frequency(40) = 2635200., |
186 |
|
|
fields(1,40) = 'DFrE_SLT', |
187 |
|
|
filename(40) = 'DFrE_SLT', |
188 |
|
|
frequency(41) = 2635200., |
189 |
|
|
fields(1,41) = 'DFxE_SLT', |
190 |
|
|
filename(41) = 'DFxE_SLT', |
191 |
|
|
frequency(42) = 2635200., |
192 |
|
|
fields(1,42) = 'DFyE_SLT', |
193 |
|
|
filename(42) = 'DFyE_SLT', |
194 |
|
|
frequency(43) = 2635200., |
195 |
|
|
fields(1,43) = 'DFrI_SLT', |
196 |
|
|
filename(43) = 'DFrI_SLT' |
197 |
|
|
frequency(44) = 2635200., |
198 |
|
|
fields(1,44) = 'KPPdiffT', |
199 |
|
|
filename(44) = 'KPPdiffT', |
200 |
|
|
frequency(45) = 2635200., |
201 |
|
|
fields(1,45) = 'KPPghat ', |
202 |
|
|
filename(45) = 'KPPghat', |
203 |
|
|
frequency(46) = 2635200., |
204 |
|
|
fields(1,46) = 'KPPfrac ', |
205 |
|
|
filename(46) = 'KPPfrac', |
206 |
dimitri |
1.5 |
& |
207 |
|
|
|
208 |
|
|
# Parameter for Diagnostics of per level statistics: |
209 |
|
|
#----------------- |
210 |
|
|
# for each output-stream: |
211 |
|
|
# stat_fname(n) : prefix of the output file name (only 8.c long) for |
212 |
|
|
#outp.stream n |
213 |
|
|
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds |
214 |
|
|
# > 0 : write time-average output every stat_freq seconds |
215 |
|
|
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq| |
216 |
|
|
# stat_region(:,n) : list of "regions" (default: 1 region only=global) |
217 |
|
|
# stat_fields(:,n) : list of diagnostics fields (8.c) (see |
218 |
|
|
#"available_diagnostics.log" |
219 |
|
|
# file for the list of all available diag. in this particular |
220 |
|
|
#config) |
221 |
|
|
#----------------- |
222 |
|
|
&DIAG_STATIS_PARMS |
223 |
|
|
#- an example just to check the agreement with MONITOR output: |
224 |
|
|
#stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ', |
225 |
|
|
# stat_fname(1)= 'dynStDiag', |
226 |
|
|
# stat_freq(1)= -864000., |
227 |
|
|
# stat_phase(1)= 0., |
228 |
|
|
& |