Changeset 3085


Ignore:
Timestamp:
Oct 12, 2023, 3:41:02 PM (14 months ago)
Author:
slebonnois
Message:

BBT : commit new deftank

Location:
trunk/LMDZ.TITAN/deftank
Files:
1 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/deftank/callphys.def

    r2241 r3085  
    1 ## Orbit / general options
    2 ## ~~~~~~~~~~~~~~~~~~~~~~~
     1### Orbit / General options
     2### ~~~~~~~~~~~~~~~~~~~~~~~
    33# Run with or without tracer transport ?
    4 tracer    = .false.
    5 # Diurnal cycle ?  if diurnal=false, diurnally averaged solar heating
     4tracer    = .true.
     5# Diurnal cycle ?  If diurnal = .false., diurnally averaged solar heating
    66diurnal   = .true.
    7 # Seasonal cycle ? if season=false, Ls stays constant, to value set in "start"
     7# Seasonal cycle ? If season = .false., Ls stays constant, to value set in "start"
    88season    = .true.
    9 # Tidally resonant orbit ? must have diurnal=false, correct rotation rate in newstart
     9# Tidally resonant orbit ? Must have diurnal = .false., correct rotation rate in newstart
    1010tlocked   = .false.
    11 # Tidal resonance ratio ? ratio T_orbit to T_rotation
     11# Tidal resonance ratio ? Ratio T_orbit to T_rotation
    1212nres      = 1
    1313# Write some more output on the screen ?
     
    1717# Test energy conservation of model physics ?
    1818enertest  = .true.
    19 # check if cpp matches gases.def (should be false in 1d)
     19# Check if cpp matches gases.def (should be false in 1d)
    2020check_cpp_match = .false.
    21 # force cpp and mugaz values from gases.def (should be false in 1d)
     21# Force cpp and mugaz values from gases.def (should be false in 1d)
    2222force_cpp = .false.
     23# Compute effective variations of gravity field with altitude in physics ?
     24# Better be true if you run with chemistry
     25eff_gz     = .false.
    2326
    24 ## Directory where external input files are
    25 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    26 datadir     = ../../datagcm
     27### Directory where external input files are
     28### ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     29datadir   = ../../datagcm
    2730
    28 ## Radiative transfer options
    29 ## ~~~~~~~~~~~~~~~~~~~~~~~~~~
    30 # call radiative transfer?
     31
     32### Radiative transfer options
     33### ~~~~~~~~~~~~~~~~~~~~~~~~~~
     34# Call radiative transfer?
    3135callrad    = .true.
    32 # the rad. transfer is computed every "iradia" physical timestep
    33 iradia     = 5
     36# The rad. transfer is computed every "iradia" physical timestep
     37iradia     = 4
    3438# Use blackbody for stellar spectrum ?
    35 stelbbody    = .false.
     39stelbbody  = .false.
    3640# Stellar blackbody temperature ?
    37 stelTbb      = 2000.000
    38 # call multilayer correlated-k radiative transfer ?
     41stelTbb    = 2000.000
     42# Call multilayer correlated-k radiative transfer ?
    3943corrk      = .true.
    40 # folder in which correlated-k data is stored ?
    41   corrkdir   = 23x23
    42 # use corr-k recombination instead of pre-mixed ?
    43 corrk_recombin = .false.
    44 # call visible gaseous absorption in radiative transfer ?
     44# Folder in which correlated-k data is stored ?
     45corrkdir   = recombin
     46# Use corr-k recombination instead of pre-mixed ?
     47corrk_recombin = .true.
     48# Call visible gaseous absorption in radiative transfer ?
    4549callgasvis = .true.
    46 # call continuum in radiative transfer ?
    47 Continuum = .true.
     50# Call continuum in radiative transfer ?
     51Continuum  = .true.
    4852# Allow temperatures above kmatrix tmax
    4953strictboundcorrk = .false.
     
    5155rayleigh   = .true.
    5256# Uniform absorption coefficient in radiative transfer?
    53 graybody     = .false.
     57graybody   = .false.
    5458# Constant absorption coefficient in visible
    5559#      (in m^2/kg; only if graybody=true):
    5660#      tau_surf= kappa*P/g
    57 kappa_VI = 0.
     61kappa_VI   = 0.
    5862# Constant absorption coefficient in IR
    5963#      (in m^2/kg; only if graybody=true):
    60 kappa_IR = 0.
     64kappa_IR   = 0.
    6165# Use Newtonian cooling in place of radiative transfer ?
    62 newtonian    = .false.
     66newtonian  = .false.
    6367# Radiative timescale for Newtonian cooling ? [only if newtonian = T]
    64 tau_relax    = 30.00000
     68tau_relax  = 30.00000
    6569# Test physics timescale in 1D ?
    6670testradtimes = .false.
     
    7377meanOLR    = .false.
    7478# Remove lower boundary (e.g. for gas giant sims)
    75 noradsurf    = .false.
     79noradsurf  = .false.
     80# Output optical diagnostics (in otpcv & optci) ?
     81diagdtau   = .false.
    7682
    7783
    78 # Compute effective variations of gravity field with altitude in physics ?
    79 ## Better be true if you run with chemistry
    80 eff_gz = .true.
     84### Chemistry
     85### ~~~~~~~~~
     86# Call chemistry ? (must have tracer = .true.)
     87callchim   = .true.
     88# Activate zonal mean ?
     89moyzon_ch  = .true.
     90# Chemistry is computed every "ichim" phys. timestep
     91ichim      = 20
     92# Infinite tank of CH4 ?
     93resCH4_inf = .false.
    8194
    82 ## Chemistry
    83 ## ~~~~~~~~~
    84 # call chemistry ? (must have tracer=true)
    85 callchim = .false.
    86 # Activate zonal mean ?
    87 moyzon_ch = .false.
    88 # chemistry is computed every "ichim" phys. timestep
    89 ichim = 200
    9095
    91 ## Microphysics
    92 ## ~~~~~~~~~~~~
    93 # use haze seasonal model ? ( if you run without coupled microphysics )
    94 seashaze = .false.
    95 # call microphysics ? (must have tracer=true)
    96 callmufi = .false.
    97 ## If yes, compute clouds ?
    98 callclouds = .false.
    99 ### If yes, number of ices ? (must be compatible with traceur.def AND microphysical model )
    100 nices = 3
    101 # Desactivate radiative coupling of microphysics ( i.e. use mean opacity profile )
    102 uncoupl_optic_haze = .true.
     96### Microphysics
     97### ~~~~~~~~~~~~
     98# Call microphysics ? (must have tracer = .true.)
     99callmufi   = .true.
     100# Activate zonal mean ? (must be .true. if callmufi by now ?)
     101moyzon_mu  = .false.
     102# If yes, compute clouds ?
     103callclouds = .true.
     104# If yes, number of ices ? (must be compatible with traceur.def AND microphysical model)
     105nices      = 4
     106# Use new optics for clouds ?
     107opt4clouds = .true.
     108# Cloudy fraction in the Clear / Dark column method ?
     109Fcloudy    = 0.15
     110# Adjustment of ssca albedo for cloudy dropplet ?
     111Fssa       = 0.90
     112# Adjustment of aerosol properties in the VIS ?
     113FHVIS      = 1.0
     114# Adjustment of aerosol properties in the IR ?
     115FHIR       = 1.0
     116# Desactivate radiative coupling of microphysics (i.e. use mean opacity profile)
     117uncoupl_optic_haze = .false.
     118# Use haze seasonal model ? (if you run without coupled microphysics)
     119seashaze   = .false.
     120
    103121# ~~~~~ Parameters for microphysics ~~~~~
    104122# Path to microphys. config file ?
    105123config_mufi = ../../datagcm/microphysics/config.ne15.cfg
    106124# Pressure level of aer. production (Pa) ?
    107 p_prod = 1.0
     125p_prod     = 1.0
    108126# Aer. production rate (kg.m-2.s-1) ?
    109 tx_prod = 3.5e-13
     127tx_prod    = 3.5e-13
    110128# Equivalent radius production (m) ?
    111 rc_prod = 2.0e-8
     129rc_prod    = 1.0e-8
    112130# Radius of air (nitrogen) molecule (m) ?
    113 air_rad = 1.75e-10
     131air_rad    = 1.75e-10
    114132
    115133
    116 ## Star type
    117 ## ~~~~~~~~~
     134### Star type
     135### ~~~~~~~~~
    118136startype = 1
    119137# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    120138# The choices are:
    121139#
    122 #       startype = 1            Sol        (G2V-class main sequence)
     140#   startype = 1        Sol        (G2V-class main sequence)
    123141# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    124142# Stellar flux at 1 AU. Examples:
     
    127145Fat1AU = 1366.0
    128146
    129 ## Other physics options
    130 ## ~~~~~~~~~~~~~~~~~~~~~
    131 # call turbulent vertical diffusion ?
    132 calldifv = .true.
    133 # use turbdiff instead of vdifc ?
     147
     148### Other physics options
     149### ~~~~~~~~~~~~~~~~~~~~~
     150# Call turbulent vertical diffusion ?
     151calldifv    = .true.
     152# Use turbdiff instead of vdifc ?
    134153UseTurbDiff = .true.
    135 # call convective adjustment ?
    136 calladj  = .true.
    137 # call thermal conduction in the soil ?
    138 callsoil = .true.
     154# Call convective adjustment ?
     155calladj     = .true.
     156# Call thermal conduction in the soil ?
     157callsoil    = .true.
     158# Call nudging of zonal wind ?
     159nudging_u   = .true.
     160# Nudging relaxation time (secondes) ?
     161nudging_dt  = 9.3e8
  • trunk/LMDZ.TITAN/deftank/context_lmdz_physics.xml

    r1960 r3085  
    7979                   long_name="Mesh area"
    8080                   unit="m2" />
     81            <!-- Surface diagnostics -->
    8182            <field id="tsurf"
    8283                   long_name="Surface Temperature"
     
    8889                   long_name="Surface Geopotential"
    8990                   unit="m2/s2" />
     91            <!-- Surface diagnostics (Flux) -->
    9092            <field id="sensibFlux"
    9193                   long_name="Sensible Heat Flux"
    9294                   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" />
    93115            <field id="evapCH4"
    94116                   long_name="Surface CH4 pseudo-evaporation rate"
    95117                   unit="mol/mol/s" />
    96             <field id="ISR_TOA"
     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"
    97142                   long_name="Incoming Solar Radiation at TOA"
    98143                   unit="W/m2" />
     
    104149        <!-- 3D variables -->
    105150        <field_group id="fields_3D" grid_ref="grid_3d">
     151            <!-- General diagnostics -->
    106152            <field id="temp"
    107153                   long_name="Atmospheric temperature"
     
    125171                   long_name="Vertical wind"
    126172                   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" />
    127180            <field id="dudif"
    128181                   long_name="Turbdiff du"
    129182                   unit="m/s2" />
    130             <field id="dudyn"
    131                    long_name="Dynamics du"
     183            <field id="duadj"
     184                   long_name="Convadj du"
    132185                   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 -->
    133193            <field id="dtdyn"
    134194                   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"
    135210                   unit="K/s" />
    136211            <field id="dtsw"
     
    140215                   long_name="LW radiation dT"
    141216                   unit="K/s" />
    142             <field id="dtrad"
    143                    long_name="Radiative dT"
    144                    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="" />
    145315            <!-- Microphysical moments -->
    146316            <field id="mu_m0as"
     
    156326                   long_name="Fractal mode 3rd order moment"
    157327                   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="" />
    158398            <!-- Chemical species -->
    159399            <field id="H"
     
    290530                   unit="mol/mol" />
    291531            <!-- 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" />
    292544            <field id="dqcond_CH4"
    293545                   long_name="CH4 condensation rate"
     
    649901        </file>
    650902
     903
     904        <!-- ======================================================== -->
    651905        <!-- averages outputs; every Tday -->
    652906        <file id="diurnalave"
     
    654908              output_freq="1d"
    655909              type="one_file"
    656               output_level="3"
    657               enabled=".false.">
     910              output_level="2"
     911              enabled=".true.">
    658912                   
    659913            <!-- VARS 0D -->
    660914            <field_group operation="average"
    661915                         freq_op="1ts">
    662                 <field field_ref="ls" level="2" />
    663                 <field field_ref="Declin" level="3" />
     916                <field field_ref="ls" level="1" />
     917                <field field_ref="RA" level="4" />
     918                <field field_ref="Declin" level="4" />
    664919            </field_group>
    665920
     
    667922            <field_group operation="average"
    668923                         freq_op="1ts">
    669                 <field field_ref="area" level="3" operation="once" />
     924                <field field_ref="area" level="4" operation="once" />
     925                <!-- Surface diagnostics -->
    670926                <field field_ref="tsurf" level="1" />
    671927                <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" />
    672947            </field_group>
    673948
     
    675950            <field_group operation="average"
    676951                         freq_op="1ts">
     952                <!-- General diagnostics -->
    677953                <field field_ref="temp" level="1" />
    678                 <field field_ref="teta" level="2" />
     954                <field field_ref="teta" level="9" />
    679955                <field field_ref="p" level="1" />
    680                 <field field_ref="pphi" level="1" />
     956                <field field_ref="pphi" level="9" />
    681957                <field field_ref="u" level="1" />
    682958                <field field_ref="v" level="1" />
    683                 <field field_ref="w" level="2" />
    684                 <field field_ref="HCN_tot" level="3" />
    685                 <field field_ref="C2H2_tot" level="3" />
    686                 <field field_ref="C2H6_tot" level="3" />
    687                 <field field_ref="AC6H6_tot" level="3" />
     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" />
    6881057            </field_group>
    6891058        </file>
     1059        <!-- ======================================================== -->
     1060
    6901061
    6911062        <!-- Output file for DragonFly model intercomp - every Tday -->
     
    6951066              type="one_file"
    6961067              output_level="1"
    697               enabled=".true.">
     1068              enabled=".false.">
    6981069                   
    6991070            <!-- VARS 0D -->
     
    7761147                <field field_ref="dqcond_CH4" name="dqcondCH4_max" level="1" />
    7771148            </field_group>
    778 
    7791149        </file>
    7801150
Note: See TracChangeset for help on using the changeset viewer.