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

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

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

revision 1.7 by dimitri, Tue Dec 21 09:16:55 2004 UTC revision 1.18 by dimitri, Thu Jun 24 02:35:52 2010 UTC
# Line 1  Line 1 
1  # Diagnostic Package Choices  # Diagnostic Package Choices
2  # dump ETAN and PHIBOT every 90 minutes  #
3  # and monthly averages (30.44 days)  # 6-hourly 2-D fields:
4  # for everything else, assuming deltat=300s  # ====================
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   &diagnostics_list   &diagnostics_list
63    frequency(1)  = 18,    frequency(1)  = 21600,
64     fields(1,1)  = 'ETAN    ',     fields(1,1)  = 'ETAN    ',
65     filename(1)  = 'ETAN',     filename(1)  = 'ETAN',
66    frequency(2)  = 18,  #  frequency(2)  = 21600,
67     fields(1,2)  = 'PHIBOT  ',  #   fields(1,2)  = 'PHIBOT  ',
68     filename(2)  = 'PHIBOT',  #   filename(2)  = 'PHIBOT',
69    frequency(3)  = 8766,  #  frequency(3)  = 21600,
70     fields(1,3)  = 'UVEL    ',  #   fields(1,3)  = 'oceTAUX ',
71     filename(3)  = 'UVEL',  #   filename(3)  = 'TAUX',
72    frequency(4)  = 8766,  #  frequency(4)  = 21600,
73     fields(1,4)  = 'VVEL    ',  #   fields(1,4)  = 'oceTAUY ',
74     filename(4)  = 'VVEL',  #   filename(4)  = 'TAUY',
75    frequency(5)  = 8766,  #  frequency(5)  = 21600,
76     fields(1,5)  = 'WVEL    ',  #   fields(1,5)  = 'TFLUX   ',
77     filename(5)  = 'WVEL',  #   filename(5)  = 'TFLUX',
78    frequency(6)  = 8766,  #  frequency(6)  = 21600,
79     fields(1,6)  = 'THETA   ',  #   fields(1,6)  = 'SFLUX   ',
80     filename(6)  = 'THETA',  #   filename(6)  = 'SFLUX',
81    frequency(7)  = 8766,  #  frequency(7)  = 21600,
82     fields(1,7)  = 'SALT    ',  #   fields(1,7)  = 'KPPhbl  ',
83     filename(7)  = 'SALT',  #   filename(7)  = 'KPPhbl',
84    frequency(8)  = 8766,  #  frequency(8)  = 21600,
85     fields(1,8)  = 'TAUX    ',  #   fields(1,8)  = 'SALT    ',
86     filename(8)  = 'TAUX',  #   levels(1,8)  = 1.,
87    frequency(9)  = 8766,  #   filename(8)  = 'SSS',
88     fields(1,9)  = 'TAUY    ',  #  frequency(9)  = 21600,
89     filename(9)  = 'TAUY',  #   fields(1,9)  = 'THETA   ',
90    frequency(10) = 8766,  #   levels(1,9)  = 1.,
91     fields(1,10) = 'SFLUX   ',  #   filename(9)  = 'SST',
92     filename(10) = 'SFLUX',  #  frequency(10) = 21600,
93    frequency(11) = 8766,  #   fields(1,10) = 'UVEL    ',
94     fields(1,11) = 'TFLUX   ',  #   levels(1,10) = 2.,
95     filename(11) = 'TFLUX',  #   filename(10) = 'UVEL_k2',
96    frequency(12) = 8766,  #  frequency(11) = 21600,
97     fields(1,12) = 'SRELAX  ',  #   fields(1,11) = 'VVEL    ',
98     filename(12) = 'SRELAX',  #   levels(1,11) = 2.,
99    frequency(13) = 8766,  #   filename(11) = 'VVEL_k2',
100     fields(1,13) = 'TRELAX  ',  #  frequency(12) = 2635200,
101     filename(13) = 'TRELAX',  #   fields(1,12) = 'ETANSQ  ',
102    frequency(14) = 8766,  #   filename(12) = 'ETANSQ',
103     fields(1,14) = 'TICE    ',  #  frequency(13)  = 2635200,
104     filename(14) = 'TICE',  #   fields(1,13)  = 'SRELAX  ',
105  &end  #   filename(13)  = 'SRELAX',
106    #  frequency(14)  = 2635200,
107    #   fields(1,14)  = 'EXFhs   ',
108    #   filename(14)  = 'EXFhs',
109    #  frequency(15) = 2635200,
110    #   fields(1,15) = 'EXFhl   ',
111    #   filename(15) = 'EXFhl',
112    #  frequency(16) = 2635200,
113    #   fields(1,16) = 'EXFlwnet',
114    #   filename(16) = 'EXFlwnet',
115    #  frequency(17) = 2635200,
116    #   fields(1,17) = 'EXFswnet',
117    #   filename(17) = 'EXFswnet',
118    #  frequency(18) = 2635200,
119    #   fields(1,18) = 'SALTanom',
120    #   filename(18) = 'SALTanom',
121    #   fileflags(18)= 'D       ',
122    #  frequency(19) = 2635200,
123    #   fields(1,19) = 'THETA   ',
124    #   filename(19) = 'THETA',
125    #   fileflags(19)= 'D       ',
126    #  frequency(20) = 2635200,
127    #   fields(1,20) = 'UVEL    ',
128    #   filename(20) = 'UVEL',
129    #  frequency(21) = 2635200,
130    #   fields(1,21) = 'VVEL    ',
131    #   filename(21) = 'VVEL',
132    #  frequency(22) = 2635200,
133    #   fields(1,22) = 'UVELMASS',
134    #   filename(22) = 'UVELMASS',
135    #  frequency(23) = 2635200,
136    #   fields(1,23) = 'VVELMASS',
137    #   filename(23) = 'VVELMASS',
138    #  frequency(24) = 2635200,
139    #   fields(1,24) = 'WVELMASS',
140    #   filename(24) = 'WVELMASS',
141    #  frequency(25) = 2635200,
142    #   fields(1,25) = 'SALTSQan',
143    #   filename(25) = 'SALTSQan',
144    #   fileflags(25)= 'D       ',
145    #  frequency(26) = 2635200,
146    #   fields(1,26) = 'THETASQ ',
147    #   filename(26) = 'THETASQ',
148    #   fileflags(26)= 'D       ',
149    #  frequency(27) = 2635200,
150    #   fields(1,27) = 'UVELSQ  ',
151    #   filename(27) = 'UVELSQ',
152    #  frequency(28) = 2635200,
153    #   fields(1,28) = 'VVELSQ  ',
154    #   filename(28) = 'VVELSQ',
155    #  frequency(29) = 2635200,
156    #   fields(1,29) = 'WVELSQ  ',
157    #   filename(29) = 'WVELSQ',
158    #  frequency(30) = 2635200,
159    #   fields(1,30) = 'UV_VEL_Z',
160    #   filename(30) = 'UV_VEL_Z',
161    #  frequency(31) = 2635200,
162    #   fields(1,31) = 'WU_VEL  ',
163    #   filename(31) = 'WU_VEL',
164    #  frequency(32) = 2635200,
165    #   fields(1,32) = 'WV_VEL  ',
166    #   filename(32) = 'WV_VEL',
167    #  frequency(33) = 2635200,
168    #   fields(1,33) = 'UTHMASS ',
169    #   filename(33) = 'UTHMASS',
170    #  frequency(34) = 2635200,
171    #   fields(1,34) = 'VTHMASS ',
172    #   filename(34) = 'VTHMASS',
173    #  frequency(35) = 2635200,
174    #   fields(1,35) = 'WTHMASS ',
175    #   filename(35) = 'WTHMASS',
176    #  frequency(36) = 2635200,
177    #   fields(1,36) = 'USLTMASS',
178    #   filename(36) = 'USLTMASS',
179    #  frequency(37) = 2635200,
180    #   fields(1,37) = 'VSLTMASS',
181    #   filename(37) = 'VSLTMASS',
182    #  frequency(38) = 2635200,
183    #   fields(1,38) = 'WSLTMASS',
184    #   filename(38) = 'WSLTMASS',
185    #  frequency(39) = 2635200,
186    #   fields(1,39) = 'RHOAnoma',
187    #   filename(39) = 'RHOAnoma',
188    #  frequency(40) = 2635200,
189    #   fields(1,40) = 'DRHODR  ',
190    #   filename(40) = 'DRHODR',
191    #  frequency(41) = 2635200,
192    #   fields(1,41) = 'RHOANOSQ',
193    #   filename(41) = 'RHOANOSQ',
194    #  frequency(42) = 2635200,
195    #   fields(1,42) = 'URHOMASS',
196    #   filename(42) = 'URHOMASS',
197    #  frequency(43) = 2635200,
198    #   fields(1,43) = 'VRHOMASS',
199    #   filename(43) = 'VRHOMASS',
200    #  frequency(44) = 2635200,
201    #   fields(1,44) = 'WRHOMASS',
202    #   filename(44) = 'WRHOMASS',
203     &
204    
205    # Parameter for Diagnostics of per level statistics:
206    #-----------------
207    # for each output-stream:
208    #  stat_fname(n) : prefix of the output file name (only 8.c long) for
209    #outp.stream n
210    #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
211    #               > 0 : write time-average output every stat_freq seconds
212    #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|
213    #  stat_region(:,n) : list of "regions" (default: 1 region only=global)
214    #  stat_fields(:,n) : list of diagnostics fields (8.c) (see
215    #"available_diagnostics.log"
216    #                 file for the list of all available diag. in this particular
217    #config)
218    #-----------------
219     &DIAG_STATIS_PARMS
220    #- an example just to check the agreement with MONITOR output:
221    #stat_fields(1,1)= 'ETAN    ','UVEL    ','VVEL    ','WVEL    ', 'THETA   ',
222    #   stat_fname(1)= 'dynStDiag',
223    #    stat_freq(1)= -864000.,
224    #   stat_phase(1)= 0.,
225     &

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.22