/[MITgcm]/MITgcm_contrib/arctic/cs_18km/input/data.diagnostics
ViewVC logotype

Contents of /MITgcm_contrib/arctic/cs_18km/input/data.diagnostics

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


Revision 1.2 - (show annotations) (download)
Wed Aug 12 16:26:24 2015 UTC (9 years, 11 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +11 -16 lines
some clean-up --- does not change code or results

1 # Diagnostic Package Choices
2 #
3 # daily 2-D fields:
4 # ====================
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 (N/m^2)
9 # oceTAUY meridional surf. wind stress, >0 increases vVel (N/m^2)
10 # surForcT model surface forcing for Temperature, >0 increases theta (W/m^2)
11 # oceQsw net Short-Wave radiation (+=down), >0 increases theta (W/m^2)
12 # surForcS model surface forcing for Salinity, >0 increases salinity (g/m^2/s)
13 # KPPhbl KPP boundary layer depth, bulk Ri criterion
14 # SSS Sea Surface Salinity (g/kg)
15 # SST Sea Surface Temperature (degC,K)
16 # UVEL_k1 Zonal Component of Velocity at level 1 (m/s)
17 # VVEL_k1 Meridional Component of Velocity at level 1 (m/s)
18 # SIarea SEAICE fractional ice-covered area [0 to 1]
19 # SIheff SEAICE effective ice thickness (m)
20 # SIuice SEAICE zonal ice velocity, >0 from West to East (m/s)
21 # SIvice SEAICE merid. ice velocity, >0 from South to North (m/s)
22 # SIhsnow SEAICE snow thickness (m)
23 # SIhsalt SEAICE effective salinity (g/m^2)
24 # SIqneti Ice Covered Part of SIqnet, turb+rad, >0 decr theta (W/m^2)
25 # SIqneto Open Ocean Part of SIqnet, turb+rad, >0 decr theta (W/m^2)
26 # oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s)
27 # oceQnet net surface heat flux into the ocean, >0 increases theta (W/m^2)
28 # EXFhl Latent heat flux into ocean, >0 increases theta (W/m^2)
29 # EXFhs Sensible heat flux into ocean, >0 increases theta (W/m^2)
30 # oceSPflx net surface Salt flux rejected into the ocean during freezing (g/m^2/s), (+=down)
31 # oceSPDep Salt plume depth based on density criterion (>0) (m)
32 #
33 # monthly 3-D fields:
34 # ===================
35 #
36 # SALTanom Salt anomaly (=SALT-35; g/kg)
37 # THETA Potential Temperature (degC,K)
38 # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)
39 # VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)
40 # ADVr_TH Vertical Advective Flux of Pot.Temperature (degC.m^3/s)
41 # WTHMASS Vertical Mass-Weight Transp of Pot Temp (degC.m/s)
42 # RHOAnoma Density Anomaly (=Rho-rhoConst) (kg/m^3)
43 # DRHODR Stratification: d.Sigma/dr (kg/m3/m)
44 #
45 &diagnostics_list
46 frequency(1) = 86400.,
47 fields(1,1) = 'ETAN ',
48 filename(1) = 'ETAN',
49 frequency(2) = 86400.,
50 fields(1,2) = 'PHIBOT ',
51 filename(2) = 'PHIBOT',
52 frequency(3) = 86400.,
53 fields(1,3) = 'oceTAUX ',
54 filename(3) = 'oceTAUX',
55 frequency(4) = 86400.,
56 fields(1,4) = 'oceTAUY ',
57 filename(4) = 'oceTAUY',
58 frequency(5) = 86400.,
59 fields(1,5) = 'surForcT',
60 filename(5) = 'surForcT',
61 frequency(6) = 86400.,
62 fields(1,6) = 'oceQsw ',
63 filename(6) = 'oceQsw',
64 frequency(7) = 86400.,
65 fields(1,7) = 'surForcS',
66 filename(7) = 'surForcS',
67 frequency(8) = 86400.,
68 fields(1,8) = 'KPPhbl ',
69 filename(8) = 'KPPhbl',
70 frequency(9) = 86400.,
71 fields(1,9) = 'SALT ',
72 levels(1,9) = 1.,
73 filename(9) = 'SSS',
74 frequency(10) = 86400.,
75 fields(1,10) = 'THETA ',
76 levels(1,10) = 1.,
77 filename(10) = 'SST',
78 frequency(11) = 86400.,
79 fields(1,11) = 'UVEL ',
80 levels(1,11) = 1.,
81 filename(11) = 'UVEL_k1',
82 frequency(12) = 86400.,
83 fields(1,12) = 'VVEL ',
84 levels(1,12) = 1.,
85 filename(12) = 'VVEL_k1',
86 frequency(13) = 86400.,
87 fields(1,13) = 'SIarea ',
88 filename(13) = 'SIarea',
89 frequency(14) = 86400.,
90 fields(1,14) = 'SIheff ',
91 filename(14) = 'SIheff',
92 frequency(15) = 86400.,
93 fields(1,15) = 'SIuice ',
94 filename(15) = 'SIuice',
95 frequency(16) = 86400.,
96 fields(1,16) = 'SIvice ',
97 filename(16) = 'SIvice',
98 frequency(17) = 86400.,
99 fields(1,17) = 'SIhsnow ',
100 filename(17) = 'SIhsnow',
101 frequency(18) = 86400.,
102 fields(1,18) = 'SIhsalt ',
103 filename(18) = 'SIhsalt',
104 frequency(33) = 86400.,
105 fields(1,33) = 'SIqneti ',
106 filename(33) = 'SIqneti',
107 frequency(34) = 86400.,
108 fields(1,34) = 'SIqneto ',
109 filename(34) = 'SIqneto',
110 frequency(19) = 2635200.,
111 fields(1,19) = 'SALTanom',
112 filename(19) = 'SALTanom',
113 frequency(20) = 2635200.,
114 fields(1,20) = 'THETA ',
115 filename(20) = 'THETA',
116 frequency(21) = 2635200.,
117 fields(1,21) = 'UVELMASS',
118 filename(21) = 'UVELMASS',
119 frequency(22) = 2635200.,
120 fields(1,22) = 'VVELMASS',
121 filename(22) = 'VVELMASS',
122 frequency(23) = 86400.,
123 fields(1,23) = 'oceFWflx',
124 filename(23) = 'oceFWflx',
125 frequency(24) = 86400.,
126 fields(1,24) = 'oceQnet ',
127 filename(24) = 'oceQnet',
128 frequency(25) = 86400.,
129 fields(1,25) = 'EXFhl ',
130 filename(25) = 'EXFhl',
131 frequency(26) = 86400.,
132 fields(1,26) = 'EXFhs ',
133 filename(26) = 'EXFhs',
134 frequency(27) = 86400.,
135 fields(1,27) = 'oceSPflx',
136 filename(27) = 'oceSPflx',
137 frequency(28) = 86400.,
138 fields(1,28) = 'oceSPDep',
139 filename(28) = 'oceSPDep',
140 frequency(29) = 2635200.,
141 fields(1,29) = 'ADVr_TH ',
142 filename(29) = 'ADVr_TH',
143 frequency(30) = 2635200.,
144 fields(1,30) = 'WTHMASS ',
145 filename(30) = 'WTHMASS',
146 frequency(31) = 2635200.,
147 fields(1,31) = 'RHOAnoma',
148 filename(31) = 'RHOAnoma',
149 frequency(32) = 2635200.,
150 fields(1,32) = 'DRHODR ',
151 filename(32) = 'DRHODR',
152 &
153
154 # Parameter for Diagnostics of per level statistics:
155 #-----------------
156 # for each output-stream:
157 # stat_fname(n) : prefix of the output file name (only 8.c long) for
158 #outp.stream n
159 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
160 # > 0 : write time-average output every stat_freq seconds
161 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
162 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
163 # stat_fields(:,n) : list of diagnostics fields (8.c) (see
164 #"available_diagnostics.log"
165 # file for the list of all available diag. in this particular
166 #config)
167 #-----------------
168 &DIAG_STATIS_PARMS
169 #- an example just to check the agreement with MONITOR output:
170 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
171 # stat_fname(1)= 'dynStDiag',
172 # stat_freq(1)= -864000.,
173 # stat_phase(1)= 0.,
174 &

  ViewVC Help
Powered by ViewVC 1.1.22