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