/[MITgcm]/MITgcm_contrib/high_res_cube/input/data.diagnostics
ViewVC logotype

Contents of /MITgcm_contrib/high_res_cube/input/data.diagnostics

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Fri Jun 3 08:01:10 2005 UTC (20 years, 1 month ago) by dimitri
Branch: MAIN
Changes since 1.4: +178 -123 lines
preparing for cube24

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) = 'SSS ',
92 filename(9) = 'SSS',
93 frequency(10) = 21600,
94 fields(1,10) = 'SST ',
95 filename(10) = 'SST',
96 frequency(11) = 21600,
97 fields(1,11) = 'UVEL_k2 ',
98 filename(11) = 'UVEL_k2',
99 frequency(12) = 21600,
100 fields(1,12) = 'VVEL_k2 ',
101 filename(12) = 'VVEL_k2',
102 frequency(13) = 2635200,
103 fields(1,13) = 'ETANSQ ',
104 filename(13) = 'ETANSQ',
105 frequency(14) = 2635200,
106 fields(1,14) = 'SRELAX ',
107 filename(14) = 'SRELAX',
108 frequency(15) = 2635200,
109 fields(1,15) = 'EXFhs ',
110 filename(15) = 'EXFhs',
111 frequency(16) = 2635200,
112 fields(1,16) = 'EXFhl ',
113 filename(16) = 'EXFhl',
114 frequency(17) = 2635200,
115 fields(1,17) = 'EXFlw ',
116 filename(17) = 'EXFlw',
117 frequency(18) = 2635200,
118 fields(1,18) = 'EXFsw ',
119 filename(18) = 'EXFsw',
120 frequency(19) = 2635200,
121 fields(1,19) = 'SALTanom',
122 filename(19) = 'SALTanom',
123 fileflags(19)= 'D ',
124 frequency(20) = 2635200,
125 fields(1,20) = 'THETA ',
126 filename(20) = 'THETA',
127 fileflags(20)= 'D ',
128 frequency(21) = 2635200,
129 fields(1,21) = 'UVEL ',
130 filename(21) = 'UVEL',
131 frequency(22) = 2635200,
132 fields(1,22) = 'VVEL ',
133 filename(22) = 'VVEL',
134 frequency(23) = 2635200,
135 fields(1,23) = 'UVELMASS',
136 filename(23) = 'UVELMASS',
137 frequency(24) = 2635200,
138 fields(1,24) = 'VVELMASS',
139 filename(24) = 'VVELMASS',
140 frequency(25) = 2635200,
141 fields(1,25) = 'WVELMASS',
142 filename(25) = 'WVELMASS',
143 frequency(26) = 2635200,
144 fields(1,26) = 'SALTSQan',
145 filename(26) = 'SALTSQan',
146 fileflags(26)= 'D ',
147 frequency(27) = 2635200,
148 fields(1,27) = 'THETASQ ',
149 filename(27) = 'THETASQ',
150 fileflags(27)= 'D ',
151 frequency(28) = 2635200,
152 fields(1,28) = 'UVELSQ ',
153 filename(28) = 'UVELSQ',
154 frequency(29) = 2635200,
155 fields(1,29) = 'VVELSQ ',
156 filename(29) = 'VVELSQ',
157 frequency(30) = 2635200,
158 fields(1,30) = 'WVELSQ ',
159 filename(30) = 'WVELSQ',
160 frequency(31) = 2635200,
161 fields(1,31) = 'UV_VEL_Z',
162 filename(31) = 'UV_VEL_Z',
163 frequency(32) = 2635200,
164 fields(1,32) = 'WU_VEL ',
165 filename(32) = 'WU_VEL',
166 frequency(33) = 2635200,
167 fields(1,33) = 'WV_VEL ',
168 filename(33) = 'WV_VEL',
169 frequency(34) = 2635200,
170 fields(1,34) = 'UTHMASS ',
171 filename(34) = 'UTHMASS',
172 frequency(35) = 2635200,
173 fields(1,35) = 'VTHMASS ',
174 filename(35) = 'VTHMASS',
175 frequency(36) = 2635200,
176 fields(1,36) = 'WTHMASS ',
177 filename(36) = 'WTHMASS',
178 frequency(37) = 2635200,
179 fields(1,37) = 'USLTMASS',
180 filename(37) = 'USLTMASS',
181 frequency(38) = 2635200,
182 fields(1,38) = 'VSLTMASS',
183 filename(38) = 'VSLTMASS',
184 frequency(39) = 2635200,
185 fields(1,39) = 'WSLTMASS',
186 filename(39) = 'WSLTMASS',
187 frequency(40) = 2635200,
188 fields(1,40) = 'RHOAnoma',
189 filename(40) = 'RHOAnoma',
190 frequency(41) = 2635200,
191 fields(1,41) = 'DRHODR ',
192 filename(41) = 'DRHODR',
193 frequency(42) = 2635200,
194 fields(1,42) = 'RHOANOSQ',
195 filename(42) = 'RHOANOSQ',
196 frequency(43) = 2635200,
197 fields(1,43) = 'URHOMASS',
198 filename(43) = 'URHOMASS',
199 frequency(44) = 2635200,
200 fields(1,44) = 'VRHOMASS',
201 filename(44) = 'VRHOMASS',
202 frequency(45) = 2635200,
203 fields(1,45) = 'WRHOMASS',
204 filename(45) = 'WRHOMASS',
205 frequency(46) = 2635200,
206 fields(1,46) = 'VISCA4',
207 filename(46) = 'VISCA4',
208 &
209
210 # Parameter for Diagnostics of per level statistics:
211 #-----------------
212 # for each output-stream:
213 # stat_fname(n) : prefix of the output file name (only 8.c long) for
214 #outp.stream n
215 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
216 # > 0 : write time-average output every stat_freq seconds
217 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
218 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
219 # stat_fields(:,n) : list of diagnostics fields (8.c) (see
220 #"available_diagnostics.log"
221 # file for the list of all available diag. in this particular
222 #config)
223 #-----------------
224 &DIAG_STATIS_PARMS
225 #- an example just to check the agreement with MONITOR output:
226 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
227 # stat_fname(1)= 'dynStDiag',
228 # stat_freq(1)= -864000.,
229 # stat_phase(1)= 0.,
230 &

  ViewVC Help
Powered by ViewVC 1.1.22