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