| 1 | <context id="LMDZ"> |
|---|
| 2 | |
|---|
| 3 | <!-- Definition of a calendar is done in code via wxios_set_cal --> |
|---|
| 4 | |
|---|
| 5 | <!-- Definition of domains and groups of domains --> |
|---|
| 6 | <domain_definition> |
|---|
| 7 | <domain id="dom_glo" data_dim="2" /> |
|---|
| 8 | </domain_definition> |
|---|
| 9 | |
|---|
| 10 | <!-- Definition of vertical axes |
|---|
| 11 | NB: these must be defined and set in code via |
|---|
| 12 | xios_set_axis --> |
|---|
| 13 | <axis_definition> |
|---|
| 14 | <axis id="presnivs" |
|---|
| 15 | standard_name="Pseudo-pressure of model vertical levels" |
|---|
| 16 | unit="Pa"> |
|---|
| 17 | </axis> |
|---|
| 18 | <axis id="altitude" |
|---|
| 19 | standard_name="Pseudo-altitude of model vertical levels" |
|---|
| 20 | unit="km"> |
|---|
| 21 | </axis> |
|---|
| 22 | <axis id="preskim" |
|---|
| 23 | standard_name="Pseudo-pressure of upper atmosphere vertical levels" |
|---|
| 24 | unit="Pa"> |
|---|
| 25 | </axis> |
|---|
| 26 | <axis id="preskim_tot" |
|---|
| 27 | standard_name="Pseudo-pressure of total (model+upper) vertical levels" |
|---|
| 28 | unit="Pa"> |
|---|
| 29 | </axis> |
|---|
| 30 | </axis_definition> |
|---|
| 31 | |
|---|
| 32 | <grid_definition> |
|---|
| 33 | <!-- toggle axis id below to change output vertical axis --> |
|---|
| 34 | <grid id="grid_3d"> |
|---|
| 35 | <domain id="dom_glo" /> |
|---|
| 36 | <axis id="presnivs" /> |
|---|
| 37 | <!-- <axis id="altitude" /> --> |
|---|
| 38 | </grid> |
|---|
| 39 | <!-- to output upper atmosphere chemistry fields --> |
|---|
| 40 | <grid id="grid_3d_up"> |
|---|
| 41 | <domain id="dom_glo" /> |
|---|
| 42 | <axis id="preskim" /> |
|---|
| 43 | </grid> |
|---|
| 44 | <!-- to output total atmosphere chemistry fields --> |
|---|
| 45 | <grid id="grid_3d_tot"> |
|---|
| 46 | <domain id="dom_glo" /> |
|---|
| 47 | <axis id="preskim_tot" /> |
|---|
| 48 | </grid> |
|---|
| 49 | <!-- to output scalars --> |
|---|
| 50 | <grid id="scalarpoint" > |
|---|
| 51 | <scalar /> |
|---|
| 52 | </grid> |
|---|
| 53 | </grid_definition> |
|---|
| 54 | |
|---|
| 55 | <!-- Definition of model variables --> |
|---|
| 56 | <field_definition prec="4" |
|---|
| 57 | freq_op="1ts" |
|---|
| 58 | enabled=".TRUE."> |
|---|
| 59 | |
|---|
| 60 | <!-- 0D variables --> |
|---|
| 61 | <field_group id="fields_0D" grid_ref="scalarpoint"> |
|---|
| 62 | <field id="ls" |
|---|
| 63 | long_name="Solar longitude" |
|---|
| 64 | unit="degrees" /> |
|---|
| 65 | <field id="lss" |
|---|
| 66 | long_name="Sub solar longitude" |
|---|
| 67 | unit="degrees" /> |
|---|
| 68 | <field id="RA" |
|---|
| 69 | long_name="Right ascension" |
|---|
| 70 | unit="degrees" /> |
|---|
| 71 | <field id="Declin" |
|---|
| 72 | long_name="Solar declination" |
|---|
| 73 | unit="degrees" /> |
|---|
| 74 | </field_group> |
|---|
| 75 | |
|---|
| 76 | <!-- 2D variables --> |
|---|
| 77 | <field_group id="fields_2D" domain_ref="dom_glo"> |
|---|
| 78 | <field id="area" |
|---|
| 79 | long_name="Mesh area" |
|---|
| 80 | unit="m2" /> |
|---|
| 81 | <!-- Surface diagnostics --> |
|---|
| 82 | <field id="tsurf" |
|---|
| 83 | long_name="Surface Temperature" |
|---|
| 84 | unit="K" /> |
|---|
| 85 | <field id="ps" |
|---|
| 86 | long_name="Surface Pressure" |
|---|
| 87 | unit="Pa" /> |
|---|
| 88 | <field id="pphis" |
|---|
| 89 | long_name="Surface Geopotential" |
|---|
| 90 | unit="m2/s2" /> |
|---|
| 91 | <!-- Surface diagnostics (Flux) --> |
|---|
| 92 | <field id="sensibFlux" |
|---|
| 93 | long_name="Sensible Heat Flux" |
|---|
| 94 | unit="W/m2" /> |
|---|
| 95 | <field id="fluxsurf_lw" |
|---|
| 96 | long_name="Incident LW flux to surf" |
|---|
| 97 | unit="W/m2" /> |
|---|
| 98 | <field id="fluxsurfabs_sw" |
|---|
| 99 | long_name="Absorbed SW flux by the surface" |
|---|
| 100 | unit="W/m2" /> |
|---|
| 101 | <field id="emis" |
|---|
| 102 | long_name="Long Wave emissivity" |
|---|
| 103 | unit="" /> |
|---|
| 104 | <!-- Surface diagnostics (Heating) --> |
|---|
| 105 | <field id="dtsurf" |
|---|
| 106 | long_name="Surface heating rate" |
|---|
| 107 | unit="K/s" /> |
|---|
| 108 | <field id="dtsdif" |
|---|
| 109 | long_name="Surface Turbdiff heating rate" |
|---|
| 110 | unit="K/s" /> |
|---|
| 111 | <!-- Surface diagnostics (Evaporation) --> |
|---|
| 112 | <field id="dtsurfevap" |
|---|
| 113 | long_name="Surface evaporation heating rate" |
|---|
| 114 | unit="K/s" /> |
|---|
| 115 | <field id="evapCH4" |
|---|
| 116 | long_name="Surface CH4 pseudo-evaporation rate" |
|---|
| 117 | unit="mol/mol/s" /> |
|---|
| 118 | <field id="tankCH4" |
|---|
| 119 | long_name="Depth of CH4 tank" |
|---|
| 120 | unit="m" /> |
|---|
| 121 | <!-- Surface diagnostics (Precipitation) --> |
|---|
| 122 | <field id="aer_prec" |
|---|
| 123 | long_name="Total aerosols precipitations" |
|---|
| 124 | unit="m" /> |
|---|
| 125 | <field id="ccn_prec" |
|---|
| 126 | long_name="Total CCN precipitations" |
|---|
| 127 | unit="m" /> |
|---|
| 128 | <field id="iCH4_prec" |
|---|
| 129 | long_name="Total ice of CH4 precipitations" |
|---|
| 130 | unit="m" /> |
|---|
| 131 | <field id="iC2H2_prec" |
|---|
| 132 | long_name="Total ice of C2H2 precipitations" |
|---|
| 133 | unit="m" /> |
|---|
| 134 | <field id="iC2H6_prec" |
|---|
| 135 | long_name="Total ice of C2H6 precipitations" |
|---|
| 136 | unit="m" /> |
|---|
| 137 | <field id="iHCN_prec" |
|---|
| 138 | long_name="Total ice of HCN precipitations" |
|---|
| 139 | unit="m" /> |
|---|
| 140 | <!-- Top of atmosphere diagnostics --> |
|---|
| 141 | <field id="ISR_TOA" |
|---|
| 142 | long_name="Incoming Solar Radiation at TOA" |
|---|
| 143 | unit="W/m2" /> |
|---|
| 144 | <field id="OLR_TOA" |
|---|
| 145 | long_name="Outgoing Longwave Radiation at TOA" |
|---|
| 146 | unit="W/m2" /> |
|---|
| 147 | </field_group> |
|---|
| 148 | |
|---|
| 149 | <!-- 3D variables --> |
|---|
| 150 | <field_group id="fields_3D" grid_ref="grid_3d"> |
|---|
| 151 | <!-- General diagnostics --> |
|---|
| 152 | <field id="temp" |
|---|
| 153 | long_name="Atmospheric temperature" |
|---|
| 154 | unit="K" /> |
|---|
| 155 | <field id="teta" |
|---|
| 156 | long_name="Potential temperature" |
|---|
| 157 | unit="K" /> |
|---|
| 158 | <field id="p" |
|---|
| 159 | long_name="Atmospheric pressure" |
|---|
| 160 | unit="Pa" /> |
|---|
| 161 | <field id="pphi" |
|---|
| 162 | long_name="Geopotential (gz)" |
|---|
| 163 | unit="m2/s2" /> |
|---|
| 164 | <field id="u" |
|---|
| 165 | long_name="Eastward Zonal Wind" |
|---|
| 166 | unit="m/s" /> |
|---|
| 167 | <field id="v" |
|---|
| 168 | long_name="Northward Meridional Wind" |
|---|
| 169 | unit="m/s" /> |
|---|
| 170 | <field id="w" |
|---|
| 171 | long_name="Vertical wind" |
|---|
| 172 | unit="Pa/s" /> |
|---|
| 173 | <!-- Winds trends --> |
|---|
| 174 | <field id="dudyn" |
|---|
| 175 | long_name="Dynamics du" |
|---|
| 176 | unit="m/s2" /> |
|---|
| 177 | <field id="pdu" |
|---|
| 178 | long_name="Total du" |
|---|
| 179 | unit="m/s" /> |
|---|
| 180 | <field id="dudif" |
|---|
| 181 | long_name="Turbdiff du" |
|---|
| 182 | unit="m/s2" /> |
|---|
| 183 | <field id="duadj" |
|---|
| 184 | long_name="Convadj du" |
|---|
| 185 | unit="m/s2" /> |
|---|
| 186 | <field id="dundg" |
|---|
| 187 | long_name="Nudging du" |
|---|
| 188 | unit="m/s2" /> |
|---|
| 189 | <field id="horizwind" |
|---|
| 190 | long_name="Horizontal Wind" |
|---|
| 191 | unit="m/s" /> |
|---|
| 192 | <!-- Heating trends --> |
|---|
| 193 | <field id="dtdyn" |
|---|
| 194 | long_name="Dynamics dT" |
|---|
| 195 | unit="K/s" /> |
|---|
| 196 | <field id="pdt" |
|---|
| 197 | long_name="Total dT" |
|---|
| 198 | unit="K/s" /> |
|---|
| 199 | <field id="dtrad" |
|---|
| 200 | long_name="Radiative dT" |
|---|
| 201 | unit="K/s" /> |
|---|
| 202 | <field id="dtdif" |
|---|
| 203 | long_name="Turbdiff dT" |
|---|
| 204 | unit="K/s" /> |
|---|
| 205 | <field id="dtadj" |
|---|
| 206 | long_name="Convadj dT" |
|---|
| 207 | unit="K/s" /> |
|---|
| 208 | <field id="dtlc" |
|---|
| 209 | long_name="Condensation dT" |
|---|
| 210 | unit="K/s" /> |
|---|
| 211 | <field id="dtsw" |
|---|
| 212 | long_name="SW radiation dT" |
|---|
| 213 | unit="K/s" /> |
|---|
| 214 | <field id="dtlw" |
|---|
| 215 | long_name="LW radiation dT" |
|---|
| 216 | unit="K/s" /> |
|---|
| 217 | <!-- Optical properties of haze --> |
|---|
| 218 | <field id="tauhv_04" |
|---|
| 219 | long_name="Opacity of haze (VI)" |
|---|
| 220 | unit="" /> |
|---|
| 221 | <field id="khv_04" |
|---|
| 222 | long_name="Extinction of haze (VI)" |
|---|
| 223 | unit="m-1" /> |
|---|
| 224 | <field id="wbarhv_04" |
|---|
| 225 | long_name="Average single scattering albedo of haze (VI)" |
|---|
| 226 | unit="" /> |
|---|
| 227 | <field id="gbarhv_04" |
|---|
| 228 | long_name="Average asymmetry parameter of haze (VI)" |
|---|
| 229 | unit="" /> |
|---|
| 230 | <field id="tauhv_18" |
|---|
| 231 | long_name="Opacity of haze (VI)" |
|---|
| 232 | unit="" /> |
|---|
| 233 | <field id="khv_18" |
|---|
| 234 | long_name="Extinction of haze (VI)" |
|---|
| 235 | unit="m-1" /> |
|---|
| 236 | <field id="wbarhv_18" |
|---|
| 237 | long_name="Average single scattering albedo of haze (VI)" |
|---|
| 238 | unit="" /> |
|---|
| 239 | <field id="gbarhv_18" |
|---|
| 240 | long_name="Average asymmetry parameter of haze (VI)" |
|---|
| 241 | unit="" /> |
|---|
| 242 | <field id="tauhi_07" |
|---|
| 243 | long_name="Opacity of haze (IR)" |
|---|
| 244 | unit="" /> |
|---|
| 245 | <field id="khi_07" |
|---|
| 246 | long_name="Extinction of haze (IR)" |
|---|
| 247 | unit="m-1" /> |
|---|
| 248 | <field id="wbarhi_07" |
|---|
| 249 | long_name="Average single scattering albedo of haze (IR)" |
|---|
| 250 | unit="" /> |
|---|
| 251 | <field id="gbarhi_07" |
|---|
| 252 | long_name="Average asymmetry parameter of haze (IR)" |
|---|
| 253 | unit="" /> |
|---|
| 254 | <field id="tauhi_22" |
|---|
| 255 | long_name="Opacity of haze (IR)" |
|---|
| 256 | unit="" /> |
|---|
| 257 | <field id="khi_22" |
|---|
| 258 | long_name="Extinction of haze (IR)" |
|---|
| 259 | unit="m-1" /> |
|---|
| 260 | <field id="wbarhi_22" |
|---|
| 261 | long_name="Average single scattering albedo of haze (IR)" |
|---|
| 262 | unit="" /> |
|---|
| 263 | <field id="gbarhi_22" |
|---|
| 264 | long_name="Average asymmetry parameter of haze (IR)" |
|---|
| 265 | unit="" /> |
|---|
| 266 | <!-- Optics properties of haze + clouds --> |
|---|
| 267 | <field id="taucv_04" |
|---|
| 268 | long_name="Opacity of clouds (VI)" |
|---|
| 269 | unit="" /> |
|---|
| 270 | <field id="kcv_04" |
|---|
| 271 | long_name="Extinction of clouds (VI)" |
|---|
| 272 | unit="m-1" /> |
|---|
| 273 | <field id="wbarcv_04" |
|---|
| 274 | long_name="Average single scattering albedo of clouds (VI)" |
|---|
| 275 | unit="" /> |
|---|
| 276 | <field id="gbarcv_04" |
|---|
| 277 | long_name="Average asymmetry parameter of clouds (VI)" |
|---|
| 278 | unit="" /> |
|---|
| 279 | <field id="taucv_18" |
|---|
| 280 | long_name="Opacity of clouds (VI)" |
|---|
| 281 | unit="" /> |
|---|
| 282 | <field id="kcv_18" |
|---|
| 283 | long_name="Extinction of clouds (VI)" |
|---|
| 284 | unit="m-1" /> |
|---|
| 285 | <field id="wbarcv_18" |
|---|
| 286 | long_name="Average single scattering albedo of clouds (VI)" |
|---|
| 287 | unit="" /> |
|---|
| 288 | <field id="gbarcv_18" |
|---|
| 289 | long_name="Average asymmetry parameter of clouds (VI)" |
|---|
| 290 | unit="" /> |
|---|
| 291 | <field id="tauci_07" |
|---|
| 292 | long_name="Opacity of clouds (IR)" |
|---|
| 293 | unit="" /> |
|---|
| 294 | <field id="kci_07" |
|---|
| 295 | long_name="Extinction of clouds (IR)" |
|---|
| 296 | unit="m-1" /> |
|---|
| 297 | <field id="wbarci_07" |
|---|
| 298 | long_name="Average single scattering albedo of clouds (IR)" |
|---|
| 299 | unit="" /> |
|---|
| 300 | <field id="gbarci_07" |
|---|
| 301 | long_name="Average asymmetry parameter of clouds (IR)" |
|---|
| 302 | unit="" /> |
|---|
| 303 | <field id="tauci_22" |
|---|
| 304 | long_name="Opacity of clouds (IR)" |
|---|
| 305 | unit="" /> |
|---|
| 306 | <field id="kci_22" |
|---|
| 307 | long_name="Extinction of clouds (IR)" |
|---|
| 308 | unit="m-1" /> |
|---|
| 309 | <field id="wbarci_22" |
|---|
| 310 | long_name="Average single scattering albedo of clouds (IR)" |
|---|
| 311 | unit="" /> |
|---|
| 312 | <field id="gbarci_22" |
|---|
| 313 | long_name="Average asymmetry parameter of clouds (IR)" |
|---|
| 314 | unit="" /> |
|---|
| 315 | <!-- Microphysical moments --> |
|---|
| 316 | <field id="mu_m0as" |
|---|
| 317 | long_name="Spherical mode 0th order moment" |
|---|
| 318 | unit="m-3" /> |
|---|
| 319 | <field id="mu_m3as" |
|---|
| 320 | long_name="Spherical mode 3rd order moment" |
|---|
| 321 | unit="m3/m3" /> |
|---|
| 322 | <field id="mu_m0af" |
|---|
| 323 | long_name="Fractal mode 0th order moment" |
|---|
| 324 | unit="m-3" /> |
|---|
| 325 | <field id="mu_m3af" |
|---|
| 326 | long_name="Fractal mode 3rd order moment" |
|---|
| 327 | unit="m3/m3" /> |
|---|
| 328 | <field id="mu_m0n" |
|---|
| 329 | long_name="Cloud condensation nucleus 0th order moment" |
|---|
| 330 | unit="m-3" /> |
|---|
| 331 | <field id="mu_m3n" |
|---|
| 332 | long_name="Cloud condensation nucleus 3rd order moment" |
|---|
| 333 | unit="m3/m3" /> |
|---|
| 334 | <field id="mu_m3CH4" |
|---|
| 335 | long_name="3rd order moment of CH4 condensed ice" |
|---|
| 336 | unit="m3/m3" /> |
|---|
| 337 | <field id="mu_m3C2H2" |
|---|
| 338 | long_name="3rd order moment of C2H2 condensed ice" |
|---|
| 339 | unit="m3/m3" /> |
|---|
| 340 | <field id="mu_m3C2H6" |
|---|
| 341 | long_name="3rd order moment of C2H6 condensed ice" |
|---|
| 342 | unit="m3/m3" /> |
|---|
| 343 | <field id="mu_m3HCN" |
|---|
| 344 | long_name="3rd order moment of HCN condensed ice" |
|---|
| 345 | unit="m3/m3" /> |
|---|
| 346 | <!-- Microphysical diagnostics --> |
|---|
| 347 | <field id="rc_sph" |
|---|
| 348 | long_name="Spherical mode characteristic radius" |
|---|
| 349 | unit="m" /> |
|---|
| 350 | <field id="rc_fra" |
|---|
| 351 | long_name="Fractal mode characteristic radius" |
|---|
| 352 | unit="m" /> |
|---|
| 353 | <field id="rc_cld" |
|---|
| 354 | long_name="Clouds characteristic radius" |
|---|
| 355 | unit="m" /> |
|---|
| 356 | <field id="vsed_aers" |
|---|
| 357 | long_name="Spherical aerosols sedimentation velocity" |
|---|
| 358 | unit="m.s-1" /> |
|---|
| 359 | <field id="vsed_aerf" |
|---|
| 360 | long_name="Fractal aerosols sedimentation velocity" |
|---|
| 361 | unit="m.s-1" /> |
|---|
| 362 | <field id="vsed_ccn" |
|---|
| 363 | long_name="Cloud condensation nucleus sedimentation velocity" |
|---|
| 364 | unit="m.s-1" /> |
|---|
| 365 | <field id="flux_aers" |
|---|
| 366 | long_name="Spherical aerosols sedimentation flux" |
|---|
| 367 | unit="kg.m-2.s-1" /> |
|---|
| 368 | <field id="flux_aerf" |
|---|
| 369 | long_name="Fractal aerosols sedimentation flux" |
|---|
| 370 | unit="kg.m-2.s-1" /> |
|---|
| 371 | <field id="flux_ccn" |
|---|
| 372 | long_name="Cloud condensation nucleus sedimentation flux" |
|---|
| 373 | unit="kg.m-2.s-1" /> |
|---|
| 374 | <field id="flux_iCH4" |
|---|
| 375 | long_name="Ice of CH4 sedimentation flux" |
|---|
| 376 | unit="kg.m-2.s-1" /> |
|---|
| 377 | <field id="flux_iC2H2" |
|---|
| 378 | long_name="Ice of C2H2 sedimentation flux" |
|---|
| 379 | unit="kg.m-2.s-1" /> |
|---|
| 380 | <field id="flux_iC2H6" |
|---|
| 381 | long_name="Ice of C2H6 sedimentation flux" |
|---|
| 382 | unit="kg.m-2.s-1" /> |
|---|
| 383 | <field id="flux_iHCN" |
|---|
| 384 | long_name="Ice of HCN sedimentation flux" |
|---|
| 385 | unit="kg.m-2.s-1" /> |
|---|
| 386 | <field id="CH4_sat" |
|---|
| 387 | long_name="CH4 saturation ratio" |
|---|
| 388 | unit="" /> |
|---|
| 389 | <field id="C2H2_sat" |
|---|
| 390 | long_name="C2H2 saturation ratio" |
|---|
| 391 | unit="" /> |
|---|
| 392 | <field id="C2H6_sat" |
|---|
| 393 | long_name="C2H6 saturation ratio" |
|---|
| 394 | unit="" /> |
|---|
| 395 | <field id="HCN_sat" |
|---|
| 396 | long_name="HCN saturation ratio" |
|---|
| 397 | unit="" /> |
|---|
| 398 | <!-- Chemical species --> |
|---|
| 399 | <field id="H" |
|---|
| 400 | long_name="H" |
|---|
| 401 | unit="mol/mol" /> |
|---|
| 402 | <field id="H2" |
|---|
| 403 | long_name="H2" |
|---|
| 404 | unit="mol/mol" /> |
|---|
| 405 | <field id="CH" |
|---|
| 406 | long_name="CH" |
|---|
| 407 | unit="mol/mol" /> |
|---|
| 408 | <field id="CH2s" |
|---|
| 409 | long_name="CH2s" |
|---|
| 410 | unit="mol/mol" /> |
|---|
| 411 | <field id="CH2" |
|---|
| 412 | long_name="CH2" |
|---|
| 413 | unit="mol/mol" /> |
|---|
| 414 | <field id="CH3" |
|---|
| 415 | long_name="CH3" |
|---|
| 416 | unit="mol/mol" /> |
|---|
| 417 | <field id="CH4" |
|---|
| 418 | long_name="CH4" |
|---|
| 419 | unit="mol/mol" /> |
|---|
| 420 | <field id="C2" |
|---|
| 421 | long_name="C2" |
|---|
| 422 | unit="mol/mol" /> |
|---|
| 423 | <field id="C2H" |
|---|
| 424 | long_name="C2H" |
|---|
| 425 | unit="mol/mol" /> |
|---|
| 426 | <field id="C2H2" |
|---|
| 427 | long_name="C2H2" |
|---|
| 428 | unit="mol/mol" /> |
|---|
| 429 | <field id="C2H3" |
|---|
| 430 | long_name="C2H3" |
|---|
| 431 | unit="mol/mol" /> |
|---|
| 432 | <field id="C2H4" |
|---|
| 433 | long_name="C2H4" |
|---|
| 434 | unit="mol/mol" /> |
|---|
| 435 | <field id="C2H5" |
|---|
| 436 | long_name="C2H5" |
|---|
| 437 | unit="mol/mol" /> |
|---|
| 438 | <field id="C2H6" |
|---|
| 439 | long_name="C2H6" |
|---|
| 440 | unit="mol/mol" /> |
|---|
| 441 | <field id="C3H3" |
|---|
| 442 | long_name="C3H3" |
|---|
| 443 | unit="mol/mol" /> |
|---|
| 444 | <field id="C3H5" |
|---|
| 445 | long_name="C3H5" |
|---|
| 446 | unit="mol/mol" /> |
|---|
| 447 | <field id="C3H6" |
|---|
| 448 | long_name="C3H6" |
|---|
| 449 | unit="mol/mol" /> |
|---|
| 450 | <field id="C3H7" |
|---|
| 451 | long_name="C3H7" |
|---|
| 452 | unit="mol/mol" /> |
|---|
| 453 | <field id="C4H" |
|---|
| 454 | long_name="C4H" |
|---|
| 455 | unit="mol/mol" /> |
|---|
| 456 | <field id="C4H3" |
|---|
| 457 | long_name="C4H3" |
|---|
| 458 | unit="mol/mol" /> |
|---|
| 459 | <field id="C4H4" |
|---|
| 460 | long_name="C4H4" |
|---|
| 461 | unit="mol/mol" /> |
|---|
| 462 | <field id="C4H2s" |
|---|
| 463 | long_name="C4H2s" |
|---|
| 464 | unit="mol/mol" /> |
|---|
| 465 | <field id="CH2CCH2" |
|---|
| 466 | long_name="CH2CCH2" |
|---|
| 467 | unit="mol/mol" /> |
|---|
| 468 | <field id="CH3CCH" |
|---|
| 469 | long_name="CH3CCH" |
|---|
| 470 | unit="mol/mol" /> |
|---|
| 471 | <field id="C3H8" |
|---|
| 472 | long_name="C3H8" |
|---|
| 473 | unit="mol/mol" /> |
|---|
| 474 | <field id="C4H2" |
|---|
| 475 | long_name="C4H2" |
|---|
| 476 | unit="mol/mol" /> |
|---|
| 477 | <field id="C4H6" |
|---|
| 478 | long_name="C4H6" |
|---|
| 479 | unit="mol/mol" /> |
|---|
| 480 | <field id="C4H10" |
|---|
| 481 | long_name="C4H10" |
|---|
| 482 | unit="mol/mol" /> |
|---|
| 483 | <field id="AC6H6" |
|---|
| 484 | long_name="AC6H6" |
|---|
| 485 | unit="mol/mol" /> |
|---|
| 486 | <field id="C3H2" |
|---|
| 487 | long_name="C3H2" |
|---|
| 488 | unit="mol/mol" /> |
|---|
| 489 | <field id="C4H5" |
|---|
| 490 | long_name="C4H5" |
|---|
| 491 | unit="mol/mol" /> |
|---|
| 492 | <field id="AC6H5" |
|---|
| 493 | long_name="AC6H5" |
|---|
| 494 | unit="mol/mol" /> |
|---|
| 495 | <field id="N2" |
|---|
| 496 | long_name="N2" |
|---|
| 497 | unit="mol/mol" /> |
|---|
| 498 | <field id="N4S" |
|---|
| 499 | long_name="N4S" |
|---|
| 500 | unit="mol/mol" /> |
|---|
| 501 | <field id="CN" |
|---|
| 502 | long_name="CN" |
|---|
| 503 | unit="mol/mol" /> |
|---|
| 504 | <field id="HCN" |
|---|
| 505 | long_name="HCN" |
|---|
| 506 | unit="mol/mol" /> |
|---|
| 507 | <field id="H2CN" |
|---|
| 508 | long_name="H2CN" |
|---|
| 509 | unit="mol/mol" /> |
|---|
| 510 | <field id="CHCN" |
|---|
| 511 | long_name="CHCN" |
|---|
| 512 | unit="mol/mol" /> |
|---|
| 513 | <field id="CH2CN" |
|---|
| 514 | long_name="CH2CN" |
|---|
| 515 | unit="mol/mol" /> |
|---|
| 516 | <field id="CH3CN" |
|---|
| 517 | long_name="CH3CN" |
|---|
| 518 | unit="mol/mol" /> |
|---|
| 519 | <field id="C3N" |
|---|
| 520 | long_name="C3N" |
|---|
| 521 | unit="mol/mol" /> |
|---|
| 522 | <field id="HC3N" |
|---|
| 523 | long_name="HC3N" |
|---|
| 524 | unit="mol/mol" /> |
|---|
| 525 | <field id="NCCN" |
|---|
| 526 | long_name="NCCN" |
|---|
| 527 | unit="mol/mol" /> |
|---|
| 528 | <field id="C4N2" |
|---|
| 529 | long_name="C4N2" |
|---|
| 530 | unit="mol/mol" /> |
|---|
| 531 | <!-- Condensation tendencies --> |
|---|
| 532 | <field id="dmuficond_CH4" |
|---|
| 533 | long_name="CH4 condensation rate (mufi)" |
|---|
| 534 | unit="mol/mol/s" /> |
|---|
| 535 | <field id="dmuficond_C2H2" |
|---|
| 536 | long_name="C2H2 condensation rate (mufi)" |
|---|
| 537 | unit="mol/mol/s" /> |
|---|
| 538 | <field id="dmuficond_C2H6" |
|---|
| 539 | long_name="C2H6 condensation rate (mufi)" |
|---|
| 540 | unit="mol/mol/s" /> |
|---|
| 541 | <field id="dmuficond_HCN" |
|---|
| 542 | long_name="HCN condensation rate (mufi)" |
|---|
| 543 | unit="mol/mol/s" /> |
|---|
| 544 | <field id="dqcond_CH4" |
|---|
| 545 | long_name="CH4 condensation rate" |
|---|
| 546 | unit="mol/mol/s" /> |
|---|
| 547 | <field id="dqcond_C2H2" |
|---|
| 548 | long_name="C2H2 condensation rate" |
|---|
| 549 | unit="mol/mol/s" /> |
|---|
| 550 | <field id="dqcond_C2H4" |
|---|
| 551 | long_name="C2H4 condensation rate" |
|---|
| 552 | unit="mol/mol/s" /> |
|---|
| 553 | <field id="dqcond_C2H6" |
|---|
| 554 | long_name="C2H6 condensation rate" |
|---|
| 555 | unit="mol/mol/s" /> |
|---|
| 556 | <field id="dqcond_C3H6" |
|---|
| 557 | long_name="C3H6 condensation rate" |
|---|
| 558 | unit="mol/mol/s" /> |
|---|
| 559 | <field id="dqcond_C4H4" |
|---|
| 560 | long_name="C4H4 condensation rate" |
|---|
| 561 | unit="mol/mol/s" /> |
|---|
| 562 | <field id="dqcond_CH3CCH" |
|---|
| 563 | long_name="CH3CCH condensation rate" |
|---|
| 564 | unit="mol/mol/s" /> |
|---|
| 565 | <field id="dqcond_C3H8" |
|---|
| 566 | long_name="C3H8 condensation rate" |
|---|
| 567 | unit="mol/mol/s" /> |
|---|
| 568 | <field id="dqcond_C4H2" |
|---|
| 569 | long_name="C4H2 condensation rate" |
|---|
| 570 | unit="mol/mol/s" /> |
|---|
| 571 | <field id="dqcond_C4H6" |
|---|
| 572 | long_name="C4H6 condensation rate" |
|---|
| 573 | unit="mol/mol/s" /> |
|---|
| 574 | <field id="dqcond_C4H10" |
|---|
| 575 | long_name="C4H10 condensation rate" |
|---|
| 576 | unit="mol/mol/s" /> |
|---|
| 577 | <field id="dqcond_AC6H6" |
|---|
| 578 | long_name="AC6H6 condensation rate" |
|---|
| 579 | unit="mol/mol/s" /> |
|---|
| 580 | <field id="dqcond_HCN" |
|---|
| 581 | long_name="HCN condensation rate" |
|---|
| 582 | unit="mol/mol/s" /> |
|---|
| 583 | <field id="dqcond_CH3CN" |
|---|
| 584 | long_name="CH3CN condensation rate" |
|---|
| 585 | unit="mol/mol/s" /> |
|---|
| 586 | <field id="dqcond_HC3N" |
|---|
| 587 | long_name="HC3N condensation rate" |
|---|
| 588 | unit="mol/mol/s" /> |
|---|
| 589 | <field id="dqcond_NCCN" |
|---|
| 590 | long_name="NCCN condensation rate" |
|---|
| 591 | unit="mol/mol/s" /> |
|---|
| 592 | <field id="dqcond_C4N2" |
|---|
| 593 | long_name="C4N2 condensation rate" |
|---|
| 594 | unit="mol/mol/s" /> |
|---|
| 595 | </field_group> |
|---|
| 596 | |
|---|
| 597 | <!-- 3D upper atmosphere chemistry variables --> |
|---|
| 598 | <field_group id="fields_3D_up" grid_ref="grid_3d_up"> |
|---|
| 599 | <field id="H_up" |
|---|
| 600 | long_name="H_up" |
|---|
| 601 | unit="mol/mol" /> |
|---|
| 602 | <field id="H2_up" |
|---|
| 603 | long_name="H2_up" |
|---|
| 604 | unit="mol/mol" /> |
|---|
| 605 | <field id="CH_up" |
|---|
| 606 | long_name="CH_up" |
|---|
| 607 | unit="mol/mol" /> |
|---|
| 608 | <field id="CH2s_up" |
|---|
| 609 | long_name="CH2s_up" |
|---|
| 610 | unit="mol/mol" /> |
|---|
| 611 | <field id="CH2_up" |
|---|
| 612 | long_name="CH2_up" |
|---|
| 613 | unit="mol/mol" /> |
|---|
| 614 | <field id="CH3_up" |
|---|
| 615 | long_name="CH3_up" |
|---|
| 616 | unit="mol/mol" /> |
|---|
| 617 | <field id="CH4_up" |
|---|
| 618 | long_name="CH4_up" |
|---|
| 619 | unit="mol/mol" /> |
|---|
| 620 | <field id="C2_up" |
|---|
| 621 | long_name="C2_up" |
|---|
| 622 | unit="mol/mol" /> |
|---|
| 623 | <field id="C2H_up" |
|---|
| 624 | long_name="C2H_up" |
|---|
| 625 | unit="mol/mol" /> |
|---|
| 626 | <field id="C2H2_up" |
|---|
| 627 | long_name="C2H2_up" |
|---|
| 628 | unit="mol/mol" /> |
|---|
| 629 | <field id="C2H3_up" |
|---|
| 630 | long_name="C2H3_up" |
|---|
| 631 | unit="mol/mol" /> |
|---|
| 632 | <field id="C2H4_up" |
|---|
| 633 | long_name="C2H4_up" |
|---|
| 634 | unit="mol/mol" /> |
|---|
| 635 | <field id="C2H5_up" |
|---|
| 636 | long_name="C2H5_up" |
|---|
| 637 | unit="mol/mol" /> |
|---|
| 638 | <field id="C2H6_up" |
|---|
| 639 | long_name="C2H6_up" |
|---|
| 640 | unit="mol/mol" /> |
|---|
| 641 | <field id="C3H3_up" |
|---|
| 642 | long_name="C3H3_up" |
|---|
| 643 | unit="mol/mol" /> |
|---|
| 644 | <field id="C3H5_up" |
|---|
| 645 | long_name="C3H5_up" |
|---|
| 646 | unit="mol/mol" /> |
|---|
| 647 | <field id="C3H6_up" |
|---|
| 648 | long_name="C3H6_up" |
|---|
| 649 | unit="mol/mol" /> |
|---|
| 650 | <field id="C3H7_up" |
|---|
| 651 | long_name="C3H7_up" |
|---|
| 652 | unit="mol/mol" /> |
|---|
| 653 | <field id="C4H_up" |
|---|
| 654 | long_name="C4H_up" |
|---|
| 655 | unit="mol/mol" /> |
|---|
| 656 | <field id="C4H3_up" |
|---|
| 657 | long_name="C4H3_up" |
|---|
| 658 | unit="mol/mol" /> |
|---|
| 659 | <field id="C4H4_up" |
|---|
| 660 | long_name="C4H4_up" |
|---|
| 661 | unit="mol/mol" /> |
|---|
| 662 | <field id="C4H2s_up" |
|---|
| 663 | long_name="C4H2s_up" |
|---|
| 664 | unit="mol/mol" /> |
|---|
| 665 | <field id="CH2CCH2_up" |
|---|
| 666 | long_name="CH2CCH2_up" |
|---|
| 667 | unit="mol/mol" /> |
|---|
| 668 | <field id="CH3CCH_up" |
|---|
| 669 | long_name="CH3CCH_up" |
|---|
| 670 | unit="mol/mol" /> |
|---|
| 671 | <field id="C3H8_up" |
|---|
| 672 | long_name="C3H8_up" |
|---|
| 673 | unit="mol/mol" /> |
|---|
| 674 | <field id="C4H2_up" |
|---|
| 675 | long_name="C4H2_up" |
|---|
| 676 | unit="mol/mol" /> |
|---|
| 677 | <field id="C4H6_up" |
|---|
| 678 | long_name="C4H6_up" |
|---|
| 679 | unit="mol/mol" /> |
|---|
| 680 | <field id="C4H10_up" |
|---|
| 681 | long_name="C4H10_up" |
|---|
| 682 | unit="mol/mol" /> |
|---|
| 683 | <field id="AC6H6_up" |
|---|
| 684 | long_name="AC6H6_up" |
|---|
| 685 | unit="mol/mol" /> |
|---|
| 686 | <field id="C3H2_up" |
|---|
| 687 | long_name="C3H2_up" |
|---|
| 688 | unit="mol/mol" /> |
|---|
| 689 | <field id="C4H5_up" |
|---|
| 690 | long_name="C4H5_up" |
|---|
| 691 | unit="mol/mol" /> |
|---|
| 692 | <field id="AC6H5_up" |
|---|
| 693 | long_name="AC6H5_up" |
|---|
| 694 | unit="mol/mol" /> |
|---|
| 695 | <field id="N2_up" |
|---|
| 696 | long_name="N2_up" |
|---|
| 697 | unit="mol/mol" /> |
|---|
| 698 | <field id="N4S_up" |
|---|
| 699 | long_name="N4S_up" |
|---|
| 700 | unit="mol/mol" /> |
|---|
| 701 | <field id="CN_up" |
|---|
| 702 | long_name="CN_up" |
|---|
| 703 | unit="mol/mol" /> |
|---|
| 704 | <field id="HCN_up" |
|---|
| 705 | long_name="HCN_up" |
|---|
| 706 | unit="mol/mol" /> |
|---|
| 707 | <field id="H2CN_up" |
|---|
| 708 | long_name="H2CN_up" |
|---|
| 709 | unit="mol/mol" /> |
|---|
| 710 | <field id="CHCN_up" |
|---|
| 711 | long_name="CHCN_up" |
|---|
| 712 | unit="mol/mol" /> |
|---|
| 713 | <field id="CH2CN_up" |
|---|
| 714 | long_name="CH2CN_up" |
|---|
| 715 | unit="mol/mol" /> |
|---|
| 716 | <field id="CH3CN_up" |
|---|
| 717 | long_name="CH3CN_up" |
|---|
| 718 | unit="mol/mol" /> |
|---|
| 719 | <field id="C3N_up" |
|---|
| 720 | long_name="C3N_up" |
|---|
| 721 | unit="mol/mol" /> |
|---|
| 722 | <field id="HC3N_up" |
|---|
| 723 | long_name="HC3N_up" |
|---|
| 724 | unit="mol/mol" /> |
|---|
| 725 | <field id="NCCN_up" |
|---|
| 726 | long_name="NCCN_up" |
|---|
| 727 | unit="mol/mol" /> |
|---|
| 728 | <field id="C4N2_up" |
|---|
| 729 | long_name="C4N2_up" |
|---|
| 730 | unit="mol/mol" /> |
|---|
| 731 | </field_group> |
|---|
| 732 | |
|---|
| 733 | <!-- 3D total atmosphere chemistry variables --> |
|---|
| 734 | <field_group id="fields_3D_tot" grid_ref="grid_3d_tot"> |
|---|
| 735 | <field id="H_tot" |
|---|
| 736 | long_name="H_tot" |
|---|
| 737 | unit="mol/mol" /> |
|---|
| 738 | <field id="H2_tot" |
|---|
| 739 | long_name="H2_tot" |
|---|
| 740 | unit="mol/mol" /> |
|---|
| 741 | <field id="CH_tot" |
|---|
| 742 | long_name="CH_tot" |
|---|
| 743 | unit="mol/mol" /> |
|---|
| 744 | <field id="CH2s_tot" |
|---|
| 745 | long_name="CH2s_tot" |
|---|
| 746 | unit="mol/mol" /> |
|---|
| 747 | <field id="CH2_tot" |
|---|
| 748 | long_name="CH2_tot" |
|---|
| 749 | unit="mol/mol" /> |
|---|
| 750 | <field id="CH3_tot" |
|---|
| 751 | long_name="CH3_tot" |
|---|
| 752 | unit="mol/mol" /> |
|---|
| 753 | <field id="CH4_tot" |
|---|
| 754 | long_name="CH4_tot" |
|---|
| 755 | unit="mol/mol" /> |
|---|
| 756 | <field id="C2_tot" |
|---|
| 757 | long_name="C2_tot" |
|---|
| 758 | unit="mol/mol" /> |
|---|
| 759 | <field id="C2H_tot" |
|---|
| 760 | long_name="C2H_tot" |
|---|
| 761 | unit="mol/mol" /> |
|---|
| 762 | <field id="C2H2_tot" |
|---|
| 763 | long_name="C2H2_tot" |
|---|
| 764 | unit="mol/mol" /> |
|---|
| 765 | <field id="C2H3_tot" |
|---|
| 766 | long_name="C2H3_tot" |
|---|
| 767 | unit="mol/mol" /> |
|---|
| 768 | <field id="C2H4_tot" |
|---|
| 769 | long_name="C2H4_tot" |
|---|
| 770 | unit="mol/mol" /> |
|---|
| 771 | <field id="C2H5_tot" |
|---|
| 772 | long_name="C2H5_tot" |
|---|
| 773 | unit="mol/mol" /> |
|---|
| 774 | <field id="C2H6_tot" |
|---|
| 775 | long_name="C2H6_tot" |
|---|
| 776 | unit="mol/mol" /> |
|---|
| 777 | <field id="C3H3_tot" |
|---|
| 778 | long_name="C3H3_tot" |
|---|
| 779 | unit="mol/mol" /> |
|---|
| 780 | <field id="C3H5_tot" |
|---|
| 781 | long_name="C3H5_tot" |
|---|
| 782 | unit="mol/mol" /> |
|---|
| 783 | <field id="C3H6_tot" |
|---|
| 784 | long_name="C3H6_tot" |
|---|
| 785 | unit="mol/mol" /> |
|---|
| 786 | <field id="C3H7_tot" |
|---|
| 787 | long_name="C3H7_tot" |
|---|
| 788 | unit="mol/mol" /> |
|---|
| 789 | <field id="C4H_tot" |
|---|
| 790 | long_name="C4H_tot" |
|---|
| 791 | unit="mol/mol" /> |
|---|
| 792 | <field id="C4H3_tot" |
|---|
| 793 | long_name="C4H3_tot" |
|---|
| 794 | unit="mol/mol" /> |
|---|
| 795 | <field id="C4H4_tot" |
|---|
| 796 | long_name="C4H4_tot" |
|---|
| 797 | unit="mol/mol" /> |
|---|
| 798 | <field id="C4H2s_tot" |
|---|
| 799 | long_name="C4H2s_tot" |
|---|
| 800 | unit="mol/mol" /> |
|---|
| 801 | <field id="CH2CCH2_tot" |
|---|
| 802 | long_name="CH2CCH2_tot" |
|---|
| 803 | unit="mol/mol" /> |
|---|
| 804 | <field id="CH3CCH_tot" |
|---|
| 805 | long_name="CH3CCH_tot" |
|---|
| 806 | unit="mol/mol" /> |
|---|
| 807 | <field id="C3H8_tot" |
|---|
| 808 | long_name="C3H8_tot" |
|---|
| 809 | unit="mol/mol" /> |
|---|
| 810 | <field id="C4H2_tot" |
|---|
| 811 | long_name="C4H2_tot" |
|---|
| 812 | unit="mol/mol" /> |
|---|
| 813 | <field id="C4H6_tot" |
|---|
| 814 | long_name="C4H6_tot" |
|---|
| 815 | unit="mol/mol" /> |
|---|
| 816 | <field id="C4H10_tot" |
|---|
| 817 | long_name="C4H10_tot" |
|---|
| 818 | unit="mol/mol" /> |
|---|
| 819 | <field id="AC6H6_tot" |
|---|
| 820 | long_name="AC6H6_tot" |
|---|
| 821 | unit="mol/mol" /> |
|---|
| 822 | <field id="C3H2_tot" |
|---|
| 823 | long_name="C3H2_tot" |
|---|
| 824 | unit="mol/mol" /> |
|---|
| 825 | <field id="C4H5_tot" |
|---|
| 826 | long_name="C4H5_tot" |
|---|
| 827 | unit="mol/mol" /> |
|---|
| 828 | <field id="AC6H5_tot" |
|---|
| 829 | long_name="AC6H5_tot" |
|---|
| 830 | unit="mol/mol" /> |
|---|
| 831 | <field id="N2_tot" |
|---|
| 832 | long_name="N2_tot" |
|---|
| 833 | unit="mol/mol" /> |
|---|
| 834 | <field id="N4S_tot" |
|---|
| 835 | long_name="N4S_tot" |
|---|
| 836 | unit="mol/mol" /> |
|---|
| 837 | <field id="CN_tot" |
|---|
| 838 | long_name="CN_tot" |
|---|
| 839 | unit="mol/mol" /> |
|---|
| 840 | <field id="HCN_tot" |
|---|
| 841 | long_name="HCN_tot" |
|---|
| 842 | unit="mol/mol" /> |
|---|
| 843 | <field id="H2CN_tot" |
|---|
| 844 | long_name="H2CN_tot" |
|---|
| 845 | unit="mol/mol" /> |
|---|
| 846 | <field id="CHCN_tot" |
|---|
| 847 | long_name="CHCN_tot" |
|---|
| 848 | unit="mol/mol" /> |
|---|
| 849 | <field id="CH2CN_tot" |
|---|
| 850 | long_name="CH2CN_tot" |
|---|
| 851 | unit="mol/mol" /> |
|---|
| 852 | <field id="CH3CN_tot" |
|---|
| 853 | long_name="CH3CN_tot" |
|---|
| 854 | unit="mol/mol" /> |
|---|
| 855 | <field id="C3N_tot" |
|---|
| 856 | long_name="C3N_tot" |
|---|
| 857 | unit="mol/mol" /> |
|---|
| 858 | <field id="HC3N_tot" |
|---|
| 859 | long_name="HC3N_tot" |
|---|
| 860 | unit="mol/mol" /> |
|---|
| 861 | <field id="NCCN_tot" |
|---|
| 862 | long_name="NCCN_tot" |
|---|
| 863 | unit="mol/mol" /> |
|---|
| 864 | <field id="C4N2_tot" |
|---|
| 865 | long_name="C4N2_tot" |
|---|
| 866 | unit="mol/mol" /> |
|---|
| 867 | </field_group> |
|---|
| 868 | |
|---|
| 869 | </field_definition> |
|---|
| 870 | |
|---|
| 871 | <!-- Definition of output files |
|---|
| 872 | output_freq: ts is physics time steps, d is day |
|---|
| 873 | enabled=".true." to output a file |
|---|
| 874 | --> |
|---|
| 875 | |
|---|
| 876 | <file_definition> |
|---|
| 877 | |
|---|
| 878 | <!-- Instantaneous outputs; 10/Td (if day_step=24000 and ts=80) --> |
|---|
| 879 | <file id="ins-10perTd" |
|---|
| 880 | name="Xins-10perTd" |
|---|
| 881 | output_freq="30ts" |
|---|
| 882 | type="one_file" |
|---|
| 883 | enabled=".false."> |
|---|
| 884 | |
|---|
| 885 | <!-- VARS 2D |
|---|
| 886 | <field_group operation="instant" |
|---|
| 887 | freq_op="1ts"> |
|---|
| 888 | <field field_ref="ISR_TOA" /> |
|---|
| 889 | <field field_ref="OLR_TOA" /> |
|---|
| 890 | </field_group> --> |
|---|
| 891 | |
|---|
| 892 | <!-- VARS 3D --> |
|---|
| 893 | <field_group operation="instant" |
|---|
| 894 | freq_op="1ts"> |
|---|
| 895 | <field field_ref="temp" /> |
|---|
| 896 | <field field_ref="p" /> |
|---|
| 897 | <field field_ref="u" /> |
|---|
| 898 | <field field_ref="v" /> |
|---|
| 899 | <field field_ref="w" /> |
|---|
| 900 | </field_group> |
|---|
| 901 | </file> |
|---|
| 902 | |
|---|
| 903 | |
|---|
| 904 | <!-- ======================================================== --> |
|---|
| 905 | <!-- averages outputs; every Tday --> |
|---|
| 906 | <file id="diurnalave" |
|---|
| 907 | name="Xdiurnalave" |
|---|
| 908 | output_freq="1d" |
|---|
| 909 | type="one_file" |
|---|
| 910 | output_level="2" |
|---|
| 911 | enabled=".true."> |
|---|
| 912 | |
|---|
| 913 | <!-- VARS 0D --> |
|---|
| 914 | <field_group operation="average" |
|---|
| 915 | freq_op="1ts"> |
|---|
| 916 | <field field_ref="ls" level="1" /> |
|---|
| 917 | <field field_ref="RA" level="4" /> |
|---|
| 918 | <field field_ref="Declin" level="4" /> |
|---|
| 919 | </field_group> |
|---|
| 920 | |
|---|
| 921 | <!-- VARS 2D --> |
|---|
| 922 | <field_group operation="average" |
|---|
| 923 | freq_op="1ts"> |
|---|
| 924 | <field field_ref="area" level="4" operation="once" /> |
|---|
| 925 | <!-- Surface diagnostics --> |
|---|
| 926 | <field field_ref="tsurf" level="1" /> |
|---|
| 927 | <field field_ref="ps" level="1" /> |
|---|
| 928 | <!-- Surface diagnostics (Flux) --> |
|---|
| 929 | <field field_ref="sensibFlux" level="3" /> |
|---|
| 930 | <field field_ref="fluxsurf_lw" level="3" /> |
|---|
| 931 | <field field_ref="fluxsurfabs_sw" level="3" /> |
|---|
| 932 | <field field_ref="emis" level="9" /> |
|---|
| 933 | <!-- Surface diagnostics (Heating) --> |
|---|
| 934 | <field field_ref="dtsurf" level="3" /> |
|---|
| 935 | <field field_ref="dtsdif" level="3" /> |
|---|
| 936 | <!-- Surface diagnostics (Evaporation) --> |
|---|
| 937 | <field field_ref="dtsurfevap" level="3" /> |
|---|
| 938 | <field field_ref="evapCH4" level="2" /> |
|---|
| 939 | <field field_ref="tankCH4" level="9" /> |
|---|
| 940 | <!-- Surface diagnostics (Precipitation) --> |
|---|
| 941 | <field field_ref="aer_prec" level="2" /> |
|---|
| 942 | <field field_ref="ccn_prec" level="2" /> |
|---|
| 943 | <field field_ref="iCH4_prec" level="2" /> |
|---|
| 944 | <field field_ref="iC2H2_prec" level="2" /> |
|---|
| 945 | <field field_ref="iC2H6_prec" level="3" /> |
|---|
| 946 | <field field_ref="iHCN_prec" level="3" /> |
|---|
| 947 | </field_group> |
|---|
| 948 | |
|---|
| 949 | <!-- VARS 3D --> |
|---|
| 950 | <field_group operation="average" |
|---|
| 951 | freq_op="1ts"> |
|---|
| 952 | <!-- General diagnostics --> |
|---|
| 953 | <field field_ref="temp" level="1" /> |
|---|
| 954 | <field field_ref="teta" level="9" /> |
|---|
| 955 | <field field_ref="p" level="1" /> |
|---|
| 956 | <field field_ref="pphi" level="9" /> |
|---|
| 957 | <field field_ref="u" level="1" /> |
|---|
| 958 | <field field_ref="v" level="1" /> |
|---|
| 959 | <field field_ref="w" level="1" /> |
|---|
| 960 | <!-- Winds trends --> |
|---|
| 961 | <field field_ref="dudyn" level="2" /> |
|---|
| 962 | <field field_ref="pdu" level="2" /> |
|---|
| 963 | <field field_ref="dudif" level="3" /> |
|---|
| 964 | <field field_ref="duadj" level="3" /> |
|---|
| 965 | <field field_ref="dundg" level="3" /> |
|---|
| 966 | <field field_ref="horizwind" level="3" /> |
|---|
| 967 | <!-- Heating trends --> |
|---|
| 968 | <field field_ref="dtdyn" level="2" /> |
|---|
| 969 | <field field_ref="pdt" level="2" /> |
|---|
| 970 | <field field_ref="dtrad" level="3" /> |
|---|
| 971 | <field field_ref="dtdif" level="3" /> |
|---|
| 972 | <field field_ref="dtadj" level="3" /> |
|---|
| 973 | <field field_ref="dtlc" level="3" /> |
|---|
| 974 | <field field_ref="dtsw" level="3" /> |
|---|
| 975 | <field field_ref="dtlw" level="3" /> |
|---|
| 976 | <!-- Optical diagnostics of haze --> |
|---|
| 977 | <field field_ref="tauhv_04" level="2" /> |
|---|
| 978 | <field field_ref="khv_04" level="1" /> |
|---|
| 979 | <field field_ref="wbarhv_04" level="2" /> |
|---|
| 980 | <field field_ref="gbarhv_04" level="3" /> |
|---|
| 981 | <field field_ref="tauhv_18" level="2" /> |
|---|
| 982 | <field field_ref="khv_18" level="1" /> |
|---|
| 983 | <field field_ref="wbarhv_18" level="2" /> |
|---|
| 984 | <field field_ref="gbarhv_18" level="3" /> |
|---|
| 985 | <field field_ref="tauhi_07" level="2" /> |
|---|
| 986 | <field field_ref="khi_07" level="1" /> |
|---|
| 987 | <field field_ref="wbarhi_07" level="2" /> |
|---|
| 988 | <field field_ref="gbarhi_07" level="3" /> |
|---|
| 989 | <field field_ref="tauhi_22" level="2" /> |
|---|
| 990 | <field field_ref="khi_22" level="1" /> |
|---|
| 991 | <field field_ref="wbarhi_22" level="2" /> |
|---|
| 992 | <field field_ref="gbarhi_22" level="3" /> |
|---|
| 993 | <!-- Optical diagnostics of haze + clouds --> |
|---|
| 994 | <field field_ref="taucv_04" level="2" /> |
|---|
| 995 | <field field_ref="kcv_04" level="1" /> |
|---|
| 996 | <field field_ref="wbarcv_04" level="2" /> |
|---|
| 997 | <field field_ref="gbarcv_04" level="3" /> |
|---|
| 998 | <field field_ref="taucv_18" level="2" /> |
|---|
| 999 | <field field_ref="kcv_18" level="1" /> |
|---|
| 1000 | <field field_ref="wbarcv_18" level="2" /> |
|---|
| 1001 | <field field_ref="gbarcv_18" level="3" /> |
|---|
| 1002 | <field field_ref="tauci_07" level="2" /> |
|---|
| 1003 | <field field_ref="kci_07" level="1" /> |
|---|
| 1004 | <field field_ref="wbarci_07" level="2" /> |
|---|
| 1005 | <field field_ref="gbarci_07" level="3" /> |
|---|
| 1006 | <field field_ref="tauci_22" level="2" /> |
|---|
| 1007 | <field field_ref="kci_22" level="1" /> |
|---|
| 1008 | <field field_ref="wbarci_22" level="2" /> |
|---|
| 1009 | <field field_ref="gbarci_22" level="3" /> |
|---|
| 1010 | <!-- Microphysical moments --> |
|---|
| 1011 | <field field_ref="mu_m0as" level="1" /> |
|---|
| 1012 | <field field_ref="mu_m3as" level="1" /> |
|---|
| 1013 | <field field_ref="mu_m0af" level="1" /> |
|---|
| 1014 | <field field_ref="mu_m3af" level="1" /> |
|---|
| 1015 | <field field_ref="mu_m0n" level="1" /> |
|---|
| 1016 | <field field_ref="mu_m3n" level="1" /> |
|---|
| 1017 | <field field_ref="mu_m3CH4" level="1" /> |
|---|
| 1018 | <field field_ref="mu_m3C2H2" level="1" /> |
|---|
| 1019 | <field field_ref="mu_m3C2H6" level="1" /> |
|---|
| 1020 | <field field_ref="mu_m3HCN" level="1" /> |
|---|
| 1021 | <!-- Microphysical diagnostics --> |
|---|
| 1022 | <field field_ref="rc_sph" level="2" /> |
|---|
| 1023 | <field field_ref="rc_fra" level="2" /> |
|---|
| 1024 | <field field_ref="rc_cld" level="2" /> |
|---|
| 1025 | <field field_ref="vsed_aers" level="2" /> |
|---|
| 1026 | <field field_ref="vsed_aerf" level="2" /> |
|---|
| 1027 | <field field_ref="vsed_ccn" level="2" /> |
|---|
| 1028 | <field field_ref="flux_aers" level="3" /> |
|---|
| 1029 | <field field_ref="flux_aerf" level="3" /> |
|---|
| 1030 | <field field_ref="flux_ccn" level="3" /> |
|---|
| 1031 | <field field_ref="flux_iCH4" level="3" /> |
|---|
| 1032 | <field field_ref="flux_iC2H2" level="3" /> |
|---|
| 1033 | <field field_ref="flux_iC2H6" level="3" /> |
|---|
| 1034 | <field field_ref="flux_iHCN" level="3" /> |
|---|
| 1035 | <field field_ref="CH4_sat" level="3" /> |
|---|
| 1036 | <field field_ref="C2H2_sat" level="3" /> |
|---|
| 1037 | <field field_ref="C2H6_sat" level="3" /> |
|---|
| 1038 | <field field_ref="HCN_sat" level="3" /> |
|---|
| 1039 | <!-- Chemical species --> |
|---|
| 1040 | <field field_ref="CH4" level="1" /> |
|---|
| 1041 | <field field_ref="C2H2" level="1" /> |
|---|
| 1042 | <field field_ref="C2H4" level="1" /> |
|---|
| 1043 | <field field_ref="C2H6" level="1" /> |
|---|
| 1044 | <field field_ref="HCN" level="1" /> |
|---|
| 1045 | <!-- Condensation tendencies --> |
|---|
| 1046 | <field field_ref="dmuficond_CH4" level="3" /> |
|---|
| 1047 | <field field_ref="dmuficond_C2H2" level="3" /> |
|---|
| 1048 | <field field_ref="dmuficond_C2H6" level="3" /> |
|---|
| 1049 | <field field_ref="dmuficond_HCN" level="3" /> |
|---|
| 1050 | <field field_ref="dqcond_HCN" level="3" /> |
|---|
| 1051 | <field field_ref="dqcond_C2H2" level="3" /> |
|---|
| 1052 | <field field_ref="dqcond_C2H6" level="3" /> |
|---|
| 1053 | <field field_ref="dqcond_CH4" level="3" /> |
|---|
| 1054 | <field field_ref="dqcond_AC6H6" level="3" /> |
|---|
| 1055 | <field field_ref="dqcond_C4H2" level="3" /> |
|---|
| 1056 | <field field_ref="dqcond_HC3N" level="3" /> |
|---|
| 1057 | </field_group> |
|---|
| 1058 | </file> |
|---|
| 1059 | <!-- ======================================================== --> |
|---|
| 1060 | |
|---|
| 1061 | |
|---|
| 1062 | <!-- Output file for DragonFly model intercomp - every Tday --> |
|---|
| 1063 | <file id="intercomp.diurn" |
|---|
| 1064 | name="Xintercomp.diurn" |
|---|
| 1065 | output_freq="1d" |
|---|
| 1066 | type="one_file" |
|---|
| 1067 | output_level="1" |
|---|
| 1068 | enabled=".false."> |
|---|
| 1069 | |
|---|
| 1070 | <!-- VARS 0D --> |
|---|
| 1071 | <field_group operation="average" |
|---|
| 1072 | freq_op="1ts"> |
|---|
| 1073 | <field field_ref="ls" level="1" /> |
|---|
| 1074 | </field_group> |
|---|
| 1075 | |
|---|
| 1076 | <!-- VARS 2D Time-Indep--> |
|---|
| 1077 | <field_group operation="average" |
|---|
| 1078 | freq_op="1ts"> |
|---|
| 1079 | <field field_ref="area" level="1" operation="once" /> |
|---|
| 1080 | <field field_ref="pphis" level="1" operation="once" /> |
|---|
| 1081 | </field_group> |
|---|
| 1082 | |
|---|
| 1083 | <!-- ~~~~~~~ VARS 2D Time-Dep ~~~~~~ --> |
|---|
| 1084 | <!-- Average --> |
|---|
| 1085 | <field_group operation="average" |
|---|
| 1086 | freq_op="1ts"> |
|---|
| 1087 | <field field_ref="tsurf" level="1" /> |
|---|
| 1088 | <field field_ref="ps" level="1" /> |
|---|
| 1089 | <field field_ref="sensibFlux" level="1" /> |
|---|
| 1090 | <field field_ref="evapCH4" level="1" /> |
|---|
| 1091 | </field_group> |
|---|
| 1092 | |
|---|
| 1093 | <!-- Min --> |
|---|
| 1094 | <field_group operation="minimum" |
|---|
| 1095 | freq_op="1ts"> |
|---|
| 1096 | <field field_ref="tsurf" name="tsurf_min" level="1" /> |
|---|
| 1097 | <field field_ref="ps" name="ps_min" level="1" /> |
|---|
| 1098 | <field field_ref="sensibFlux" name="sensibFlux_min" level="1" /> |
|---|
| 1099 | <field field_ref="evapCH4" name="evapCH4_min" level="1" /> |
|---|
| 1100 | </field_group> |
|---|
| 1101 | |
|---|
| 1102 | <!-- Max --> |
|---|
| 1103 | <field_group operation="maximum" |
|---|
| 1104 | freq_op="1ts"> |
|---|
| 1105 | <field field_ref="tsurf" name="tsurf_max" level="1" /> |
|---|
| 1106 | <field field_ref="ps" name="ps_max" level="1" /> |
|---|
| 1107 | <field field_ref="sensibFlux" name="sensibFlux_max" level="1" /> |
|---|
| 1108 | <field field_ref="evapCH4" name="evapCH4_max" level="1" /> |
|---|
| 1109 | </field_group> |
|---|
| 1110 | |
|---|
| 1111 | <!-- ~~~~~~~ VARS 3D Time-Dep ~~~~~~ --> |
|---|
| 1112 | <!-- Average --> |
|---|
| 1113 | <field_group operation="average" |
|---|
| 1114 | freq_op="1ts"> |
|---|
| 1115 | <field field_ref="temp" level="1" /> |
|---|
| 1116 | <field field_ref="teta" level="1" /> |
|---|
| 1117 | <field field_ref="p" level="1" /> |
|---|
| 1118 | <field field_ref="pphi" level="1" /> |
|---|
| 1119 | <field field_ref="u" level="1" /> |
|---|
| 1120 | <field field_ref="v" level="1" /> |
|---|
| 1121 | <field field_ref="w" level="1" /> |
|---|
| 1122 | <field field_ref="CH4" level="1" /> |
|---|
| 1123 | <field field_ref="dqcond_CH4" level="1" /> |
|---|
| 1124 | </field_group> |
|---|
| 1125 | |
|---|
| 1126 | <!-- Min --> |
|---|
| 1127 | <field_group operation="minimum" |
|---|
| 1128 | freq_op="1ts"> |
|---|
| 1129 | <field field_ref="temp" name="temp_min" level="1" /> |
|---|
| 1130 | <field field_ref="p" name="p_min" level="1" /> |
|---|
| 1131 | <field field_ref="u" name="u_min" level="1" /> |
|---|
| 1132 | <field field_ref="v" name="v_min" level="1" /> |
|---|
| 1133 | <field field_ref="w" name="w_min" level="1" /> |
|---|
| 1134 | <field field_ref="CH4" name="CH4_min" level="1" /> |
|---|
| 1135 | <field field_ref="dqcond_CH4" name="dqcondCH4_min" level="1" /> |
|---|
| 1136 | </field_group> |
|---|
| 1137 | |
|---|
| 1138 | <!-- Max --> |
|---|
| 1139 | <field_group operation="maximum" |
|---|
| 1140 | freq_op="1ts"> |
|---|
| 1141 | <field field_ref="temp" name="temp_max" level="1" /> |
|---|
| 1142 | <field field_ref="p" name="p_max" level="1" /> |
|---|
| 1143 | <field field_ref="u" name="u_max" level="1" /> |
|---|
| 1144 | <field field_ref="v" name="v_max" level="1" /> |
|---|
| 1145 | <field field_ref="w" name="w_max" level="1" /> |
|---|
| 1146 | <field field_ref="CH4" name="CH4_max" level="1" /> |
|---|
| 1147 | <field field_ref="dqcond_CH4" name="dqcondCH4_max" level="1" /> |
|---|
| 1148 | </field_group> |
|---|
| 1149 | </file> |
|---|
| 1150 | |
|---|
| 1151 | </file_definition> |
|---|
| 1152 | |
|---|
| 1153 | </context> |
|---|