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

Last change on this file since 510 was 486, checked in by rwordsworth, 14 years ago

Variable ice timestep added for ice evolution algorithm.
Sedimentation improved to allow consistent dust (L. Kerber).
Bug linked to allocatable matrices removed from rcm1d.F.
Treatment of initial aerosol radii in callcorrk.F90 improved.

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