1 |
# Diagnostic Package Choices |
2 |
# |
3 |
# daily 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 |
# SIarea SEAICE fractional ice-covered area [0 to 1] |
20 |
# SIheff SEAICE effective ice thickness (m) |
21 |
# SIuice SEAICE zonal ice velocity, >0 from West to East (m/s) |
22 |
# SIvice SEAICE merid. ice velocity, >0 from South to North (m/s) |
23 |
# SIhsnow SEAICE snow thickness (m) |
24 |
# SIhsalt SEAICE salinity (g/m^2) |
25 |
# |
26 |
# monthly 2-D fields: |
27 |
# =================== |
28 |
# |
29 |
# EXFhs Sensible heat flux into ocean, >0 increases theta (W/m^2) |
30 |
# EXFhl Latent heat flux into ocean, >0 increases theta (W/m^2) |
31 |
# EXFlwnet Net upward longwave radiation, >0 decreases theta (W/m^2) |
32 |
# oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s) |
33 |
# oceSflux net surface Salt flux into the ocean, >0 increases salinity (g/m^2/s) |
34 |
# oceQnet net surface heat flux into the ocean, >0 increases theta (W/m^2) |
35 |
# SRELAX surface salinity relaxation, >0 increases salt (g/m^2/s) |
36 |
# TFLUX total heat flux (match heat-content variations), >0 increases theta (W/m^2) |
37 |
# SFLUX total salt flux (match salt-content variations), >0 increases salt (g/m^2/s) |
38 |
# |
39 |
# monthly 3-D fields: |
40 |
# =================== |
41 |
# |
42 |
# SALTanom Salt anomaly (=SALT-35; g/kg) |
43 |
# THETA Potential Temperature (degC,K) |
44 |
# UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s) |
45 |
# VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s) |
46 |
# WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s) |
47 |
# |
48 |
&diagnostics_list |
49 |
frequency(1) = 86400., |
50 |
fields(1,1) = 'ETAN ', |
51 |
filename(1) = 'ETAN', |
52 |
frequency(2) = 86400., |
53 |
fields(1,2) = 'PHIBOT ', |
54 |
filename(2) = 'PHIBOT', |
55 |
frequency(3) = 86400., |
56 |
fields(1,3) = 'oceTAUX ', |
57 |
filename(3) = 'oceTAUX', |
58 |
frequency(4) = 86400., |
59 |
fields(1,4) = 'oceTAUY ', |
60 |
filename(4) = 'oceTAUY', |
61 |
frequency(5) = 86400., |
62 |
fields(1,5) = 'surForcT', |
63 |
filename(5) = 'surForcT', |
64 |
frequency(6) = 86400., |
65 |
fields(1,6) = 'oceQsw ', |
66 |
filename(6) = 'oceQsw', |
67 |
frequency(7) = 86400., |
68 |
fields(1,7) = 'surForcS', |
69 |
filename(7) = 'surForcS', |
70 |
frequency(8) = 86400., |
71 |
fields(1,8) = 'KPPhbl ', |
72 |
filename(8) = 'KPPhbl', |
73 |
frequency(9) = 86400., |
74 |
fields(1,9) = 'KPPmld ', |
75 |
filename(9) = 'KPPmld', |
76 |
frequency(10) = 86400., |
77 |
fields(1,10) = 'SALT ', |
78 |
levels(1,10) = 1., |
79 |
filename(10) = 'SSS', |
80 |
frequency(11) = 86400., |
81 |
fields(1,11) = 'THETA ', |
82 |
levels(1,11) = 1., |
83 |
filename(11) = 'SST', |
84 |
frequency(12) = 86400., |
85 |
fields(1,12) = 'UVEL ', |
86 |
levels(1,12) = 1., |
87 |
filename(12) = 'UVEL_k1', |
88 |
frequency(13) = 86400., |
89 |
fields(1,13) = 'VVEL ', |
90 |
levels(1,13) = 1., |
91 |
filename(13) = 'VVEL_k1', |
92 |
frequency(14) = 86400., |
93 |
fields(1,14) = 'SIarea ', |
94 |
filename(14) = 'SIarea', |
95 |
frequency(15) = 86400., |
96 |
fields(1,15) = 'SIheff ', |
97 |
filename(15) = 'SIheff', |
98 |
frequency(16) = 86400., |
99 |
fields(1,16) = 'SIuice ', |
100 |
filename(16) = 'SIuice', |
101 |
frequency(17) = 86400., |
102 |
fields(1,17) = 'SIvice ', |
103 |
filename(17) = 'SIvice', |
104 |
frequency(18) = 86400., |
105 |
fields(1,18) = 'SIhsnow ', |
106 |
filename(18) = 'SIhsnow', |
107 |
frequency(19) = 86400., |
108 |
fields(1,19) = 'SIhsalt ', |
109 |
filename(19) = 'SIhsalt', |
110 |
frequency(20) = 2635200., |
111 |
fields(1,20) = 'EXFhs ', |
112 |
filename(20) = 'EXFhs', |
113 |
frequency(21) = 2635200., |
114 |
fields(1,21) = 'EXFhl ', |
115 |
filename(21) = 'EXFhl', |
116 |
frequency(22) = 2635200., |
117 |
fields(1,22) = 'EXFlwnet', |
118 |
filename(22) = 'EXFlwnet', |
119 |
frequency(23) = 2635200., |
120 |
fields(1,23) = 'oceFWflx', |
121 |
filename(23) = 'oceFWflx', |
122 |
frequency(24) = 2635200., |
123 |
fields(1,24) = 'oceSflux', |
124 |
filename(24) = 'oceSflux', |
125 |
frequency(25) = 2635200., |
126 |
fields(1,25) = 'oceQnet ', |
127 |
filename(25) = 'oceQnet', |
128 |
frequency(26) = 2635200., |
129 |
fields(1,26) = 'SRELAX ', |
130 |
filename(26) = 'SRELAX', |
131 |
frequency(27) = 2635200., |
132 |
fields(1,27) = 'TFLUX ', |
133 |
filename(27) = 'TFLUX', |
134 |
frequency(28) = 2635200., |
135 |
fields(1,28) = 'SFLUX ', |
136 |
filename(28) = 'SFLUX', |
137 |
frequency(29) = 2635200., |
138 |
fields(1,29) = 'SALTanom', |
139 |
filename(29) = 'SALTanom', |
140 |
frequency(30) = 2635200., |
141 |
fields(1,30) = 'THETA ', |
142 |
filename(30) = 'THETA', |
143 |
frequency(31) = 2635200., |
144 |
fields(1,31) = 'UVELMASS', |
145 |
filename(31) = 'UVELMASS', |
146 |
frequency(32) = 2635200., |
147 |
fields(1,32) = 'VVELMASS', |
148 |
filename(32) = 'VVELMASS', |
149 |
frequency(33) = 2635200., |
150 |
fields(1,33) = 'WVELMASS', |
151 |
filename(33) = 'WVELMASS', |
152 |
& |
153 |
|
154 |
# Parameter for Diagnostics of per level statistics: |
155 |
#----------------- |
156 |
# for each output-stream: |
157 |
# stat_fname(n) : prefix of the output file name (only 8.c long) for |
158 |
#outp.stream n |
159 |
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds |
160 |
# > 0 : write time-average output every stat_freq seconds |
161 |
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq| |
162 |
# stat_region(:,n) : list of "regions" (default: 1 region only=global) |
163 |
# stat_fields(:,n) : list of diagnostics fields (8.c) (see |
164 |
#"available_diagnostics.log" |
165 |
# file for the list of all available diag. in this particular |
166 |
#config) |
167 |
#----------------- |
168 |
&DIAG_STATIS_PARMS |
169 |
#- an example just to check the agreement with MONITOR output: |
170 |
#stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ', |
171 |
# stat_fname(1)= 'dynStDiag', |
172 |
# stat_freq(1)= -864000., |
173 |
# stat_phase(1)= 0., |
174 |
& |