source: trunk/LMDZ.GENERIC/libf/phystd/callkeys.h @ 146

Last change on this file since 146 was 135, checked in by aslmd, 14 years ago

CHANGEMENT ARBORESCENCE ETAPE 2 -- NON COMPLET

File size: 3.7 KB
Line 
1!
2! For Fortran 77/Fortran 90 compliance always use line continuation
3! symbols '&' in columns 73 and 6
4!
5      COMMON/callkeys/callrad,corrk,calldifv,calladj,                   &
6     &   co2cond,callsoil,                                              &
7     &   season,diurnal,tlocked,iradia,lwrite,calllott                  &
8     &   ,iaervar,iddist,topdustref,callstats,calleofdump               &
9     &   ,enertest                                                      &
10     &   ,callgasvis,callnlte,callthermos,callconduct,                  &
11     &        calleuv,callmolvis,callmoldiff,thermochem                 &
12     &   , solarcondate, Nmix_co2, Nmix_h2o, thermoswater               &
13     &   , semi                                                         &
14     &   , callemis                                                     &
15     &   , callg2d                                                      &
16     &   , linear                                                       &
17     &   , ilwd                                                         &
18     &   , ilwb                                                         &
19     &   , ilwn                                                         &
20     &   , ncouche                                                      &
21     &   , alphan                                                       &
22     &   , nonideal                                                     &
23     &   , meanOLR                                                      &
24     &   , specOLR                                                      &
25     &   , rayleigh                                                     &
26     &   , ozone                                                        &
27     &   , tplanet                                                      &
28     &   , startype                                                     &
29     &   , Fat1AU                                                       &
30     &   , nearco2cond                                                  &
31     &   , tracer                                                       &
32     &   , varactive                                                    &
33     &   , varfixed                                                     &
34     &   , satval                                                       &
35     &   , sedimentation,water,watercond,waterrain                      &
36     &   , rainthreshold                                                &
37     &   , aerofixed                                                    &
38     &   , photochem,nqchem_min                                         
39
40      logical callrad,corrk,calldifv,calladj,co2cond,callsoil,          &
41     &   season,diurnal,tlocked,lwrite,calllott                         &
42     &   ,callstats,calleofdump                                         &
43     &   ,callgasvis,callnlte,callthermos,callconduct,                  &
44     &    calleuv,callmolvis,callmoldiff,thermochem,thermoswater
45
46      logical enertest
47      logical callemis
48      logical callg2d
49      logical linear
50      logical nonideal
51      logical meanOLR
52      logical specOLR
53      logical rayleigh
54      logical ozone
55      logical nearco2cond
56      logical tracer
57      logical varactive
58      logical varfixed
59      logical sedimentation
60      logical water,watercond,waterrain
61      logical aerofixed
62      logical photochem
63
64      integer iddist
65      integer iaervar
66      integer iradia
67      integer ilwd
68      integer ilwb
69      integer ilwn
70      integer ncouche
71      integer dustbin
72      integer startype
73      integer nqchem_min
74
75      real topdustref
76      real semi
77      real alphan
78      real solarcondate
79      real Nmix_co2
80      real Nmix_h2o
81      real Fat1AU
82      real tplanet
83      real satval
84      real rainthreshold
Note: See TracBrowser for help on using the repository browser.