source: trunk/LMDZ.MARS/libf/phymars/aerkind.h @ 259

Last change on this file since 259 was 38, checked in by emillour, 14 years ago

Ajout du modè Martien (mon LMDZ.MARS.BETA, du 28/01/2011) dans le rértoire mars, pour pouvoir suivre plus facilement les modifs.
EM

File size: 1.3 KB
Line 
1!------------------------------------------------------------------
2! INCLUDE 'aerkind.h'
3! Contains the names of the different scatterers
4!------------------------------------------------------------------
5
6!     Don't forget to set up the right number of scatterer
7!       (naerkind) in dimradmars.h!
8      character*20  name_iaer(naerkind)  ! name of the scatterers
9!     Scatterer: DUST
10      integer iaer_dust_conrath ! Typical dust profiles using a
11                                ! Conrath type analytical equation
12      integer iaer_dust_doubleq ! Dust profile is given by the
13                                ! mass mixing ratio of the two-
14                                ! moment scheme method (doubleq)
15      integer iaer_dust_submicron ! Dust profile is given by a
16                                  ! submicron population of dust
17                                  ! particles
18!     Scatterer: WATER
19      integer iaer_h2o_ice ! Water ice particles
20
21! NB: to keep commons aligned: 
22!     split them in groups (reals, integers and characters)
23      COMMON/aerkind/                                                   &
24     & iaer_dust_conrath,iaer_dust_doubleq,iaer_dust_submicron,         &
25     & iaer_h2o_ice
26      COMMON/aerkind2/name_iaer
27!------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.