1 |
# Diagnostic Package Choices |
2 |
#----------------- |
3 |
# for each output-stream: |
4 |
# filename(n) : prefix of the output file name (only 8.c long) for outp.stream n |
5 |
# frequency(n):< 0 : write snap-shot output every |frequency| seconds |
6 |
# > 0 : write time-average output every frequency seconds |
7 |
# timePhase(n) : write at time = timePhase + multiple of |frequency| |
8 |
# levels(:,n) : list of levels to write to file (Notes: declared as REAL) |
9 |
# when this entry is missing, select all common levels of this list |
10 |
# fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file |
11 |
# for the list of all available diag. in this particular config) |
12 |
#----------------- |
13 |
# |
14 |
# daily 2-D fields: |
15 |
# ================= |
16 |
# |
17 |
# ETAN Perturbation of Surface (pressure, height) (Pa,m) |
18 |
# oceTAUX zonal surface wind stress, >0 increases uVel (N/m^2) |
19 |
# oceTAUY meridional surf. wind stress, >0 increases vVel (N/m^2) |
20 |
# surForcT model surface forcing for Temperature, >0 increases theta (W/m^2) |
21 |
# oceQsw net Short-Wave radiation (+=down), >0 increases theta (W/m^2) |
22 |
# surForcS model surface forcing for Salinity, >0 increases salinity (g/m^2/s) |
23 |
# SSS Sea Surface Salinity (g/kg) |
24 |
# SST Sea Surface Temperature (degC,K) |
25 |
# UVEL_k1 Zonal Component of Velocity at level 1 (m/s) |
26 |
# VVEL_k1 Meridional Component of Velocity at level 1 (m/s) |
27 |
# SIarea SEAICE fractional ice-covered area [0 to 1] |
28 |
# SIheff SEAICE effective ice thickness (m) |
29 |
# SIuice SEAICE zonal ice velocity, >0 from West to East (m/s) |
30 |
# SIvice SEAICE merid. ice velocity, >0 from South to North (m/s) |
31 |
# SIhsnow SEAICE snow thickness (m) |
32 |
# SIhsalt SEAICE salinity (g/m^2) |
33 |
# |
34 |
# monthly 3-D fields: |
35 |
# =================== |
36 |
# |
37 |
# SALTanom Salt anomaly (=SALT-35; g/kg) |
38 |
# THETA Potential Temperature (degC,K) |
39 |
# UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s) |
40 |
# VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s) |
41 |
# WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s) |
42 |
# |
43 |
&diagnostics_list |
44 |
frequency(1) = 86400., |
45 |
fields(1,1) = 'ETAN ', |
46 |
filename(1) = 'ETAN', |
47 |
frequency(2) = 86400., |
48 |
fields(1,2) = 'oceTAUX ', |
49 |
filename(2) = 'oceTAUX', |
50 |
frequency(3) = 86400., |
51 |
fields(1,3) = 'oceTAUY ', |
52 |
filename(3) = 'oceTAUY', |
53 |
frequency(4) = 86400., |
54 |
fields(1,4) = 'surForcT', |
55 |
filename(4) = 'surForcT', |
56 |
frequency(5) = 86400., |
57 |
fields(1,5) = 'oceQsw ', |
58 |
filename(5) = 'oceQsw', |
59 |
frequency(6) = 86400., |
60 |
fields(1,6) = 'surForcS', |
61 |
filename(6) = 'surForcS', |
62 |
frequency(7) = 86400., |
63 |
fields(1,7) = 'SALT ', |
64 |
levels(1,7) = 1., |
65 |
filename(7) = 'SSS', |
66 |
frequency(8) = 86400., |
67 |
fields(1,8) = 'THETA ', |
68 |
levels(1,8) = 1., |
69 |
filename(8) = 'SST', |
70 |
frequency(9) = 86400., |
71 |
fields(1,9) = 'UVEL ', |
72 |
levels(1,9) = 1., |
73 |
filename(9) = 'UVEL_k1', |
74 |
frequency(10) = 86400., |
75 |
fields(1,10) = 'VVEL ', |
76 |
levels(1,10) = 1., |
77 |
filename(10) = 'VVEL_k1', |
78 |
frequency(11) = 86400., |
79 |
fields(1,11) = 'SIarea ', |
80 |
filename(11) = 'SIarea', |
81 |
frequency(12) = 86400., |
82 |
fields(1,12) = 'SIheff ', |
83 |
filename(12) = 'SIheff', |
84 |
frequency(13) = 86400., |
85 |
fields(1,13) = 'SIuice ', |
86 |
filename(13) = 'SIuice', |
87 |
frequency(14) = 86400., |
88 |
fields(1,14) = 'SIvice ', |
89 |
filename(14) = 'SIvice', |
90 |
frequency(15) = 86400., |
91 |
fields(1,15) = 'SIhsnow ', |
92 |
filename(15) = 'SIhsnow', |
93 |
frequency(16) = 86400., |
94 |
fields(1,16) = 'SIhsalt ', |
95 |
filename(16) = 'SIhsalt', |
96 |
frequency(17) = 2635200., |
97 |
fields(1,17) = 'SALTanom', |
98 |
filename(17) = 'SALTanom', |
99 |
frequency(18) = 2635200., |
100 |
fields(1,18) = 'THETA ', |
101 |
filename(18) = 'THETA', |
102 |
frequency(19) = 2635200., |
103 |
fields(1,19) = 'UVELMASS', |
104 |
filename(19) = 'UVELMASS', |
105 |
frequency(20) = 2635200., |
106 |
fields(1,20) = 'VVELMASS', |
107 |
filename(20) = 'VVELMASS', |
108 |
frequency(21) = 2635200., |
109 |
fields(1,21) = 'WVELMASS', |
110 |
filename(21) = 'WVELMASS', |
111 |
& |
112 |
|
113 |
# Parameter for Diagnostics of per level statistics: |
114 |
#----------------- |
115 |
# for each output-stream: |
116 |
# stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n |
117 |
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds |
118 |
# > 0 : write time-average output every stat_freq seconds |
119 |
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq| |
120 |
# stat_region(:,n) : list of "regions" (default: 1 region only=global) |
121 |
# stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log" |
122 |
# file for the list of all available diag. in this particular config) |
123 |
#----------------- |
124 |
&DIAG_STATIS_PARMS |
125 |
#- an example just to check the agreement with MONITOR output: |
126 |
#stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ', |
127 |
# stat_fname(1)= 'dynStDiag', |
128 |
# stat_freq(1)= -864000., |
129 |
# stat_phase(1)= 0., |
130 |
& |