1 |
# Diagnostic Package Choices |
2 |
# dump ETAN and PHIBOT every 6 hours and 3-day averages |
3 |
# for everything else, assuming deltat=1200s |
4 |
# |
5 |
# 6-hourly 2-D fields: |
6 |
# ==================== |
7 |
# |
8 |
# ETAN Perturbation of Surface (pressure, height) (Pa,m) |
9 |
# PHIBOT ocean bottom pressure / top. atmos geo-Potential |
10 |
# |
11 |
# monthly 2-D fields: |
12 |
# =================== |
13 |
# |
14 |
# ETANSQ Square of Perturbation of Sfc (Pa2,m2) |
15 |
# TAUX zonal surface wind stress, >0 increases uVel |
16 |
# TAUY meridional surf. wind stress, >0 increases vVel |
17 |
# TFLUX net surface heat flux, >0 increases theta |
18 |
# TRELAX surface temperature relaxation, >0 increases theta |
19 |
# TICE heat from melt/freeze of sea-ice, >0 increases theta |
20 |
# SFLUX net surface salt flux, >0 increases salt |
21 |
# SRELAX surface salinity relaxation, >0 increases salt |
22 |
# |
23 |
# monthly 3-D fields: |
24 |
# =================== |
25 |
# |
26 |
# SALT Salt or Water Vapor mixing ratio (g/kg) |
27 |
# THETA Potential Temperature (degC,K) |
28 |
# UVEL Zonal Component of Velocity (m/s) |
29 |
# VVEL Meridional Component of Velocity (m/s) |
30 |
# UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s) |
31 |
# VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s) |
32 |
# WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s) |
33 |
# |
34 |
# SALTSQ Square of Salt or Water Vapor mix rat (g2/kg2) |
35 |
# THETASQ Square of Potential Temperature (K2) |
36 |
# UVELSQ Square of Zonal Comp of Velocity (m2/s2) |
37 |
# VVELSQ Square of Meridional Comp of Velocity (m2/s2) |
38 |
# WVELSQ Square of Vertical Comp of Velocity (m2/s2) |
39 |
# UV_VEL_Z Meridional Transport of Zonal Momentum (m2/s2) |
40 |
# WU_VEL Vertical Transport of Zonal Momentum (m^2/s^2) |
41 |
# WV_VEL Vertical Transport of Meridional Momentum (m^2/s^2) |
42 |
# |
43 |
# UTHMASS Zonal Mass-Weight Transp of Pot Temp (K.m/s) |
44 |
# VTHMASS Meridional Mass-Weight Transp of Pot Temp (K.m/s) |
45 |
# WTHMASS Vertical Mass-Weight Transp of Pot Temp (K.m/s) |
46 |
# USLTMASS Zonal Mass-Weight Transp of Salt (g/kg.m/s) |
47 |
# VSLTMASS Meridional Mass-Weight Transp of Salt (g/kg.m/s) |
48 |
# WSLTMASS Vertical Mass-Weight Transp of Salt (g/kg.m/s) |
49 |
# |
50 |
# RHOAnoma Density Anomaly (=Rho-rhoConst; kg/m^3) |
51 |
# DRHODR Stratification: d.Sigma/dr (kg/m3/r_unit; kg/m^4) |
52 |
# RHOANOSQ Square of Density Anomaly (=(Rho-rhoConst)^2; kg^2/m^6) |
53 |
# URHOMASS Zonal Transport of Density (kg/m^2/s) |
54 |
# VRHOMASS Meridional Transport of Density (kg/m^2/s) |
55 |
# WRHOMASS Vertical Transport of Potential Density (kg/m^2/s) |
56 |
# |
57 |
# VISCA4 Biharmonic Viscosity Coefficient in (m4/s) |
58 |
# |
59 |
&diagnostics_list |
60 |
frequency(1) = 18, |
61 |
fields(1,1) = 'ETAN ', |
62 |
filename(1) = 'ETAN', |
63 |
frequency(2) = 18, |
64 |
fields(1,2) = 'PHIBOT ', |
65 |
filename(2) = 'PHIBOT', |
66 |
frequency(3) = 216, |
67 |
fields(1,3) = 'ETANSQ ', |
68 |
filename(3) = 'ETANSQ', |
69 |
frequency(4) = 216, |
70 |
fields(1,4) = 'TAUX ', |
71 |
filename(4) = 'TAUX', |
72 |
frequency(5) = 216, |
73 |
fields(1,5) = 'TAUY ', |
74 |
filename(5) = 'TAUY', |
75 |
frequency(6) = 216, |
76 |
fields(1,6) = 'TFLUX ', |
77 |
filename(6) = 'TFLUX', |
78 |
frequency(7) = 216, |
79 |
fields(1,7) = 'TRELAX ', |
80 |
filename(7) = 'TRELAX', |
81 |
frequency(8) = 216, |
82 |
fields(1,8) = 'TICE ', |
83 |
filename(8) = 'TICE', |
84 |
frequency(9) = 216, |
85 |
fields(1,9) = 'SFLUX ', |
86 |
filename(9) = 'SFLUX', |
87 |
frequency(10) = 216, |
88 |
fields(1,10) = 'SRELAX ', |
89 |
filename(10) = 'SRELAX', |
90 |
frequency(11) = 216, |
91 |
fields(1,11) = 'SALT ', |
92 |
filename(11) = 'SALT', |
93 |
frequency(12) = 216, |
94 |
fields(1,12) = 'THETA ', |
95 |
filename(12) = 'THETA', |
96 |
frequency(13) = 216, |
97 |
fields(1,13) = 'UVEL ', |
98 |
filename(13) = 'UVEL', |
99 |
frequency(14) = 216, |
100 |
fields(1,14) = 'VVEL ', |
101 |
filename(14) = 'VVEL', |
102 |
frequency(15) = 216, |
103 |
fields(1,15) = 'UVELMASS', |
104 |
filename(15) = 'UVELMASS', |
105 |
frequency(16) = 216, |
106 |
fields(1,16) = 'VVELMASS', |
107 |
filename(16) = 'VVELMASS', |
108 |
frequency(17) = 216, |
109 |
fields(1,17) = 'WVELMASS', |
110 |
filename(17) = 'WVELMASS', |
111 |
frequency(18) = 216, |
112 |
fields(1,18) = 'SALTSQ ', |
113 |
filename(18) = 'SALTSQ', |
114 |
frequency(19) = 216, |
115 |
fields(1,19) = 'THETASQ ', |
116 |
filename(19) = 'THETASQ', |
117 |
frequency(20) = 216, |
118 |
fields(1,20) = 'UVELSQ ', |
119 |
filename(20) = 'UVELSQ', |
120 |
frequency(21) = 216, |
121 |
fields(1,21) = 'VVELSQ ', |
122 |
filename(21) = 'VVELSQ', |
123 |
frequency(22) = 216, |
124 |
fields(1,22) = 'WVELSQ ', |
125 |
filename(22) = 'WVELSQ', |
126 |
frequency(23) = 216, |
127 |
fields(1,23) = 'UV_VEL_Z', |
128 |
filename(23) = 'UV_VEL_Z', |
129 |
frequency(24) = 216, |
130 |
fields(1,24) = 'WU_VEL ', |
131 |
filename(24) = 'WU_VEL', |
132 |
frequency(25) = 216, |
133 |
fields(1,25) = 'WV_VEL ', |
134 |
filename(25) = 'WV_VEL', |
135 |
frequency(26) = 216, |
136 |
fields(1,26) = 'UTHMASS ', |
137 |
filename(26) = 'UTHMASS', |
138 |
frequency(27) = 216, |
139 |
fields(1,27) = 'VTHMASS ', |
140 |
filename(27) = 'VTHMASS', |
141 |
frequency(28) = 216, |
142 |
fields(1,28) = 'WTHMASS ', |
143 |
filename(28) = 'WTHMASS', |
144 |
frequency(29) = 216, |
145 |
fields(1,29) = 'USLTMASS', |
146 |
filename(29) = 'USLTMASS', |
147 |
frequency(30) = 216, |
148 |
fields(1,30) = 'VSLTMASS', |
149 |
filename(30) = 'VSLTMASS', |
150 |
frequency(31) = 216, |
151 |
fields(1,31) = 'WSLTMASS', |
152 |
filename(31) = 'WSLTMASS', |
153 |
frequency(32) = 216, |
154 |
fields(1,32) = 'RHOAnoma', |
155 |
filename(32) = 'RHOAnoma', |
156 |
frequency(33) = 216, |
157 |
fields(1,33) = 'DRHODR ', |
158 |
filename(33) = 'DRHODR', |
159 |
frequency(34) = 216, |
160 |
fields(1,34) = 'RHOANOSQ', |
161 |
filename(34) = 'RHOANOSQ', |
162 |
frequency(35) = 216, |
163 |
fields(1,35) = 'URHOMASS', |
164 |
filename(35) = 'URHOMASS', |
165 |
frequency(36) = 216, |
166 |
fields(1,36) = 'VRHOMASS', |
167 |
filename(36) = 'VRHOMASS', |
168 |
frequency(37) = 216, |
169 |
fields(1,37) = 'WRHOMASS', |
170 |
filename(37) = 'WRHOMASS', |
171 |
frequency(38) = 216, |
172 |
fields(1,38) = 'VISCA4', |
173 |
filename(38) = 'VISCA4', |
174 |
&end |