Ignore:
Timestamp:
Jul 5, 2021, 2:44:34 PM (3 years ago)
Author:
aslmd
Message:

Generic GCM:

Large update of the chemical modules

  • Read chemical network from input files
  • Init chemistry with ModernTrac?
  • Photolysis online calculation

YJ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/deftank/traceur.def.modern

    r2436 r2542  
    2222#               only mandatory information ! But you can specify all the options you
    2323#               want in separate blocks following 'option=value', assuming this option
    24 #               is defined in traceur_h.F90 & initracer.F for physics or infotrac.F90
    25 #               for dynamics. Indeed this file is read once by dynamics who keep only
    26 #               the information needed and re-read by physics.
     24#               is defined in traceur_h.F90 & initracer.F for physics, infotrac.F90
     25#               for dynamics or chimiedata_h.F90 & calchim_asis.F90 for chemistry.
     26#               Indeed this file is read once by dynamics, once by physics and once by
     27#               chemistry who keep only the information needed.
    2728#
    2829#               Note that by default a tracer listed below will be sent to dynamics
    2930#               except if you specify is_dyn=0. If nothing is given, then is_dyn=1.
     31#               Not yet fully implemented.
    3032#
    3133# 3. Options.   Implemented options listed below.
    3234# ~~~~~~~~~~~~  For dynamic see "infotrac.F90".
    3335#               For physic see "initracer.F90".
     36#               For chemistry see "calchim_asis.F90".
     37#                        init see "inichim_1D.F90" and "inichim_newstart.F90"
    3438#
    35 # Dynamic:      vadv        ! index of vertical trasport schema
    36 #               hadv        ! index of horizontal trasport schema
    37 #               tnom_transp ! transporting fluid short name: CRisi
     39# Dynamic:      vadv           ! index of vertical trasport schema
     40#               hadv           ! index of horizontal trasport schema
     41#               tnom_transp    ! transporting fluid short name: CRisi
    3842#
    39 # Physic:       mmol        ! mole mass of tracer (g/mol-1)
     43# Physic:       mmol           ! mole mass of tracer [g.mol-1]
     44#               aki            ! coefficient of thermal concduction
     45#               cpi            ! heat capacity [J.kg-1.K-1]
     46#               is_chim        ! 1 if tracer used in chemistry, else 0
    4047#
     48# Chemistry:    SF_mode        ! 1 if surface set up value, else 2 sedimentation velocity
     49#               SF_value       ! [vmr] if SF_mode=1, else [cm.s-1]
     50#               prod_rate      ! if SF_mode=2 production flux [molecules.m-2.s-1]
     51#
     52#      init:    qx             ! value that initialize constant profile [vmr]
     53#               qxf            ! file that initialize profile [Pa,vmr] (1 line header)
    4154#
    4255#
Note: See TracChangeset for help on using the changeset viewer.