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

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

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


Revision 1.16 - (show annotations) (download)
Wed Nov 12 14:06:12 2008 UTC (16 years, 8 months ago) by dimitri
Branch: MAIN
Changes since 1.15: +85 -89 lines
stuff towards 1/16th integration on pleiades

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 # oceTAUX zonal surface wind stress, >0 increases uVel
9 # oceTAUY 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 # SSS Sea Surface Salinity (g/kg)
14 # SST Sea Surface Temperature (degC,K)
15 # UVEL_k2 Zonal Component of Velocity at level 2 (m/s)
16 # VVEL_k2 Meridional Component of Velocity at level 2 (m/s)
17 #
18 # monthly 2-D fields:
19 # ===================
20 #
21 # ETANSQ Square of Perturbation of Sfc (Pa2,m2)
22 # SRELAX surface salinity relaxation, >0 increases salt
23 # EXFhs Sensible heat flux into ocean
24 # EXFhl Latent heat flux into ocean
25 # EXFlwnet Net longwave radiation
26 # EXFswnet Net shortwave radiation
27 #
28 # monthly 3-D fields:
29 # ===================
30 #
31 # SALTanom Salt anomaly (=SALT-35; g/kg)
32 # THETA Potential Temperature (degC,K)
33 # UVEL Zonal Component of Velocity (m/s)
34 # VVEL Meridional Component of Velocity (m/s)
35 # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)
36 # VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)
37 # WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s)
38 #
39 # SALTSQan Square of Salt anomaly (=(SALT-35)^2 (g^2/kg^2)
40 # THETASQ Square of Potential Temperature (K2)
41 # UVELSQ Square of Zonal Comp of Velocity (m2/s2)
42 # VVELSQ Square of Meridional Comp of Velocity (m2/s2)
43 # WVELSQ Square of Vertical Comp of Velocity (m2/s2)
44 # UV_VEL_Z Meridional Transport of Zonal Momentum (m2/s2)
45 # WU_VEL Vertical Transport of Zonal Momentum (m^2/s^2)
46 # WV_VEL Vertical Transport of Meridional Momentum (m^2/s^2)
47 #
48 # UTHMASS Zonal Mass-Weight Transp of Pot Temp (K.m/s)
49 # VTHMASS Meridional Mass-Weight Transp of Pot Temp (K.m/s)
50 # WTHMASS Vertical Mass-Weight Transp of Pot Temp (K.m/s)
51 # USLTMASS Zonal Mass-Weight Transp of Salt (g/kg.m/s)
52 # VSLTMASS Meridional Mass-Weight Transp of Salt (g/kg.m/s)
53 # WSLTMASS Vertical Mass-Weight Transp of Salt (g/kg.m/s)
54 #
55 # RHOAnoma Density Anomaly (=Rho-rhoConst; kg/m^3)
56 # DRHODR Stratification: d.Sigma/dr (kg/m3/r_unit; kg/m^4)
57 # RHOANOSQ Square of Density Anomaly (=(Rho-rhoConst)^2; kg^2/m^6)
58 # URHOMASS Zonal Transport of Density (kg/m^2/s)
59 # VRHOMASS Meridional Transport of Density (kg/m^2/s)
60 # WRHOMASS Vertical Transport of Potential Density (kg/m^2/s)
61 #
62 # VISCA4 Biharmonic Viscosity Coefficient in (m4/s)
63 #
64 &diagnostics_list
65 frequency(1) = 21600,
66 fields(1,1) = 'ETAN ',
67 filename(1) = 'ETAN',
68 frequency(2) = 21600,
69 fields(1,2) = 'PHIBOT ',
70 filename(2) = 'PHIBOT',
71 frequency(3) = 21600,
72 fields(1,3) = 'oceTAUX ',
73 filename(3) = 'TAUX',
74 frequency(4) = 21600,
75 fields(1,4) = 'oceTAUY ',
76 filename(4) = 'TAUY',
77 frequency(5) = 21600,
78 fields(1,5) = 'TFLUX ',
79 filename(5) = 'TFLUX',
80 frequency(6) = 21600,
81 fields(1,6) = 'SFLUX ',
82 filename(6) = 'SFLUX',
83 frequency(7) = 21600,
84 fields(1,7) = 'KPPhbl ',
85 filename(7) = 'KPPhbl',
86 frequency(8) = 21600,
87 fields(1,8) = 'SSS ',
88 filename(8) = 'SSS',
89 frequency(9) = 21600,
90 fields(1,9) = 'SST ',
91 filename(9) = 'SST',
92 frequency(10) = 21600,
93 fields(1,10) = 'UVEL_k2 ',
94 filename(10) = 'UVEL_k2',
95 frequency(11) = 21600,
96 fields(1,11) = 'VVEL_k2 ',
97 filename(11) = 'VVEL_k2',
98 frequency(12) = 2635200,
99 fields(1,12) = 'ETANSQ ',
100 filename(12) = 'ETANSQ',
101 frequency(13) = 2635200,
102 fields(1,13) = 'SRELAX ',
103 filename(13) = 'SRELAX',
104 frequency(14) = 2635200,
105 fields(1,14) = 'EXFhs ',
106 filename(14) = 'EXFhs',
107 frequency(15) = 2635200,
108 fields(1,15) = 'EXFhl ',
109 filename(15) = 'EXFhl',
110 frequency(16) = 2635200,
111 fields(1,16) = 'EXFlwnet',
112 filename(16) = 'EXFlwnet',
113 frequency(17) = 2635200,
114 fields(1,17) = 'EXFswnet',
115 filename(17) = 'EXFswnet',
116 frequency(18) = 2635200,
117 fields(1,18) = 'SALTanom',
118 filename(18) = 'SALTanom',
119 fileflags(18)= 'D ',
120 frequency(19) = 2635200,
121 fields(1,19) = 'THETA ',
122 filename(19) = 'THETA',
123 fileflags(19)= 'D ',
124 frequency(20) = 2635200,
125 fields(1,20) = 'UVEL ',
126 filename(20) = 'UVEL',
127 frequency(21) = 2635200,
128 fields(1,21) = 'VVEL ',
129 filename(21) = 'VVEL',
130 frequency(22) = 2635200,
131 fields(1,22) = 'UVELMASS',
132 filename(22) = 'UVELMASS',
133 frequency(23) = 2635200,
134 fields(1,23) = 'VVELMASS',
135 filename(23) = 'VVELMASS',
136 frequency(24) = 2635200,
137 fields(1,24) = 'WVELMASS',
138 filename(24) = 'WVELMASS',
139 frequency(25) = 2635200,
140 fields(1,25) = 'SALTSQan',
141 filename(25) = 'SALTSQan',
142 fileflags(25)= 'D ',
143 frequency(26) = 2635200,
144 fields(1,26) = 'THETASQ ',
145 filename(26) = 'THETASQ',
146 fileflags(26)= 'D ',
147 frequency(27) = 2635200,
148 fields(1,27) = 'UVELSQ ',
149 filename(27) = 'UVELSQ',
150 frequency(28) = 2635200,
151 fields(1,28) = 'VVELSQ ',
152 filename(28) = 'VVELSQ',
153 frequency(29) = 2635200,
154 fields(1,29) = 'WVELSQ ',
155 filename(29) = 'WVELSQ',
156 frequency(30) = 2635200,
157 fields(1,30) = 'UV_VEL_Z',
158 filename(30) = 'UV_VEL_Z',
159 frequency(31) = 2635200,
160 fields(1,31) = 'WU_VEL ',
161 filename(31) = 'WU_VEL',
162 frequency(32) = 2635200,
163 fields(1,32) = 'WV_VEL ',
164 filename(32) = 'WV_VEL',
165 frequency(33) = 2635200,
166 fields(1,33) = 'UTHMASS ',
167 filename(33) = 'UTHMASS',
168 frequency(34) = 2635200,
169 fields(1,34) = 'VTHMASS ',
170 filename(34) = 'VTHMASS',
171 frequency(35) = 2635200,
172 fields(1,35) = 'WTHMASS ',
173 filename(35) = 'WTHMASS',
174 frequency(36) = 2635200,
175 fields(1,36) = 'USLTMASS',
176 filename(36) = 'USLTMASS',
177 frequency(37) = 2635200,
178 fields(1,37) = 'VSLTMASS',
179 filename(37) = 'VSLTMASS',
180 frequency(38) = 2635200,
181 fields(1,38) = 'WSLTMASS',
182 filename(38) = 'WSLTMASS',
183 frequency(39) = 2635200,
184 fields(1,39) = 'RHOAnoma',
185 filename(39) = 'RHOAnoma',
186 frequency(40) = 2635200,
187 fields(1,40) = 'DRHODR ',
188 filename(40) = 'DRHODR',
189 frequency(41) = 2635200,
190 fields(1,41) = 'RHOANOSQ',
191 filename(41) = 'RHOANOSQ',
192 frequency(42) = 2635200,
193 fields(1,42) = 'URHOMASS',
194 filename(42) = 'URHOMASS',
195 frequency(43) = 2635200,
196 fields(1,43) = 'VRHOMASS',
197 filename(43) = 'VRHOMASS',
198 frequency(44) = 2635200,
199 fields(1,44) = 'WRHOMASS',
200 filename(44) = 'WRHOMASS',
201 frequency(45) = 2635200,
202 fields(1,45) = 'VISCA4 ',
203 filename(45) = 'VISCA4',
204 &
205
206 # Parameter for Diagnostics of per level statistics:
207 #-----------------
208 # for each output-stream:
209 # stat_fname(n) : prefix of the output file name (only 8.c long) for
210 #outp.stream n
211 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
212 # > 0 : write time-average output every stat_freq seconds
213 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
214 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
215 # stat_fields(:,n) : list of diagnostics fields (8.c) (see
216 #"available_diagnostics.log"
217 # file for the list of all available diag. in this particular
218 #config)
219 #-----------------
220 &DIAG_STATIS_PARMS
221 #- an example just to check the agreement with MONITOR output:
222 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
223 # stat_fname(1)= 'dynStDiag',
224 # stat_freq(1)= -864000.,
225 # stat_phase(1)= 0.,
226 &

  ViewVC Help
Powered by ViewVC 1.1.22