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

Last change on this file since 580 was 538, checked in by rwordsworth, 13 years ago

calc_cpp_mugaz changed to a check only in 3D

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