| 1 |
# Diagnostic Package Choices
|
| 2 |
#
|
| 3 |
# daily 2-D fields:
|
| 4 |
# ====================
|
| 5 |
#
|
| 6 |
# ETAN Perturbation of Surface (pressure, height) (Pa,m)
|
| 7 |
# PHIBOT ocean bottom pressure / top. atmos geo-Potential
|
| 8 |
# oceTAUX zonal surface wind stress, >0 increases uVel (N/m^2)
|
| 9 |
# oceTAUY meridional surf. wind stress, >0 increases vVel (N/m^2)
|
| 10 |
# surForcT model surface forcing for Temperature, >0 increases theta (W/m^2)
|
| 11 |
# oceQsw net Short-Wave radiation (+=down), >0 increases theta (W/m^2)
|
| 12 |
# surForcS model surface forcing for Salinity, >0 increases salinity (g/m^2/s)
|
| 13 |
# KPPhbl KPP boundary layer depth, bulk Ri criterion
|
| 14 |
# SSS Sea Surface Salinity (g/kg)
|
| 15 |
# SST Sea Surface Temperature (degC,K)
|
| 16 |
# UVEL_k1 Zonal Component of Velocity at level 1 (m/s)
|
| 17 |
# VVEL_k1 Meridional Component of Velocity at level 1 (m/s)
|
| 18 |
# SIarea SEAICE fractional ice-covered area [0 to 1]
|
| 19 |
# SIheff SEAICE effective ice thickness (m)
|
| 20 |
# SIuice SEAICE zonal ice velocity, >0 from West to East (m/s)
|
| 21 |
# SIvice SEAICE merid. ice velocity, >0 from South to North (m/s)
|
| 22 |
# SIhsnow SEAICE snow thickness (m)
|
| 23 |
# SIhsalt SEAICE effective salinity (g/m^2)
|
| 24 |
# oceSPflx net surface Salt flux rejected into the ocean during freezing (g/m^2/s), (+=down)
|
| 25 |
# oceSPDep Salt plume depth based on density criterion (>0) (m)
|
| 26 |
#
|
| 27 |
#
|
| 28 |
# monthly 2-D fields:
|
| 29 |
# ===================
|
| 30 |
# EXFhl Latent heat flux into ocean, >0 increases theta (W/m^2)
|
| 31 |
# EXFhs Sensible heat flux into ocean, >0 increases theta (W/m^2)
|
| 32 |
# oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s)
|
| 33 |
# oceQnet net surface heat flux into the ocean, >0 increases theta (W/m^2)
|
| 34 |
#
|
| 35 |
#
|
| 36 |
# 3-daily 3-D fields:
|
| 37 |
# ===================
|
| 38 |
#
|
| 39 |
# SALTanom Salt anomaly (=SALT-35; g/kg)
|
| 40 |
# THETA Potential Temperature (degC,K)
|
| 41 |
# UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)
|
| 42 |
# VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)
|
| 43 |
#
|
| 44 |
# monthly 3-D fields:
|
| 45 |
# ===================
|
| 46 |
#
|
| 47 |
# ADVr_TH degC.m^3/s Vertical Advective Flux of Pot.Temperature
|
| 48 |
# DFrI_TH degC.m^3/s Vertical Diffusive Flux of Pot.Temperature (Implicit part)
|
| 49 |
#
|
| 50 |
&diagnostics_list
|
| 51 |
frequency(1) = 86400.,
|
| 52 |
fields(1,1) = 'ETAN ',
|
| 53 |
filename(1) = 'ETAN',
|
| 54 |
# frequency(2) = 259200.,
|
| 55 |
# fields(1,2) = 'PHIBOT ',
|
| 56 |
# filename(2) = 'PHIBOT',
|
| 57 |
# frequency(3) = 2635200.,
|
| 58 |
# fields(1,3) = 'oceTAUX ',
|
| 59 |
# filename(3) = 'oceTAUX',
|
| 60 |
# frequency(4) = 2635200.,
|
| 61 |
# fields(1,4) = 'oceTAUY ',
|
| 62 |
# filename(4) = 'oceTAUY',
|
| 63 |
# frequency(5) = 86400.,
|
| 64 |
# fields(1,5) = 'surForcT',
|
| 65 |
# filename(5) = 'surForcT',
|
| 66 |
# frequency(6) = 2635200.,
|
| 67 |
# fields(1,6) = 'oceQsw ',
|
| 68 |
# filename(6) = 'oceQsw',
|
| 69 |
# frequency(7) = 86400.,
|
| 70 |
# fields(1,7) = 'surForcS',
|
| 71 |
# filename(7) = 'surForcS',
|
| 72 |
# frequency(8) = 259200.,
|
| 73 |
# fields(1,8) = 'KPPhbl ',
|
| 74 |
# filename(8) = 'KPPhbl',
|
| 75 |
frequency(9) = 86400.,
|
| 76 |
fields(1,9) = 'SALT ',
|
| 77 |
levels(1,9) = 1.,
|
| 78 |
filename(9) = 'SSS',
|
| 79 |
frequency(10) = 86400.,
|
| 80 |
fields(1,10) = 'THETA ',
|
| 81 |
levels(1,10) = 1.,
|
| 82 |
filename(10) = 'SST',
|
| 83 |
frequency(11) = 86400.,
|
| 84 |
fields(1,11) = 'UVEL ',
|
| 85 |
levels(1,11) = 1.,
|
| 86 |
filename(11) = 'UVEL_k1',
|
| 87 |
frequency(12) = 86400.,
|
| 88 |
fields(1,12) = 'VVEL ',
|
| 89 |
levels(1,12) = 1.,
|
| 90 |
filename(12) = 'VVEL_k1',
|
| 91 |
frequency(13) = 86400.,
|
| 92 |
fields(1,13) = 'SI_Fract',
|
| 93 |
filename(13) = 'SI_Fract',
|
| 94 |
frequency(14) = 86400.,
|
| 95 |
fields(1,14) = 'SI_Thick',
|
| 96 |
filename(14) = 'SI_Thick',
|
| 97 |
# frequency(15) = 86400.,
|
| 98 |
# fields(1,15) = 'SIuice ',
|
| 99 |
# filename(15) = 'SIuice',
|
| 100 |
# frequency(16) = 86400.,
|
| 101 |
# fields(1,16) = 'SIvice ',
|
| 102 |
# filename(16) = 'SIvice',
|
| 103 |
# frequency(15) = 86400.,
|
| 104 |
# fields(1,15) = 'SI_AdvFr',
|
| 105 |
# filename(15) = 'SI_AdvFr',
|
| 106 |
# frequency(16) = 86400.,
|
| 107 |
# fields(1,16) = 'SI_AdvHi',
|
| 108 |
# filename(16) = 'SI_AdvHi',
|
| 109 |
# frequency(17) = 86400.,
|
| 110 |
# fields(1,17) = 'SI_SnowH',
|
| 111 |
# filename(17) = 'SI_SnowH',
|
| 112 |
# frequency(18) = 86400.,
|
| 113 |
# fields(1,18) = 'SI_AdvHs',
|
| 114 |
# filename(18) = 'SI_AdvHs',
|
| 115 |
# frequency(33) = 86400.,
|
| 116 |
# fields(1,33) = 'SI_Qice1',
|
| 117 |
# filename(33) = 'SI_Qice1',
|
| 118 |
# frequency(34) = 86400.,
|
| 119 |
# fields(1,34) = 'SI_Qice2',
|
| 120 |
# filename(34) = 'SI_Qice2',
|
| 121 |
# frequency(35) = 86400.,
|
| 122 |
# fields(1,35) = 'SI_AdvQ1',
|
| 123 |
# filename(35) = 'SI_AdvQ1',
|
| 124 |
# frequency(36) = 86400.,
|
| 125 |
# fields(1,36) = 'SI_AdvQ2',
|
| 126 |
# filename(36) = 'SI_AdvQ2',
|
| 127 |
# frequency(27) = 86400.,
|
| 128 |
# fields(1,27) = 'SIsaltFx',
|
| 129 |
# filename(27) = 'SIsaltFx',
|
| 130 |
# frequency(28) = 86400.,
|
| 131 |
# fields(1,28) = 'SIflx2oc',
|
| 132 |
# filename(28) = 'SIflx2oc',
|
| 133 |
frequency(19) = 2635200.,
|
| 134 |
fields(1,19) = 'SALTanom',
|
| 135 |
filename(19) = 'SALTanom',
|
| 136 |
frequency(20) = 2635200.,
|
| 137 |
fields(1,20) = 'THETA ',
|
| 138 |
filename(20) = 'THETA',
|
| 139 |
frequency(21) = 2635200.,
|
| 140 |
fields(1,21) = 'UVELMASS',
|
| 141 |
filename(21) = 'UVELMASS',
|
| 142 |
frequency(22) = 2635200.,
|
| 143 |
fields(1,22) = 'VVELMASS',
|
| 144 |
filename(22) = 'VVELMASS',
|
| 145 |
frequency(23) = 2635200.,
|
| 146 |
fields(1,23) = 'WVELMASS',
|
| 147 |
filename(23) = 'WVELMASS',
|
| 148 |
# frequency(23) = 2635200.,
|
| 149 |
# fields(1,23) = 'oceFWflx',
|
| 150 |
# filename(23) = 'oceFWflx',
|
| 151 |
# frequency(24) = 2635200.,
|
| 152 |
# fields(1,24) = 'oceQnet ',
|
| 153 |
# filename(24) = 'oceQnet',
|
| 154 |
# frequency(25) = 2635200.,
|
| 155 |
# fields(1,25) = 'oceSflux',
|
| 156 |
# filename(25) = 'oceSflux',
|
| 157 |
# frequency(26) = 2635200.,
|
| 158 |
# fields(1,26) = 'oceFreez',
|
| 159 |
# filename(26) = 'oceFreez',
|
| 160 |
# frequency(25) = 86400.,
|
| 161 |
# fields(1,25) = 'EXFhl ',
|
| 162 |
# filename(25) = 'EXFhl',
|
| 163 |
# frequency(26) = 86400.,
|
| 164 |
# fields(1,26) = 'EXFhs ',
|
| 165 |
# filename(26) = 'EXFhs',
|
| 166 |
# frequency(29) = 2635200.,
|
| 167 |
# fields(1,29) = 'ADVr_TH ',
|
| 168 |
# filename(29) = 'ADVr_TH',
|
| 169 |
# frequency(30) = 2635200.,
|
| 170 |
# fields(1,30) = 'WTHMASS ',
|
| 171 |
# filename(30) = 'WTHMASS',
|
| 172 |
# frequency(31) = 2635200.,
|
| 173 |
# fields(1,31) = 'RHOAnoma',
|
| 174 |
# filename(31) = 'RHOAnoma',
|
| 175 |
# frequency(32) = 2635200.,
|
| 176 |
# fields(1,32) = 'DRHODR ',
|
| 177 |
# filename(32) = 'DRHODR',
|
| 178 |
# frequency(33) = 2635200.,
|
| 179 |
# fields(1,33) = 'TRAC01 ',
|
| 180 |
# filename(33) = 'TRAC01',
|
| 181 |
# frequency(34) = 2635200.,
|
| 182 |
# fields(1,34) = 'TRAC02 ',
|
| 183 |
# filename(34) = 'TRAC02',
|
| 184 |
# frequency(35) = 2635200.,
|
| 185 |
# fields(1,35) = 'TRAC03 ',
|
| 186 |
# filename(35) = 'TRAC03',
|
| 187 |
# frequency(36) = 259200.,
|
| 188 |
# fields(1,36) = 'TRAC04 ',
|
| 189 |
# filename(36) = 'TRAC04',
|
| 190 |
# frequency(37) = 259200.,
|
| 191 |
# fields(1,37) = 'TRAC05 ',
|
| 192 |
# filename(37) = 'TRAC05',
|
| 193 |
# frequency(38) = 259200.,
|
| 194 |
# fields(1,38) = 'TRAC06 ',
|
| 195 |
# filename(38) = 'TRAC06',
|
| 196 |
# frequency(39) = 2635200.,
|
| 197 |
# fields(1,39) = 'LaUa1RHO',
|
| 198 |
# filename(39) = 'LaUa',
|
| 199 |
# frequency(40) = 2635200.,
|
| 200 |
# fields(1,40) = 'LaVa1RHO',
|
| 201 |
# filename(40) = 'LaVa',
|
| 202 |
# frequency(41) = 2635200.,
|
| 203 |
# fields(1,41) = 'LaUH1RHO',
|
| 204 |
# filename(41) = 'LaUH',
|
| 205 |
# frequency(42) = 2635200.,
|
| 206 |
# fields(1,42) = 'LaVH1RHO',
|
| 207 |
# filename(42) = 'LaVH',
|
| 208 |
# frequency(43) = 2635200.,
|
| 209 |
# fields(1,43) = 'LaHw1RHO',
|
| 210 |
# filename(43) = 'LaHw',
|
| 211 |
# frequency(44) = 2635200.,
|
| 212 |
# fields(1,44) = 'LaHs1RHO',
|
| 213 |
# filename(44) = 'LaHs',
|
| 214 |
&
|
| 215 |
|
| 216 |
# Parameter for Diagnostics of per level statistics:
|
| 217 |
#-----------------
|
| 218 |
# for each output-stream:
|
| 219 |
# stat_fname(n) : prefix of the output file name (only 8.c long) for
|
| 220 |
#outp.stream n
|
| 221 |
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
|
| 222 |
# > 0 : write time-average output every stat_freq seconds
|
| 223 |
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
|
| 224 |
# stat_region(:,n) : list of "regions" (default: 1 region only=global)
|
| 225 |
# stat_fields(:,n) : list of diagnostics fields (8.c) (see
|
| 226 |
#"available_diagnostics.log"
|
| 227 |
# file for the list of all available diag. in this particular
|
| 228 |
#config)
|
| 229 |
#-----------------
|
| 230 |
&DIAG_STATIS_PARMS
|
| 231 |
#- an example just to check the agreement with MONITOR output:
|
| 232 |
#stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
|
| 233 |
# stat_fname(1)= 'dynStDiag',
|
| 234 |
# stat_freq(1)= -864000.,
|
| 235 |
# stat_phase(1)= 0.,
|
| 236 |
&
|