Changeset 1224 for trunk/LMDZ.MARS/libf/phymars/tracer_mod.F90
- Timestamp:
- Apr 15, 2014, 4:57:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/tracer_mod.F90
r1036 r1224 4 4 5 5 ! number of tracers: 6 integer,save :: nqmx ! initialized in inifis6 integer,save :: nqmx ! initialized in conf_phys 7 7 8 8 character*20,allocatable,save :: noms(:) ! name of the tracer … … 23 23 real,save :: ccn_factor ! ratio of nuclei for water ice particles 24 24 25 real,allocatable,save :: dryness(:)!"Dryness coefficient" for grnd water ice sublimation26 25 INTEGER,ALLOCATABLE,SAVE :: nqdust(:) ! to store the indexes of dust tracers (cf aeropacity) 26 27 27 ! tracer indexes: these are initialized in initracer and should be 0 if the 28 28 ! corresponding tracer does not exist
Note: See TracChangeset
for help on using the changeset viewer.