/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_llc270/input_darwin/data.diagnostics
ViewVC logotype

Annotation of /MITgcm_contrib/ecco_darwin/v4_llc270/input_darwin/data.diagnostics

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


Revision 1.1 - (hide annotations) (download)
Fri Dec 1 19:02:11 2017 UTC (7 years, 8 months ago) by dimitri
Branch: MAIN
adding ecco-darwin v4 configuration files

1 dimitri 1.1 # Diagnostic Package Choices
2     #-----------------
3     # for each output-stream:
4     # filename(n) : prefix of the output file name (only 8.c long) for outp.stream n
5     # frequency(n):< 0 : write snap-shot output every multiple of |frequency| (iter)
6     # > 0 : write time-average output every multiple of frequency (iter)
7     # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
8     # when this entry is missing, select all common levels of this list
9     # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file
10     # for the list of all available diag. in this particular config)
11     #--------------------------------------------------------------------
12     #
13     # 6-hourly 2-D fields:
14     # ====================
15     #
16     # ETAN Perturbation of Surface (pressure, height) (Pa,m)
17     # PHIBOT ocean bottom pressure / top. atmos geo-Potential
18     # oceTAUX zonal surface wind stress, >0 increases uVel (N/m^2)
19     # oceTAUY meridional surf. wind stress, >0 increases vVel (N/m^2)
20     # surForcT model surface forcing for Temperature, >0 increases theta (W/m^2)
21     # oceQsw net Short-Wave radiation (+=down), >0 increases theta (W/m^2)
22     # surForcS model surface forcing for Salinity, >0 increases salinity (g/m^2/s)
23     # KPPhbl KPP boundary layer depth, bulk Ri criterion
24     # KPPmld Mixed layer depth, dT=.8degC density criterion
25     # SSS Sea Surface Salinity (g/kg)
26     # SST Sea Surface Temperature (degC,K)
27     # UVEL_k2 Zonal Component of Velocity at level 2 (m/s)
28     # VVEL_k2 Meridional Component of Velocity at level 2 (m/s)
29     #
30     # daily 2-D fields:
31     # =================
32     #
33     # SIarea SEAICE fractional ice-covered area [0 to 1]
34     # SIheff SEAICE effective ice thickness (m)
35     # SIuice SEAICE zonal ice velocity, >0 from West to East (m/s)
36     # SIvice SEAICE merid. ice velocity, >0 from South to North (m/s)
37     # SIhsnow SEAICE snow thickness (m)
38     # SIhsalt SEAICE effective salinity (g/m^2)
39     #
40     # monthly 2-D fields:
41     # ===================
42     #
43     # ETANSQ Square of Perturbation of Sfc (Pa2,m2)
44     # EXFhs Sensible heat flux into ocean, >0 increases theta (W/m^2)
45     # EXFhl Latent heat flux into ocean, >0 increases theta (W/m^2)
46     # EXFlwnet Net upward longwave radiation, >0 decreases theta (W/m^2)
47     # oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s)
48     # oceSflux net surface Salt flux into the ocean, >0 increases salinity (g/m^2/s)
49     # oceQnet net surface heat flux into the ocean, >0 increases theta (W/m^2)
50     # SRELAX surface salinity relaxation, >0 increases salt (g/m^2/s)
51     # TFLUX total heat flux (match heat-content variations), >0 increases theta (W/m^2)
52     # SFLUX total salt flux (match salt-content variations), >0 increases salt (g/m^2/s)
53     #
54     # monthly 3-D fields:
55     # ===================
56     #
57     # SALTanom Salt anomaly (=SALT-35; g/kg)
58     # THETA Potential Temperature (degC,K)
59     # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)
60     # VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)
61     # WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s)
62     #
63     # SALTSQan Square of Salt anomaly (=(SALT-35)^2 (g^2/kg^2)
64     # THETASQ Square of Potential Temperature (K2)
65     # UVELSQ Square of Zonal Comp of Velocity (m2/s2)
66     # VVELSQ Square of Meridional Comp of Velocity (m2/s2)
67     # WVELSQ Square of Vertical Comp of Velocity (m2/s2)
68     # UV_VEL_Z Meridional Transport of Zonal Momentum (m2/s2)
69     # WU_VEL Vertical Transport of Zonal Momentum (m^2/s^2)
70     # WV_VEL Vertical Transport of Meridional Momentum (m^2/s^2)
71     #
72     # UTHMASS Zonal Mass-Weight Transp of Pot Temp (K.m/s)
73     # VTHMASS Meridional Mass-Weight Transp of Pot Temp (K.m/s)
74     # WTHMASS Vertical Mass-Weight Transp of Pot Temp (K.m/s)
75     # USLTMASS Zonal Mass-Weight Transp of Salt (g/kg.m/s)
76     # VSLTMASS Meridional Mass-Weight Transp of Salt (g/kg.m/s)
77     # WSLTMASS Vertical Mass-Weight Transp of Salt (g/kg.m/s)
78     #
79     # RHOAnoma Density Anomaly (=Rho-rhoConst; kg/m^3)
80     # DRHODR Stratification: d.Sigma/dr (kg/m3/r_unit; kg/m^4)
81     # RHOANOSQ Square of Density Anomaly (=(Rho-rhoConst)^2; kg^2/m^6)
82     # URHOMASS Zonal Transport of Density (kg/m^2/s)
83     # VRHOMASS Meridional Transport of Density (kg/m^2/s)
84     # WRHOMASS Vertical Transport of Potential Density (kg/m^2/s)
85     #
86     &diagnostics_list
87     frequency(1) = 86400.,
88     fields(1,1) = 'ETAN ',
89     filename(1) = 'ETAN',
90     frequency(2) = 2635200.,
91     fields(1,2) = 'SALTanom',
92     filename(2) = 'SALTanom',
93     frequency(3) = 2635200.,
94     fields(1,3) = 'THETA ',
95     filename(3) = 'THETA',
96     frequency(4) = 2635200.,
97     fields(1,4) = 'TRAC32 ',
98     filename(4) = 'DIC',
99     frequency(5) = 86400.,
100     fields(1,5) = 'DICTFLX ',
101     filename(5) = 'DICTFLX',
102     frequency(6) = 86400.,
103     fields(1,6) = 'DICOFLX ',
104     filename(6) = 'DICOFLX',
105     frequency(7) = 86400.,
106     fields(1,7) = 'DICCFLX ',
107     filename(7) = 'DICCFLX',
108     frequency(8) = 86400.,
109     fields(1,8) = 'DICPCO2 ',
110     filename(8) = 'DICPCO2',
111     frequency(9) = 86400.,
112     fields(1,9) = 'DICPHAV ',
113     filename(9) = 'DICPHAV',
114     frequency(10) = 2635200.,
115     fields(1,10) = 'TRAC01 ',
116     filename(10) = 'PO4',
117     frequency(11) = 2635200.,
118     fields(1,11) = 'TRAC02 ',
119     filename(11) = 'NO3',
120     frequency(12) = 2635200.,
121     fields(1,12) = 'TRAC03 ',
122     filename(12) = 'FeT',
123     frequency(13) = 2635200.,
124     fields(1,13) = 'TRAC04 ',
125     filename(13) = 'SiO2',
126     frequency(14) = 2635200.,
127     fields(1,14) = 'TRAC05 ',
128     filename(14) = 'DOP',
129     frequency(15) = 2635200.,
130     fields(1,15) = 'TRAC06 ',
131     filename(15) = 'DON',
132     frequency(16) = 2635200.,
133     fields(1,16) = 'TRAC07 ',
134     filename(16) = 'DOFe',
135     frequency(17) = 2635200.,
136     fields(1,17) = 'TRAC08 ',
137     filename(17) = 'ZOO1P',
138     frequency(18) = 2635200.,
139     fields(1,18) = 'TRAC09 ',
140     filename(18) = 'ZOO1N',
141     frequency(19) = 2635200.,
142     fields(1,19) = 'TRAC10 ',
143     filename(19) = 'ZOO1Fe',
144     frequency(20) = 2635200.,
145     fields(1,20) = 'TRAC11 ',
146     filename(20) = 'ZOO1Si',
147     frequency(21) = 2635200.,
148     fields(1,21) = 'TRAC12 ',
149     filename(21) = 'ZOO2P',
150     frequency(22) = 2635200.,
151     fields(1,22) = 'TRAC13 ',
152     filename(22) = 'ZOO2N',
153     frequency(23) = 2635200.,
154     fields(1,23) = 'TRAC14 ',
155     filename(23) = 'ZOO2Fe',
156     frequency(24) = 2635200.,
157     fields(1,24) = 'TRAC15 ',
158     filename(24) = 'ZOO2Si',
159     frequency(25) = 2635200.,
160     fields(1,25) = 'TRAC16 ',
161     filename(25) = 'POP',
162     frequency(26) = 2635200.,
163     fields(1,26) = 'TRAC17 ',
164     filename(26) = 'PON',
165     frequency(27) = 2635200.,
166     fields(1,27) = 'TRAC18 ',
167     filename(27) = 'POFe',
168     frequency(28) = 2635200.,
169     fields(1,28) = 'TRAC19 ',
170     filename(28) = 'POSi',
171     frequency(29) = 2635200.,
172     fields(1,29) = 'TRAC20 ',
173     filename(29) = 'NH4',
174     frequency(30) = 2635200.,
175     fields(1,30) = 'TRAC21 ',
176     filename(30) = 'NO2',
177     frequency(31) = 2635200.,
178     fields(1,31) = 'TRAC22 ',
179     filename(31) = 'Phy01',
180     frequency(32) = 2635200.,
181     fields(1,32) = 'TRAC23 ',
182     filename(32) = 'Phy02',
183     frequency(33) = 2635200.,
184     fields(1,33) = 'TRAC24 ',
185     filename(33) = 'Phy03',
186     frequency(34) = 2635200.,
187     fields(1,34) = 'TRAC25 ',
188     filename(34) = 'Phy04',
189     frequency(35) = 2635200.,
190     fields(1,35) = 'TRAC26 ',
191     filename(35) = 'Phy05',
192     frequency(36) = 2635200.,
193     fields(1,36) = 'TRAC33 ',
194     filename(36) = 'DOC',
195     frequency(37) = 2635200.,
196     fields(1,37) = 'TRAC34 ',
197     filename(37) = 'POC',
198     frequency(38) = 2635200.,
199     fields(1,38) = 'TRAC35 ',
200     filename(38) = 'PIC',
201     frequency(39) = 2635200.,
202     fields(1,39) = 'TRAC36 ',
203     filename(39) = 'ALK',
204     frequency(40) = 2635200.,
205     fields(1,40) = 'TRAC37 ',
206     filename(40) = 'O2',
207     frequency(41) = 2635200.,
208     fields(1,41) = 'TRAC38 ',
209     filename(41) = 'ZOOC1',
210     frequency(42) = 2635200.,
211     fields(1,42) = 'TRAC39 ',
212     filename(42) = 'ZOOC2',
213     frequency(43) = 2635200.,
214     fields(1,43) = 'TRAC27 ',
215     filename(43) = 'CHL1',
216     frequency(44) = 2635200.,
217     fields(1,44) = 'TRAC28 ',
218     filename(44) = 'CHL2',
219     frequency(45) = 2635200.,
220     fields(1,45) = 'TRAC29 ',
221     filename(45) = 'CHL3',
222     frequency(46) = 2635200.,
223     fields(1,46) = 'TRAC30 ',
224     filename(46) = 'CHL4',
225     frequency(47) = 2635200.,
226     fields(1,47) = 'TRAC31 ',
227     filename(47) = 'CHL5',
228     frequency(48) = 86400.,
229     fields(1,48) = 'EXFwspee ',
230     filename(48) = 'EXFwspee',
231     frequency(49) = 2635200.,
232     fields(1,49) = 'PAR ',
233     filename(49) = 'PAR',
234     frequency(50) = 2635200.,
235     fields(1,50) = 'PP',
236     filename(50) = 'PP',
237     frequency(51) = 86400.,
238     fields(1,51) = 'SIarea ',
239     filename(51) = 'SIarea',
240     frequency(52) = 86400.,
241     fields(1,52) = 'SIheff ',
242     filename(52) = 'SIheff',
243     frequency(53) = 86400.,
244     fields(1,53) = 'EXFapco2 ',
245     filename(53) = 'EXFapco2',
246     frequency(54) = 10800.,
247     fields(1,54) = 'DICCFLX ',
248     filename(54) = 'DICCFLX3hrly',
249     &
250    
251     # Parameter for Diagnostics of per level statistics:
252     #-----------------
253     # for each output-stream:
254     # stat_fname(n) : prefix of the output file name (only 8.c long) for
255     #outp.stream n
256     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
257     # > 0 : write time-average output every stat_freq seconds
258     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
259     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
260     # stat_fields(:,n) : list of diagnostics fields (8.c) (see
261     #"available_diagnostics.log"
262     # file for the list of all available diag. in this particular
263     #config)
264     #-----------------
265     &DIAG_STATIS_PARMS
266     #- an example just to check the agreement with MONITOR output:
267     #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
268     # stat_fname(1)= 'dynStDiag',
269     # stat_freq(1)= -864000.,
270     # stat_phase(1)= 0.,
271     &

  ViewVC Help
Powered by ViewVC 1.1.22