| 1 |
dimitri |
1.1 |
# Diagnostic Package Choices |
| 2 |
|
|
# |
| 3 |
|
|
# 6-hourly 2-D fields: |
| 4 |
|
|
# ==================== |
| 5 |
|
|
# |
| 6 |
dimitri |
1.11 |
# oceTAUX zonal surface wind stress, >0 increases uVel (N/m^2) |
| 7 |
|
|
# oceTAUY meridional surf. wind stress, >0 increases vVel (N/m^2) |
| 8 |
dimitri |
1.17 |
# oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s) |
| 9 |
|
|
# oceSflux net surface Salt flux into the ocean, >0 increases salinity (g/m^2/s) |
| 10 |
|
|
# oceQnet net surface heat flux into the ocean, >0 increases theta (W/m^2) |
| 11 |
dimitri |
1.11 |
# oceQsw net Short-Wave radiation (+=down), >0 increases theta (W/m^2) |
| 12 |
dimitri |
1.5 |
# KPPhbl KPP boundary layer depth, bulk Ri criterion |
| 13 |
dimitri |
1.17 |
# MXLDEPTH Mixed layer depth, dT=.8degC density criterion |
| 14 |
dimitri |
1.5 |
# SST Sea Surface Temperature (degC,K) |
| 15 |
|
|
# |
| 16 |
dimitri |
1.10 |
# daily 2-D fields: |
| 17 |
|
|
# ================= |
| 18 |
|
|
# |
| 19 |
dimitri |
1.17 |
# ETAN Perturbation of Surface (pressure, height) (Pa,m) |
| 20 |
|
|
# PHIBOT ocean bottom pressure / top. atmos geo-Potential |
| 21 |
|
|
# SSS Sea Surface Salinity (g/kg) |
| 22 |
dimitri |
1.10 |
# SIarea SEAICE fractional ice-covered area [0 to 1] |
| 23 |
|
|
# SIheff SEAICE effective ice thickness (m) |
| 24 |
|
|
# SIuice SEAICE zonal ice velocity, >0 from West to East (m/s) |
| 25 |
|
|
# SIvice SEAICE merid. ice velocity, >0 from South to North (m/s) |
| 26 |
|
|
# SIhsnow SEAICE snow thickness (m) |
| 27 |
dimitri |
1.14 |
# SIhsalt SEAICE effective salinity (g/m^2) |
| 28 |
|
|
# |
| 29 |
dimitri |
1.17 |
# 3-day 3-D fields: |
| 30 |
|
|
# ================= |
| 31 |
dimitri |
1.1 |
# |
| 32 |
dimitri |
1.5 |
# SALTanom Salt anomaly (=SALT-35; g/kg) |
| 33 |
dimitri |
1.19 |
# THETA Potential Temperature (degC) |
| 34 |
dimitri |
1.1 |
# UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s) |
| 35 |
|
|
# VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s) |
| 36 |
|
|
# WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s) |
| 37 |
|
|
# |
| 38 |
dimitri |
1.22 |
# 30-day 3-D fields: |
| 39 |
|
|
# ================= |
| 40 |
dimitri |
1.18 |
# |
| 41 |
dimitri |
1.19 |
# WTHMASS Vertical Mass-Weight Transp of Pot Temp (degC.m/s) |
| 42 |
|
|
# WSLTMASS Vertical Mass-Weight Transp of Salinity (PSU.m/s) |
| 43 |
|
|
# ADVr_TH Vertical Advective Flux of Pot.Temperature (degC.m^3/s) |
| 44 |
|
|
# ADVx_TH Zonal Advective Flux of Pot.Temperature (degC.m^3/s) |
| 45 |
|
|
# ADVy_TH Meridional Advective Flux of Pot.Temperature (degC.m^3/s) |
| 46 |
dimitri |
1.18 |
# DFrI_TH Vertical Diffusive Flux of Pot.Temperature (Implicit part) |
| 47 |
|
|
# ADVr_SLT Vertical Advective Flux of Salinity |
| 48 |
|
|
# ADVx_SLT Zonal Advective Flux of Salinity |
| 49 |
|
|
# ADVy_SLT Meridional Advective Flux of Salinity |
| 50 |
|
|
# DFrI_SLT Vertical Diffusive Flux of Salinity (Implicit part) |
| 51 |
|
|
# KPPdiffT Vertical diffusion coefficient for heat |
| 52 |
|
|
# KPPghat Nonlocal transport coefficient |
| 53 |
|
|
# KPPfrac Short-wave flux fraction penetrating mixing layer |
| 54 |
dimitri |
1.24 |
# SHIfwFlx |
| 55 |
|
|
# SHIhtFlx |
| 56 |
dimitri |
1.18 |
# |
| 57 |
dimitri |
1.1 |
&diagnostics_list |
| 58 |
dimitri |
1.18 |
frequency(1) = 21600., |
| 59 |
|
|
fields(1,1) = 'oceTAUX ', |
| 60 |
|
|
filename(1) = 'oceTAUX', |
| 61 |
|
|
frequency(2) = 21600., |
| 62 |
|
|
fields(1,2) = 'oceTAUY ', |
| 63 |
|
|
filename(2) = 'oceTAUY', |
| 64 |
|
|
frequency(3) = 21600., |
| 65 |
|
|
fields(1,3) = 'oceFWflx', |
| 66 |
|
|
filename(3) = 'oceFWflx', |
| 67 |
|
|
frequency(4) = 21600., |
| 68 |
|
|
fields(1,4) = 'oceSflux', |
| 69 |
|
|
filename(4) = 'oceSflux', |
| 70 |
|
|
frequency(5) = 21600., |
| 71 |
|
|
fields(1,5) = 'oceQnet ', |
| 72 |
|
|
filename(5) = 'oceQnet', |
| 73 |
|
|
frequency(6) = 21600., |
| 74 |
|
|
fields(1,6) = 'oceQsw ', |
| 75 |
|
|
filename(6) = 'oceQsw', |
| 76 |
|
|
frequency(7) = 21600., |
| 77 |
|
|
fields(1,7) = 'KPPhbl ', |
| 78 |
|
|
filename(7) = 'KPPhbl', |
| 79 |
|
|
frequency(8) = 21600., |
| 80 |
|
|
fields(1,8) = 'MXLDEPTH', |
| 81 |
|
|
filename(8) = 'MXLDEPTH', |
| 82 |
|
|
frequency(9) = 21600., |
| 83 |
|
|
fields(1,9) = 'THETA ', |
| 84 |
|
|
levels(1,9) = 1., |
| 85 |
|
|
filename(9) = 'SST', |
| 86 |
|
|
frequency(10) = 86400., |
| 87 |
|
|
fields(1,10) = 'ETAN ', |
| 88 |
|
|
filename(10) = 'ETAN', |
| 89 |
|
|
frequency(11) = 86400., |
| 90 |
|
|
fields(1,11) = 'PHIBOT ', |
| 91 |
|
|
filename(11) = 'PHIBOT', |
| 92 |
|
|
frequency(12) = 86400., |
| 93 |
|
|
fields(1,12) = 'SALT ', |
| 94 |
|
|
levels(1,12) = 1., |
| 95 |
|
|
filename(12) = 'SSS', |
| 96 |
|
|
frequency(13) = 86400., |
| 97 |
|
|
fields(1,13) = 'SIarea ', |
| 98 |
|
|
filename(13) = 'SIarea', |
| 99 |
|
|
frequency(14) = 86400., |
| 100 |
|
|
fields(1,14) = 'SIheff ', |
| 101 |
|
|
filename(14) = 'SIheff', |
| 102 |
|
|
frequency(15) = 86400., |
| 103 |
|
|
fields(1,15) = 'SIuice ', |
| 104 |
|
|
filename(15) = 'SIuice', |
| 105 |
|
|
frequency(16) = 86400., |
| 106 |
|
|
fields(1,16) = 'SIvice ', |
| 107 |
|
|
filename(16) = 'SIvice', |
| 108 |
|
|
frequency(17) = 86400., |
| 109 |
|
|
fields(1,17) = 'SIhsnow ', |
| 110 |
|
|
filename(17) = 'SIhsnow', |
| 111 |
|
|
frequency(18) = 86400., |
| 112 |
|
|
fields(1,18) = 'SIhsalt ', |
| 113 |
|
|
filename(18) = 'SIhsalt', |
| 114 |
|
|
frequency(19) = 259200., |
| 115 |
|
|
fields(1,19) = 'SALTanom', |
| 116 |
|
|
filename(19) = 'SALTanom', |
| 117 |
|
|
frequency(20) = 259200., |
| 118 |
|
|
fields(1,20) = 'THETA ', |
| 119 |
|
|
filename(20) = 'THETA', |
| 120 |
|
|
frequency(21) = 259200., |
| 121 |
|
|
fields(1,21) = 'UVELMASS', |
| 122 |
|
|
filename(21) = 'UVELMASS', |
| 123 |
|
|
frequency(22) = 259200., |
| 124 |
|
|
fields(1,22) = 'VVELMASS', |
| 125 |
|
|
filename(22) = 'VVELMASS', |
| 126 |
|
|
frequency(23) = 259200., |
| 127 |
|
|
fields(1,23) = 'WVELMASS', |
| 128 |
|
|
filename(23) = 'WVELMASS', |
| 129 |
dimitri |
1.21 |
frequency(24) = 2592000., |
| 130 |
dimitri |
1.19 |
fields(1,24) = 'WTHMASS ', |
| 131 |
|
|
filename(24) = 'WTHMASS', |
| 132 |
dimitri |
1.21 |
frequency(25) = 2592000., |
| 133 |
dimitri |
1.19 |
fields(1,25) = 'WSLTMASS', |
| 134 |
|
|
filename(25) = 'WSLTMASS', |
| 135 |
dimitri |
1.21 |
frequency(26) = 2592000., |
| 136 |
dimitri |
1.19 |
fields(1,26) = 'ADVr_TH ', |
| 137 |
|
|
filename(26) = 'ADVr_TH', |
| 138 |
dimitri |
1.21 |
frequency(27) = 2592000., |
| 139 |
dimitri |
1.19 |
fields(1,27) = 'ADVx_TH ', |
| 140 |
|
|
filename(27) = 'ADVx_TH', |
| 141 |
dimitri |
1.21 |
frequency(28) = 2592000., |
| 142 |
dimitri |
1.19 |
fields(1,28) = 'ADVy_TH ', |
| 143 |
|
|
filename(28) = 'ADVy_TH', |
| 144 |
dimitri |
1.21 |
frequency(29) = 2592000., |
| 145 |
dimitri |
1.19 |
fields(1,29) = 'DFrI_TH ', |
| 146 |
|
|
filename(29) = 'DFrI_TH' |
| 147 |
dimitri |
1.21 |
frequency(30) = 2592000., |
| 148 |
dimitri |
1.19 |
fields(1,30) = 'ADVr_SLT', |
| 149 |
|
|
filename(30) = 'ADVr_SLT', |
| 150 |
dimitri |
1.21 |
frequency(31) = 2592000., |
| 151 |
dimitri |
1.19 |
fields(1,31) = 'ADVx_SLT', |
| 152 |
|
|
filename(31) = 'ADVx_SLT', |
| 153 |
dimitri |
1.21 |
frequency(32) = 2592000., |
| 154 |
dimitri |
1.19 |
fields(1,32) = 'ADVy_SLT', |
| 155 |
|
|
filename(32) = 'ADVy_SLT', |
| 156 |
dimitri |
1.21 |
frequency(33) = 2592000., |
| 157 |
dimitri |
1.19 |
fields(1,33) = 'DFrI_SLT', |
| 158 |
|
|
filename(33) = 'DFrI_SLT' |
| 159 |
dimitri |
1.21 |
frequency(34) = 2592000., |
| 160 |
dimitri |
1.19 |
fields(1,34) = 'KPPdiffT', |
| 161 |
|
|
filename(34) = 'KPPdiffT', |
| 162 |
dimitri |
1.21 |
frequency(35) = 2592000., |
| 163 |
dimitri |
1.22 |
fields(1,35) = 'KPPghatK', |
| 164 |
|
|
filename(35) = 'KPPghatK', |
| 165 |
dimitri |
1.21 |
frequency(36) = 2592000., |
| 166 |
dimitri |
1.19 |
fields(1,36) = 'KPPfrac ', |
| 167 |
|
|
filename(36) = 'KPPfrac', |
| 168 |
dimitri |
1.22 |
frequency(37) = 2592000., |
| 169 |
dimitri |
1.24 |
fields(1,37) = 'SHIfwFlx', |
| 170 |
|
|
filename(37) = 'SHIfwFlx', |
| 171 |
dimitri |
1.22 |
frequency(38) = 2592000., |
| 172 |
dimitri |
1.24 |
fields(1,38) = 'SHIhtFlx', |
| 173 |
|
|
filename(38) = 'SHIhtFlx', |
| 174 |
dimitri |
1.23 |
& |
| 175 |
dimitri |
1.5 |
|
| 176 |
|
|
# Parameter for Diagnostics of per level statistics: |
| 177 |
|
|
#----------------- |
| 178 |
|
|
# for each output-stream: |
| 179 |
|
|
# stat_fname(n) : prefix of the output file name (only 8.c long) for |
| 180 |
|
|
#outp.stream n |
| 181 |
|
|
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds |
| 182 |
|
|
# > 0 : write time-average output every stat_freq seconds |
| 183 |
|
|
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq| |
| 184 |
|
|
# stat_region(:,n) : list of "regions" (default: 1 region only=global) |
| 185 |
|
|
# stat_fields(:,n) : list of diagnostics fields (8.c) (see |
| 186 |
|
|
#"available_diagnostics.log" |
| 187 |
|
|
# file for the list of all available diag. in this particular |
| 188 |
|
|
#config) |
| 189 |
|
|
#----------------- |
| 190 |
|
|
&DIAG_STATIS_PARMS |
| 191 |
|
|
#- an example just to check the agreement with MONITOR output: |
| 192 |
|
|
#stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ', |
| 193 |
|
|
# stat_fname(1)= 'dynStDiag', |
| 194 |
|
|
# stat_freq(1)= -864000., |
| 195 |
|
|
# stat_phase(1)= 0., |
| 196 |
|
|
& |