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

Last change on this file since 374 was 305, checked in by rwordsworth, 13 years ago

Several new files added as part of the climate evolution model
(main program kcm.F90). Some general cleanup in physiq.F90 and
callcorrk.F90. Bugs in dust radiative transfer and H2 Rayleigh
scattering corrected.

File size: 4.5 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                         &
8     &   , iaervar,iddist,topdustref,callstats,calleofdump              &
9     &   , enertest                                                     &
10     &   , callgasvis                                                   &
11     &   , Nmix_co2, Nmix_h2o                                           &
12     &   , dusttau                                                      &
13     &   , nonideal                                                     &
14     &   , meanOLR                                                      &
15     &   , specOLR                                                      &
16     &   , kastprof                                                     &
17     &   , noradsurf                                                    &
18     &   , graybody                                                     &
19     &   , Tstrat                                                       &
20     &   , newtonian                                                    &
21     &   , tau_relax                                                    &
22     &   , testradtimes                                                 &
23     &   , rayleigh                                                     &
24     &   , stelbbody                                                    &
25     &   , stelTbb                                                      &
26     &   , tplanet                                                      &
27     &   , startype                                                     &
28     &   , Fat1AU                                                       &
29     &   , nearco2cond                                                  &
30     &   , tracer                                                       &
31     &   , varactive                                                    &
32     &   , varfixed                                                     &
33     &   , satval                                                       &
34     &   , sedimentation,water,watercond,waterrain                      &
35     &   , rainthreshold                                                &
36     &   , aerofixed                                                    &
37     &   , szangle                                                      &
38     &   , hydrology                                                    &
39     &   , sourceevol                                                   &
40     &   , albedosnow                                                   &
41     &   , maxicethick                                                  &
42     &   , Tsaldiff                                                     &
43     &   , CLFfixval                                                    &
44     &   , CLFvarying                                                   &
45     &   , n2mixratio                                                   &
46     &   , co2supsat                                                    &
47     &   , cloudlvl                                                     &
48     &   , pceil                                                   
49
50      logical callrad,corrk,calldifv,calladj,co2cond,callsoil           &
51     &   , season,diurnal,tlocked,lwrite                                &
52     &   , callstats,calleofdump                                        &
53     &   , callgasvis
54
55      logical enertest
56      logical nonideal
57      logical meanOLR
58      logical specOLR
59      logical kastprof
60      logical newtonian
61      logical testradtimes
62      logical rayleigh
63      logical stelbbody
64      logical ozone
65      logical nearco2cond
66      logical tracer
67      logical varactive
68      logical varfixed
69      logical sedimentation
70      logical water,watercond,waterrain
71      logical aerofixed
72      logical hydrology
73      logical sourceevol
74      logical CLFvarying
75      logical noradsurf
76      logical graybody
77
78      integer iddist
79      integer iaervar
80      integer iradia
81      integer startype
82
83      real topdustref
84      real Nmix_co2
85      real Nmix_h2o
86      real dusttau
87      real Fat1AU
88      real stelTbb
89      real Tstrat
90      real tplanet
91      real satval
92      real rainthreshold
93      real szangle
94      real CLFfixval
95      real n2mixratio
96      real co2supsat
97      real pceil
98      real albedosnow
99      real maxicethick
100      real Tsaldiff
101      real tau_relax
102      real cloudlvl
Note: See TracBrowser for help on using the repository browser.