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

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

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

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22