source: trunk/mars/libf/phymars/callkeys.h @ 38

Last change on this file since 38 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.9 KB
Line 
1!
2! For Fortran 77/Fortran 90 compliance always use line continuation
3! symbols '&' in columns 73 and 6
4!
5! NB: to keep commons aligned, it is better to split them in groups
6!     of given types (logical, integer, real, ...)
7
8      COMMON/callkeys_l/callrad,calldifv,calladj,callcond,callsoil      &
9     &   ,season,diurnal,lwrite,calllott,callstats,calleofdump          &
10     &   ,callnirco2,callnlte,callthermos,callconduct,calleuv           &
11     &   ,callmolvis,callmoldiff,thermochem,thermoswater,callemis       &
12     &   ,callg2d,linear,rayleigh,tracer,active,doubleq,submicron       &
13     &   ,lifting,callddevil,scavenging,sedimentation,activice,water    &
14     &   ,caps,photochem
15     
16      COMMON/callkeys_i/iradia,iaervar,iddist,ilwd,ilwb,ilwn,ncouche    &
17     &   ,dustbin,nqchem_min
18     
19      COMMON/callkeys_r/topdustref,solarcondate,semi,alphan
20     
21      LOGICAL callrad,calldifv,calladj,callcond,callsoil,               &
22     &   season,diurnal,lwrite,calllott                                 &
23     &   ,callstats,calleofdump                                         &
24     &   ,callnirco2,callnlte,callthermos,callconduct,                  &
25     &    calleuv,callmolvis,callmoldiff,thermochem,thermoswater
26
27
28      logical callemis
29      logical callg2d
30      logical linear
31
32      real topdustref
33      real semi
34      real alphan
35      real solarcondate
36
37      integer iddist
38      integer iaervar
39      integer iradia
40      integer ilwd
41      integer ilwb
42      integer ilwn
43      integer ncouche
44
45      logical rayleigh
46      logical tracer
47      integer dustbin
48      logical active,doubleq,submicron,lifting,callddevil,scavenging
49      logical sedimentation,activice,water,caps
50      logical photochem
51      integer nqchem_min
52
53      integer swrtype ! type of short wave (solar wavelength) radiative
54      ! transfer to use 1: Fouquart 2: Toon.
55      parameter (swrtype=2)
56!      parameter (swrtype=2)
Note: See TracBrowser for help on using the repository browser.