source: trunk/LMDZ.GENERIC/deftank/traceur.def.modern @ 2468

Last change on this file since 2468 was 2436, checked in by yjaziri, 4 years ago

Generic GCM:
Implementation of an option for a new reading process of "traceur.def"
Use "#ModernTrac-v1" flag as first line of "traceur.def" to use this option
Further details in "LMDZ.GENERIC/deftank/traceur.def.modern"
YJ + JVO

  • Property svn:executable set to *
File size: 2.3 KB
Line 
1#ModernTrac-v1
2#
3# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4# !! README !!
5# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6#  Welcome, this is the modern traceur.def !
7#
8#         ---> DON'T TOUCH/REMOVE THE FIRST LINE OF HEADER #ModernTrac-v1 <---
9#
10# * You can use this area to write as many comments as you want starting lines with #.
11# * You cannot have comment lines in the middle nor at the end, only at the top.
12#
13#
14# 0. Philosophy  This modern version of traceur.def gather in a single file what was
15# ~~~~~~~~~~~~~  previously in traceur.def AND gases.def plus some hard-coded things.
16#
17# 1. Structure  After the header, first line is the total number of modern tracers in
18# ~~~~~~~~~~~~  your file, ie not only tracers sent to dynamics, but also species that
19#               takes part in the composition, radiative transfer, chemistry, etc.
20#
21#               Then, each line needs to start with the specie name ... and that's the
22#               only mandatory information ! But you can specify all the options you
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.
27#
28#               Note that by default a tracer listed below will be sent to dynamics
29#               except if you specify is_dyn=0. If nothing is given, then is_dyn=1.
30#
31# 3. Options.   Implemented options listed below.
32# ~~~~~~~~~~~~  For dynamic see "infotrac.F90".
33#               For physic see "initracer.F90".
34#
35# Dynamic:      vadv        ! index of vertical trasport schema
36#               hadv        ! index of horizontal trasport schema
37#               tnom_transp ! transporting fluid short name: CRisi
38#
39# Physic:       mmol        ! mole mass of tracer (g/mol-1)
40#
41#
42#
43#
44# Random Ex :
45#               4
46#               n2 is_dyn=0
47#               co2 cpi=450.0 is_dyn=1 mmol=44.
48#               hdo hadv=14 vadv=10 tnom_transp=air
49#               h2s
50#
51# Insert your tracers list and options below !
52# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
533
54n2 is_dyn=0
55co2 cpi=450.0 is_dyn=1 mmol=44.
56h2s
Note: See TracBrowser for help on using the repository browser.