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

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

  ViewVC Help
Powered by ViewVC 1.1.22