/[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.24 - (show annotations) (download)
Mon Mar 19 20:32:00 2012 UTC (13 years, 4 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +6 -14 lines
preparing cube94 integration
see MITgcm_contrib/high_res_cube/README.cs510

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 # SHIfwFlx
55 # SHIhtFlx
56 #
57 &diagnostics_list
58 frequency(1) = 21600.,
59 fields(1,1) = 'oceTAUX ',
60 filename(1) = 'oceTAUX',
61 frequency(2) = 21600.,
62 fields(1,2) = 'oceTAUY ',
63 filename(2) = 'oceTAUY',
64 frequency(3) = 21600.,
65 fields(1,3) = 'oceFWflx',
66 filename(3) = 'oceFWflx',
67 frequency(4) = 21600.,
68 fields(1,4) = 'oceSflux',
69 filename(4) = 'oceSflux',
70 frequency(5) = 21600.,
71 fields(1,5) = 'oceQnet ',
72 filename(5) = 'oceQnet',
73 frequency(6) = 21600.,
74 fields(1,6) = 'oceQsw ',
75 filename(6) = 'oceQsw',
76 frequency(7) = 21600.,
77 fields(1,7) = 'KPPhbl ',
78 filename(7) = 'KPPhbl',
79 frequency(8) = 21600.,
80 fields(1,8) = 'MXLDEPTH',
81 filename(8) = 'MXLDEPTH',
82 frequency(9) = 21600.,
83 fields(1,9) = 'THETA ',
84 levels(1,9) = 1.,
85 filename(9) = 'SST',
86 frequency(10) = 86400.,
87 fields(1,10) = 'ETAN ',
88 filename(10) = 'ETAN',
89 frequency(11) = 86400.,
90 fields(1,11) = 'PHIBOT ',
91 filename(11) = 'PHIBOT',
92 frequency(12) = 86400.,
93 fields(1,12) = 'SALT ',
94 levels(1,12) = 1.,
95 filename(12) = 'SSS',
96 frequency(13) = 86400.,
97 fields(1,13) = 'SIarea ',
98 filename(13) = 'SIarea',
99 frequency(14) = 86400.,
100 fields(1,14) = 'SIheff ',
101 filename(14) = 'SIheff',
102 frequency(15) = 86400.,
103 fields(1,15) = 'SIuice ',
104 filename(15) = 'SIuice',
105 frequency(16) = 86400.,
106 fields(1,16) = 'SIvice ',
107 filename(16) = 'SIvice',
108 frequency(17) = 86400.,
109 fields(1,17) = 'SIhsnow ',
110 filename(17) = 'SIhsnow',
111 frequency(18) = 86400.,
112 fields(1,18) = 'SIhsalt ',
113 filename(18) = 'SIhsalt',
114 frequency(19) = 259200.,
115 fields(1,19) = 'SALTanom',
116 filename(19) = 'SALTanom',
117 frequency(20) = 259200.,
118 fields(1,20) = 'THETA ',
119 filename(20) = 'THETA',
120 frequency(21) = 259200.,
121 fields(1,21) = 'UVELMASS',
122 filename(21) = 'UVELMASS',
123 frequency(22) = 259200.,
124 fields(1,22) = 'VVELMASS',
125 filename(22) = 'VVELMASS',
126 frequency(23) = 259200.,
127 fields(1,23) = 'WVELMASS',
128 filename(23) = 'WVELMASS',
129 frequency(24) = 2592000.,
130 fields(1,24) = 'WTHMASS ',
131 filename(24) = 'WTHMASS',
132 frequency(25) = 2592000.,
133 fields(1,25) = 'WSLTMASS',
134 filename(25) = 'WSLTMASS',
135 frequency(26) = 2592000.,
136 fields(1,26) = 'ADVr_TH ',
137 filename(26) = 'ADVr_TH',
138 frequency(27) = 2592000.,
139 fields(1,27) = 'ADVx_TH ',
140 filename(27) = 'ADVx_TH',
141 frequency(28) = 2592000.,
142 fields(1,28) = 'ADVy_TH ',
143 filename(28) = 'ADVy_TH',
144 frequency(29) = 2592000.,
145 fields(1,29) = 'DFrI_TH ',
146 filename(29) = 'DFrI_TH'
147 frequency(30) = 2592000.,
148 fields(1,30) = 'ADVr_SLT',
149 filename(30) = 'ADVr_SLT',
150 frequency(31) = 2592000.,
151 fields(1,31) = 'ADVx_SLT',
152 filename(31) = 'ADVx_SLT',
153 frequency(32) = 2592000.,
154 fields(1,32) = 'ADVy_SLT',
155 filename(32) = 'ADVy_SLT',
156 frequency(33) = 2592000.,
157 fields(1,33) = 'DFrI_SLT',
158 filename(33) = 'DFrI_SLT'
159 frequency(34) = 2592000.,
160 fields(1,34) = 'KPPdiffT',
161 filename(34) = 'KPPdiffT',
162 frequency(35) = 2592000.,
163 fields(1,35) = 'KPPghatK',
164 filename(35) = 'KPPghatK',
165 frequency(36) = 2592000.,
166 fields(1,36) = 'KPPfrac ',
167 filename(36) = 'KPPfrac',
168 frequency(37) = 2592000.,
169 fields(1,37) = 'SHIfwFlx',
170 filename(37) = 'SHIfwFlx',
171 frequency(38) = 2592000.,
172 fields(1,38) = 'SHIhtFlx',
173 filename(38) = 'SHIhtFlx',
174 &
175
176 # Parameter for Diagnostics of per level statistics:
177 #-----------------
178 # for each output-stream:
179 # stat_fname(n) : prefix of the output file name (only 8.c long) for
180 #outp.stream n
181 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
182 # > 0 : write time-average output every stat_freq seconds
183 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
184 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
185 # stat_fields(:,n) : list of diagnostics fields (8.c) (see
186 #"available_diagnostics.log"
187 # file for the list of all available diag. in this particular
188 #config)
189 #-----------------
190 &DIAG_STATIS_PARMS
191 #- an example just to check the agreement with MONITOR output:
192 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
193 # stat_fname(1)= 'dynStDiag',
194 # stat_freq(1)= -864000.,
195 # stat_phase(1)= 0.,
196 &

  ViewVC Help
Powered by ViewVC 1.1.22