Changeset 2542 for trunk/LMDZ.GENERIC/deftank
- Timestamp:
- Jul 5, 2021, 2:44:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/traceur.def.modern
r2436 r2542 22 22 # only mandatory information ! But you can specify all the options you 23 23 # 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. 27 28 # 28 29 # Note that by default a tracer listed below will be sent to dynamics 29 30 # except if you specify is_dyn=0. If nothing is given, then is_dyn=1. 31 # Not yet fully implemented. 30 32 # 31 33 # 3. Options. Implemented options listed below. 32 34 # ~~~~~~~~~~~~ For dynamic see "infotrac.F90". 33 35 # For physic see "initracer.F90". 36 # For chemistry see "calchim_asis.F90". 37 # init see "inichim_1D.F90" and "inichim_newstart.F90" 34 38 # 35 # Dynamic: vadv ! index of vertical trasport schema36 # hadv ! index of horizontal trasport schema37 # tnom_transp ! transporting fluid short name: CRisi39 # Dynamic: vadv ! index of vertical trasport schema 40 # hadv ! index of horizontal trasport schema 41 # tnom_transp ! transporting fluid short name: CRisi 38 42 # 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 40 47 # 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) 41 54 # 42 55 #
Note: See TracChangeset
for help on using the changeset viewer.