5 |
# |
# |
6 |
# ETAN Perturbation of Surface (pressure, height) (Pa,m) |
# ETAN Perturbation of Surface (pressure, height) (Pa,m) |
7 |
# PHIBOT ocean bottom pressure / top. atmos geo-Potential |
# PHIBOT ocean bottom pressure / top. atmos geo-Potential |
8 |
# TAUX zonal surface wind stress, >0 increases uVel |
# oceTAUX zonal surface wind stress, >0 increases uVel (N/m^2) |
9 |
# TAUY meridional surf. wind stress, >0 increases vVel |
# oceTAUY meridional surf. wind stress, >0 increases vVel (N/m^2) |
10 |
# TFLUX net surface heat flux, >0 increases theta |
# surForcT model surface forcing for Temperature, >0 increases theta (W/m^2) |
11 |
# SFLUX net surface salt flux, >0 increases salt |
# 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 |
# KPPhbl KPP boundary layer depth, bulk Ri criterion |
14 |
# KPPmld Mixed layer depth, dT=.8degC density criterion |
# KPPmld Mixed layer depth, dT=.8degC density criterion |
15 |
# SSS Sea Surface Salinity (g/kg) |
# SSS Sea Surface Salinity (g/kg) |
17 |
# UVEL_k2 Zonal Component of Velocity at level 2 (m/s) |
# UVEL_k2 Zonal Component of Velocity at level 2 (m/s) |
18 |
# VVEL_k2 Meridional Component of Velocity at level 2 (m/s) |
# 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: |
# monthly 2-D fields: |
30 |
# =================== |
# =================== |
31 |
# |
# |
32 |
# ETANSQ Square of Perturbation of Sfc (Pa2,m2) |
# ETANSQ Square of Perturbation of Sfc (Pa2,m2) |
33 |
# SRELAX surface salinity relaxation, >0 increases salt |
# EXFhs Sensible heat flux into ocean, >0 increases theta (W/m^2) |
34 |
# EXFhs Sensible heat flux into ocean |
# EXFhl Latent heat flux into ocean, >0 increases theta (W/m^2) |
35 |
# EXFhl Latent heat flux into ocean |
# EXFlwnet Net upward longwave radiation, >0 decreases theta (W/m^2) |
36 |
# EXFlwnet Net longwave radiation |
# oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s) |
37 |
# EXFswnet Net shortwave radiation |
# 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: |
# monthly 3-D fields: |
44 |
# =================== |
# =================== |
74 |
# VRHOMASS Meridional Transport of Density (kg/m^2/s) |
# VRHOMASS Meridional Transport of Density (kg/m^2/s) |
75 |
# WRHOMASS Vertical Transport of Potential Density (kg/m^2/s) |
# WRHOMASS Vertical Transport of Potential Density (kg/m^2/s) |
76 |
# |
# |
|
# VISCA4 Biharmonic Viscosity Coefficient in (m4/s) |
|
|
# |
|
77 |
&diagnostics_list |
&diagnostics_list |
78 |
frequency(1) = 21600, |
frequency(1) = 21600, |
79 |
fields(1,1) = 'ETAN ', |
fields(1,1) = 'ETAN ', |
82 |
fields(1,2) = 'PHIBOT ', |
fields(1,2) = 'PHIBOT ', |
83 |
filename(2) = 'PHIBOT', |
filename(2) = 'PHIBOT', |
84 |
frequency(3) = 21600, |
frequency(3) = 21600, |
85 |
fields(1,3) = 'TAUX ', |
fields(1,3) = 'oceTAUX ', |
86 |
filename(3) = 'TAUX', |
filename(3) = 'oceTAUX', |
87 |
frequency(4) = 21600, |
frequency(4) = 21600, |
88 |
fields(1,4) = 'TAUY ', |
fields(1,4) = 'oceTAUY ', |
89 |
filename(4) = 'TAUY', |
filename(4) = 'oceTAUY', |
90 |
frequency(5) = 21600, |
frequency(5) = 21600, |
91 |
fields(1,5) = 'TFLUX ', |
fields(1,5) = 'surForcT', |
92 |
filename(5) = 'TFLUX', |
filename(5) = 'surForcT', |
93 |
frequency(6) = 21600, |
frequency(6) = 21600, |
94 |
fields(1,6) = 'SFLUX ', |
fields(1,6) = 'oceQsw ', |
95 |
filename(6) = 'SFLUX', |
filename(6) = 'oceQsw', |
96 |
frequency(7) = 21600, |
frequency(7) = 21600, |
97 |
fields(1,7) = 'KPPhbl ', |
fields(1,7) = 'surForcS', |
98 |
filename(7) = 'KPPhbl', |
filename(7) = 'surForcS', |
99 |
frequency(8) = 21600, |
frequency(8) = 21600, |
100 |
fields(1,8) = 'KPPmld ', |
fields(1,8) = 'KPPhbl ', |
101 |
filename(8) = 'KPPmld', |
filename(8) = 'KPPhbl', |
102 |
frequency(9) = 21600, |
frequency(9) = 21600, |
103 |
fields(1,9) = 'SALT ', |
fields(1,9) = 'KPPmld ', |
104 |
levels(1,9) = 1., |
filename(9) = 'KPPmld', |
|
filename(9) = 'SSS', |
|
105 |
frequency(10) = 21600, |
frequency(10) = 21600, |
106 |
fields(1,10) = 'THETA ', |
fields(1,10) = 'SALT ', |
107 |
levels(1,10) = 1., |
levels(1,10) = 1., |
108 |
filename(10) = 'SST', |
filename(10) = 'SSS', |
109 |
frequency(11) = 21600, |
frequency(11) = 21600, |
110 |
fields(1,11) = 'UVEL ', |
fields(1,11) = 'THETA ', |
111 |
levels(1,11) = 2., |
levels(1,11) = 1., |
112 |
filename(11) = 'UVEL_k2', |
filename(11) = 'SST', |
113 |
frequency(12) = 21600, |
frequency(12) = 21600, |
114 |
fields(1,12) = 'VVEL ', |
fields(1,12) = 'UVEL ', |
115 |
levels(1,12) = 2., |
levels(1,12) = 2., |
116 |
filename(12) = 'VVEL_k2', |
filename(12) = 'UVEL_k2', |
117 |
frequency(13) = 2635200, |
frequency(13) = 21600, |
118 |
fields(1,13) = 'ETANSQ ', |
fields(1,13) = 'VVEL ', |
119 |
filename(13) = 'ETANSQ', |
levels(1,13) = 2., |
120 |
frequency(14) = 2635200, |
filename(13) = 'VVEL_k2', |
121 |
fields(1,14) = 'SRELAX ', |
frequency(14) = 86400, |
122 |
filename(14) = 'SRELAX', |
fields(1,14) = 'SIarea ', |
123 |
frequency(15) = 2635200, |
filename(14) = 'SIarea', |
124 |
fields(1,15) = 'EXFhs ', |
frequency(15) = 86400, |
125 |
filename(15) = 'EXFhs', |
fields(1,15) = 'SIheff ', |
126 |
frequency(16) = 2635200, |
filename(15) = 'SIheff', |
127 |
fields(1,16) = 'EXFhl ', |
frequency(16) = 86400, |
128 |
filename(16) = 'EXFhl', |
fields(1,16) = 'SIuice ', |
129 |
frequency(17) = 2635200, |
filename(16) = 'SIuice', |
130 |
fields(1,17) = 'EXFlwnet', |
frequency(17) = 86400, |
131 |
filename(17) = 'EXFlwnet', |
fields(1,17) = 'SIvice ', |
132 |
frequency(18) = 2635200, |
filename(17) = 'SIvice', |
133 |
fields(1,18) = 'EXFswnet', |
frequency(18) = 86400, |
134 |
filename(18) = 'EXFswnet', |
fields(1,18) = 'SIhsnow ', |
135 |
|
filename(18) = 'SIhsnow', |
136 |
frequency(19) = 2635200, |
frequency(19) = 2635200, |
137 |
fields(1,19) = 'SALTanom', |
fields(1,19) = 'ETANSQ ', |
138 |
filename(19) = 'SALTanom', |
filename(19) = 'ETANSQ', |
|
fileflags(19)= 'D ', |
|
139 |
frequency(20) = 2635200, |
frequency(20) = 2635200, |
140 |
fields(1,20) = 'THETA ', |
fields(1,20) = 'EXFhs ', |
141 |
filename(20) = 'THETA', |
filename(20) = 'EXFhs', |
|
fileflags(20)= 'D ', |
|
142 |
frequency(21) = 2635200, |
frequency(21) = 2635200, |
143 |
fields(1,21) = 'UVEL ', |
fields(1,21) = 'EXFhl ', |
144 |
filename(21) = 'UVEL', |
filename(21) = 'EXFhl', |
145 |
frequency(22) = 2635200, |
frequency(22) = 2635200, |
146 |
fields(1,22) = 'VVEL ', |
fields(1,22) = 'EXFlwnet', |
147 |
filename(22) = 'VVEL', |
filename(22) = 'EXFlwnet', |
148 |
frequency(23) = 2635200, |
frequency(23) = 2635200, |
149 |
fields(1,23) = 'UVELMASS', |
fields(1,23) = 'oceFWflx', |
150 |
filename(23) = 'UVELMASS', |
filename(23) = 'oceFWflx', |
151 |
frequency(24) = 2635200, |
frequency(24) = 2635200, |
152 |
fields(1,24) = 'VVELMASS', |
fields(1,24) = 'oceSflux', |
153 |
filename(24) = 'VVELMASS', |
filename(24) = 'oceSflux', |
154 |
frequency(25) = 2635200, |
frequency(25) = 2635200, |
155 |
fields(1,25) = 'WVELMASS', |
fields(1,25) = 'oceQnet ', |
156 |
filename(25) = 'WVELMASS', |
filename(25) = 'oceQnet', |
157 |
frequency(26) = 2635200, |
frequency(26) = 2635200, |
158 |
fields(1,26) = 'SALTSQan', |
fields(1,26) = 'SRELAX ', |
159 |
filename(26) = 'SALTSQan', |
filename(26) = 'SRELAX', |
|
fileflags(26)= 'D ', |
|
160 |
frequency(27) = 2635200, |
frequency(27) = 2635200, |
161 |
fields(1,27) = 'THETASQ ', |
fields(1,27) = 'TFLUX ', |
162 |
filename(27) = 'THETASQ', |
filename(27) = 'TFLUX', |
|
fileflags(27)= 'D ', |
|
163 |
frequency(28) = 2635200, |
frequency(28) = 2635200, |
164 |
fields(1,28) = 'UVELSQ ', |
fields(1,28) = 'SFLUX ', |
165 |
filename(28) = 'UVELSQ', |
filename(28) = 'SFLUX', |
166 |
frequency(29) = 2635200, |
frequency(29) = 2635200, |
167 |
fields(1,29) = 'VVELSQ ', |
fields(1,29) = 'SALTanom', |
168 |
filename(29) = 'VVELSQ', |
filename(29) = 'SALTanom', |
169 |
|
fileflags(29)= 'D ', |
170 |
frequency(30) = 2635200, |
frequency(30) = 2635200, |
171 |
fields(1,30) = 'WVELSQ ', |
fields(1,30) = 'THETA ', |
172 |
filename(30) = 'WVELSQ', |
filename(30) = 'THETA', |
173 |
|
fileflags(30)= 'D ', |
174 |
frequency(31) = 2635200, |
frequency(31) = 2635200, |
175 |
fields(1,31) = 'UV_VEL_Z', |
fields(1,31) = 'UVEL ', |
176 |
filename(31) = 'UV_VEL_Z', |
filename(31) = 'UVEL', |
177 |
frequency(32) = 2635200, |
frequency(32) = 2635200, |
178 |
fields(1,32) = 'WU_VEL ', |
fields(1,32) = 'VVEL ', |
179 |
filename(32) = 'WU_VEL', |
filename(32) = 'VVEL', |
180 |
frequency(33) = 2635200, |
frequency(33) = 2635200, |
181 |
fields(1,33) = 'WV_VEL ', |
fields(1,33) = 'UVELMASS', |
182 |
filename(33) = 'WV_VEL', |
filename(33) = 'UVELMASS', |
183 |
frequency(34) = 2635200, |
frequency(34) = 2635200, |
184 |
fields(1,34) = 'UTHMASS ', |
fields(1,34) = 'VVELMASS', |
185 |
filename(34) = 'UTHMASS', |
filename(34) = 'VVELMASS', |
186 |
frequency(35) = 2635200, |
frequency(35) = 2635200, |
187 |
fields(1,35) = 'VTHMASS ', |
fields(1,35) = 'WVELMASS', |
188 |
filename(35) = 'VTHMASS', |
filename(35) = 'WVELMASS', |
189 |
frequency(36) = 2635200, |
frequency(36) = 2635200, |
190 |
fields(1,36) = 'WTHMASS ', |
fields(1,36) = 'SALTSQan', |
191 |
filename(36) = 'WTHMASS', |
filename(36) = 'SALTSQan', |
192 |
|
fileflags(36)= 'D ', |
193 |
frequency(37) = 2635200, |
frequency(37) = 2635200, |
194 |
fields(1,37) = 'USLTMASS', |
fields(1,37) = 'THETASQ ', |
195 |
filename(37) = 'USLTMASS', |
filename(37) = 'THETASQ', |
196 |
|
fileflags(37)= 'D ', |
197 |
frequency(38) = 2635200, |
frequency(38) = 2635200, |
198 |
fields(1,38) = 'VSLTMASS', |
fields(1,38) = 'UVELSQ ', |
199 |
filename(38) = 'VSLTMASS', |
filename(38) = 'UVELSQ', |
200 |
frequency(39) = 2635200, |
frequency(39) = 2635200, |
201 |
fields(1,39) = 'WSLTMASS', |
fields(1,39) = 'VVELSQ ', |
202 |
filename(39) = 'WSLTMASS', |
filename(39) = 'VVELSQ', |
203 |
frequency(40) = 2635200, |
frequency(40) = 2635200, |
204 |
fields(1,40) = 'RHOAnoma', |
fields(1,40) = 'WVELSQ ', |
205 |
filename(40) = 'RHOAnoma', |
filename(40) = 'WVELSQ', |
206 |
frequency(41) = 2635200, |
frequency(41) = 2635200, |
207 |
fields(1,41) = 'DRHODR ', |
fields(1,41) = 'UV_VEL_Z', |
208 |
filename(41) = 'DRHODR', |
filename(41) = 'UV_VEL_Z', |
209 |
frequency(42) = 2635200, |
frequency(42) = 2635200, |
210 |
fields(1,42) = 'RHOANOSQ', |
fields(1,42) = 'WU_VEL ', |
211 |
filename(42) = 'RHOANOSQ', |
filename(42) = 'WU_VEL', |
212 |
frequency(43) = 2635200, |
frequency(43) = 2635200, |
213 |
fields(1,43) = 'URHOMASS', |
fields(1,43) = 'WV_VEL ', |
214 |
filename(43) = 'URHOMASS', |
filename(43) = 'WV_VEL', |
215 |
frequency(44) = 2635200, |
frequency(44) = 2635200, |
216 |
fields(1,44) = 'VRHOMASS', |
fields(1,44) = 'UTHMASS ', |
217 |
filename(44) = 'VRHOMASS', |
filename(44) = 'UTHMASS', |
218 |
frequency(45) = 2635200, |
frequency(45) = 2635200, |
219 |
fields(1,45) = 'WRHOMASS', |
fields(1,45) = 'VTHMASS ', |
220 |
filename(45) = 'WRHOMASS', |
filename(45) = 'VTHMASS', |
221 |
# frequency(46) = 2635200, |
frequency(46) = 2635200, |
222 |
# fields(1,46) = 'VISCA4D', |
fields(1,46) = 'WTHMASS ', |
223 |
# filename(46) = 'VISCA4D', |
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: |
# Parameter for Diagnostics of per level statistics: |