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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.22