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
RevLine 
[135]1!
2! For Fortran 77/Fortran 90 compliance always use line continuation
3! symbols '&' in columns 73 and 6
4!
[253]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                                                   &
[526]11     &   , Continuum                                                    &
[253]12     &   , Nmix_co2, Nmix_h2o                                           &
13     &   , dusttau                                                      &
[135]14     &   , nonideal                                                     &
15     &   , meanOLR                                                      &
16     &   , specOLR                                                      &
[253]17     &   , kastprof                                                     &
18     &   , noradsurf                                                    &
[305]19     &   , graybody                                                     &
[253]20     &   , Tstrat                                                       &
21     &   , newtonian                                                    &
[538]22     &   , check_cpp_match                                              &
[253]23     &   , tau_relax                                                    &
24     &   , testradtimes                                                 &
[135]25     &   , rayleigh                                                     &
[253]26     &   , stelbbody                                                    &
27     &   , stelTbb                                                      &
[135]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                                                    &
[253]39     &   , szangle                                                      &
40     &   , hydrology                                                    &
41     &   , sourceevol                                                   &
[486]42     &   , icetstep                                                     &
[253]43     &   , albedosnow                                                   &
44     &   , maxicethick                                                  &
45     &   , Tsaldiff                                                     &
46     &   , CLFfixval                                                    &
47     &   , CLFvarying                                                   &
48     &   , n2mixratio                                                   &
49     &   , co2supsat                                                    &
[305]50     &   , cloudlvl                                                     &
[253]51     &   , pceil                                                   
[135]52
[253]53      logical callrad,corrk,calldifv,calladj,co2cond,callsoil           &
54     &   , season,diurnal,tlocked,lwrite                                &
55     &   , callstats,calleofdump                                        &
[526]56     &   , callgasvis,Continuum
[135]57
58      logical enertest
59      logical nonideal
60      logical meanOLR
61      logical specOLR
[253]62      logical kastprof
63      logical newtonian
[538]64      logical check_cpp_match
[253]65      logical testradtimes
[135]66      logical rayleigh
[253]67      logical stelbbody
[135]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
[253]76      logical hydrology
77      logical sourceevol
78      logical CLFvarying
79      logical noradsurf
[305]80      logical graybody
[135]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
[253]90      real dusttau
[135]91      real Fat1AU
[253]92      real stelTbb
93      real Tstrat
[135]94      real tplanet
95      real satval
96      real rainthreshold
[253]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
[305]106      real cloudlvl
[486]107      real icetstep
108
Note: See TracBrowser for help on using the repository browser.