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